7

Garbage

Garbage is an open source unix cli tool for managing trashed files and directories. It provides basic functionality to delete, restore, and empty the trash directory.

  • delete files or folders
  • recover deleted files or folders
  • only for linux no windows support now or in future

Installation

To install Garbage, make sure you have Rust and Cargo (the Rust package manager) installed. Then run the following command:

git clone https://github.com/IzaanAnwar/garbage.git
 
cd garbage
 
chmod +x install.sh
 
source install.sh

Package manager installation will be added in future

apt install garbage

Usage

Deleting Files

garbage myfile.txt

Cleaning the Garbage Box

garbage --empty

Restoring the deleted files

garbage --restore

It will give you list of all the deleted files in the pwd

License

This project is licensed under the MIT License.

Contact

For questions, suggestions, or support, please feel free to contact us at mdizaan67@gmail.com.