Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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