Skip to content

A light tool for managing and tagging source files, for example, to use for training AI.

Notifications You must be signed in to change notification settings

Zeracronius/TrainingSourceManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training Source Manager

A light tool for managing and tagging source files, for example to use for training AI. With full support for drag'n drop and double click.

Dragging one or multiple files into the window will create a new source entry with the files attached, while dragging them into the file list of an existing source will attach them to that. Similarly dragging files into windows will export those files to the specified folder.

Double clicking files will export them to %tmp% and open them.

SourceManager

Filtering

The filtering format uses + and - to define tags to include or exclude.
Everything after a tag filter is started is read as a single tag unless another tag filter is started. Trailing spaces are ignored.

Format:
[Name contains] +[Include tag] -[Exclude tag]

The filter is not case sensitive.

For example, "Source +Tag One -Tag2 +Tag3" will filter to anything that includes "source" in the name and has tags "tag one" and "tag3" but not "tag2".

About

A light tool for managing and tagging source files, for example, to use for training AI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages