rust ver of trash-cli, basic functionality is in, code is probably shit (edit: hopefully less shit now)
cargo install garbage
``` $ garbage put [-r] file1 file2 ...
$ garbage restore [..interactive]
$ garbage list
$ garbage empty [days] ```
If you use a bash-ish shell, feel free to add this to your shell's rc file:
sh
alias rm='$HOME/.cargo/bin/garbage put' # or wherever garbage is
Author: Michael Zhang
License: MIT