PU
puneet29/cluttermanager
Sort out your files into folders using Clutter Manager
Clutter Manager
If you are a clumsy guy like me who clutters up their filesystem with all sorts of files, then this tool is for you.
Clutter Manager sorts all the files inside the folders according to their respective types and makes an Index for all the files for easy searching.
Usage
-
Install using PyPI
pip install cluttermanager
-
Run cluttermanager
cluttermanager --root <path to any clumsy directory> [--abstract <True/False>] [--undo]
Usage [Developer]
-
Clone Directory
git clone https://github.com/puneet29/cluttermanager.git
-
Change directory
cd cluttermanager -
Create and activate Virtual Environment
python3 -m venv venv . venv/bin/activate -
Install cluttermanager
python3 setup.py install
-
Run cluttermanager
cluttermanager --root <path to any clumsy directory> [--abstract <True/False>] [--undo]
TODO
-
Initial release
-
Abstraction parameter
-
Undo clutter
-
Make a PyPI package
-
Deploy on PyPI
-
Indexing
-
Depth parameter
-
Documentation
On this page
Languages
Python100.0%
Contributors
Latest Release
v0.4.6March 22, 2020GNU General Public License v3.0
Created March 22, 2020
Updated October 6, 2025