| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
DeClutter is a ruby script that organizes the files in your folder. It is meant to organize a large group of files like for example your Download Folder.
Requires ruby to installed and present
git clone git@github.com:coderhs/de_clutter.git
cd de_clutter
bundle install
ruby de_clutter organize_folder ~/DownloadsYou can get more information about the options available by running:
ruby de_clutter organize_folder --helpIt work using an internal db (2 JSON files) mapping each mime type to a category. If a mimetype is not available it uses a second file to categorize based on extension.
Harisankar P S
MIT License
| Back | FazBrowse Home | New Git URL |