2KAbhishek / orgpy

Organize your digital mess. πŸ—‚πŸ—ƒ

Home Page:https://2kabhishek.github.io/orgpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Organize your digital mess. πŸ—‚πŸ—ƒ

https://2kabhishek.github.io/orgpy

License:GNU General Public License v3.0


Languages

Language:Python 100.0%