A command line interface for trash
- Add file to trash
- List files
- Permanently delete a file
- Restore file
- Empty the trash
If you want a complete documentation, see the doc on docs.rs. Otherwise, read the book
Install with cargo
cargo install trashctl
Install from the AUR
yay -S trashctl
For this, you need git
and rustup
git clone https://github.com/0xMRTT/trashctl
cd trashctl
cargo b
./target/debug/trashctl
Download binaries on the releases page (in the right pane)
TODO
trashctl put foo
Contributions are always welcome!
See CONTRIBUTING.md
for ways to get started.
Please adhere to this project's CODE_OF_CONDUCT
.
To run tests, run the following command
cargo test
If you have any feedback, please open an discussion.
For support, open an discussion or join the matrix channel.
Stop using your system. Boot into a live cd and use tools like photo rec
cli: clap
, clap_complete
Here are some related projects