Categorize is a simple, customizable CLI-tool for automation sorting your files by their extensions.
From sources. Clone the repo:
$ git clone https://github.com/kantegory/categorize.gitInstall package:
$ make installThat's all, you awesome!
Or from pip:
$ pip install categorizeSorting:
$ categorize --directory /path/to/your/directoryShow all categories and extensions:
$ categorize-config --showEdit pattern name:
$ categorize-config --edit-name pattern_name new_nameEdit extensions for pattern name:
$ categorize-config --edit-ext pattern_nameAdd new pattern:
$ categorize-config --add pattern_name