Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puneet29/cluttermanager
Sort out your files into folders using Clutter Manager
https://github.com/puneet29/cluttermanager
file-management file-manager file-organiser file-organization file-organizer filemanager organizer python
Last synced: 3 months ago
JSON representation
Sort out your files into folders using Clutter Manager
- Host: GitHub
- URL: https://github.com/puneet29/cluttermanager
- Owner: puneet29
- License: gpl-3.0
- Created: 2020-03-22T09:21:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T16:54:16.000Z (over 4 years ago)
- Last Synced: 2024-07-20T08:28:19.531Z (4 months ago)
- Topics: file-management, file-manager, file-organiser, file-organization, file-organizer, filemanager, organizer, python
- Language: Python
- Homepage: https://pypi.org/project/cluttermanager/
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - puneet29/cluttermanager - Sort out your files into folders using Clutter Manager (Python)
README
# 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
1. Install using PyPI
```bash
pip install cluttermanager
```2. Run cluttermanager
```bash
cluttermanager --root [--abstract ] [--undo]
```## Usage [Developer]
1. Clone Directory
```bash
git clone https://github.com/puneet29/cluttermanager.git
```2. Change directory
```bash
cd cluttermanager
```3. Create and activate Virtual Environment
```bash
python3 -m venv venv
. venv/bin/activate
```4. Install cluttermanager
```bash
python3 setup.py install
```5. Run cluttermanager
```bash
cluttermanager --root [--abstract ] [--undo]
```## TODO
- [x] Initial release
- [x] Abstraction parameter
- [x] Undo clutter
- [x] Make a PyPI package
- [x] Deploy on PyPI
- [ ] Indexing
- [ ] Depth parameter
- [ ] Documentation