Categorize-CLI works on python 3.7 and above
Installation is done via pip.
pip install Categorize-CLI
This command will organize the files based on the specified extension type (ex: image, audio, video) in the working directory
Categorize ext -t [command]
Categorize ext --type [command]
Commands:
[text, image, audio, video, word, powerpoint, excel, access, executables, pdf, archives, documents, media, safe]
This command will organize the files based on the specified keyword present in the file names in the working directory
Categorize key -k [command]
Categorize key --keyword [command]
This command will organize files based on year created in the working directory
Categorize year
If you want to organize files belonging to another directory then you can just specify the path using this option -p
or --path
Categorize [command] --path [command]
Usage: Categorize [OPTIONS] COMMAND [ARGS]...
Categorize files based on different categories
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
ext Organize files based on specified extension (ex: image, video)
key Organize files based on specified keyword
year Organize files based on year created