downganizer is a package to efficiently organize your Downloads directory in linux. It can organize the files in the Downloads directory, and also monitor the directory to organize files when downloaded.
- Easy and efficient way to organize downloaded files.
- Move the files in Downloads directory to respective sub-directories.
- Monitor the direcotry and move each new file to respective sub-directory.
To get started, you need a linux distro, preferably debian based one. Follow the steps below to install the package.
- add the repo link to your sources list, if you haven't already one it - our other repos are in the same repo. If you have added it once, you can skip this.
echo "deb [trusted=yes] https://adekacciorg.github.io/lin-packs ./" | sudo tee /etc/apt/sources.list.d/adekacci.list
- Update your apt list
sudo apt update
- Install downganizer
sudo apt install downganizer
Currently, these are the features you can use:
downganizer -v
ordownganizer --version
: To check the current version of the package.downganizer -h
ordownganizer --help
: To get basic info about the packagedownganizer do
: This will organize the files that are in the Downloads directory.downganizer start
: This will start monitoring downloads directory for any new file, and if found, it will move it to the respective sub-directory.downganizer stop
: Stops any running instancesdownganizer enable
: Makes the program autostart on bootdownganizer disable
: Stops autostart if enableddownganizer status
: To display the current status (running, enabled, etc) of the process
To get in touch with us, please contact us through telegram.
Telegram Channel:
@Adekacci
(link)
Telegram Group :
@ChruxGroup
(link)