/orgpy

Organize your digital mess. 🗂🗃

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

License People Stars Forks Watches Last Updated

Organize your digital mess 🗂️🗃️

orgpy is a utility that allows you to quickly organize your files in a predefined structure

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of python3

Installing backlog

To install orgpy, follow these steps:

git clone https://github.com/2kabhishek/orgpy
cd orgpy
# Setup symlink, make sure target directory is added to PATH
ln -sfnv "$PWD/orgpy.py" ~/Applications/bin/orgpy

Using orgpy

USAGE:
    orgpy [-h] [-p path]

Organize yor digital mess.

optional arguments:
  -h, --help            show this help message and exit
  -p path, --path path  The directory path to organize.
  [Default: current working directory]

Visit github.com/2KAbhishek/orgpy for more.

EXAMPLE:
orgpy ~/Downloads # Organizes your downloads directory

To-Do

  • Setup repo
  • Add colors
  • Add better configuration system

Hit the ⭐ button if you found this useful.

More Info