Skip to main content

Clutter Manager for your folders

Project description

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

    pip install cluttermanager
    
  2. Run cluttermanager

    cluttermanager --root <path to any clumsy directory> [--abstract <True/False>] [--undo]
    

Usage [Developer]

  1. Clone Directory

    git clone https://github.com/puneet29/cluttermanager.git
    
  2. Change directory

    cd cluttermanager
    
  3. Create and activate Virtual Environment

    python3 -m venv venv
    . venv/bin/activate
    
  4. Install cluttermanager

    python3 setup.py install
    
  5. 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cluttermanager-0.4.6.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

cluttermanager-0.4.6-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page