
SortOut
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
The SortOut servicemenu move files from the working directory to ~/Documents ~/Audio... depending on file extensions.
It requires Python for it uses an external python script.
It is an idea from whieber.
The extension list and directory type is quite basic right now because i'm too lazy to make an exhaustive listing of file extensions :/. Feel free to post missing extensions or new directories idea on the forum, they will be added.
The current list is this one (in sortout.py):
"Video": ("mpg", "mpeg", "avi", "divx", "mov", "wmv"),
"Archives": ("tar", "gz", "tgz", "zip", "rar", "bz"),
"Audio": ("mp3", "ogg", "wav"),
"Graphics": ("png", "jpg", "jpeg", "xpm", "tiff", "bmp", "gif"),
"Documents": ("sxi", "sxc", "sxw", "rtf", "doc", "xls")
Hossam
15 years ago
just requesting a new feature :)
how about if file size xMB+ it goes to another directory?
ie "video" is AVI less than 500MB
"Movies" is AVI more than 500MB
now i am at work using windows so didnt test ur tool yet
i guess it goes with files extensions directly what if i choosed a folder that contains sub-folders with many files i want to orginize them in 1 click?
so right click at the folder >actions>orginize :)
maybe?
thanks for making this great tool
regards
Report
ciasa
15 years ago
Report
LaFleche
15 years ago
Report
whieber
15 years ago
Whieber
Report