No description
Find a file
2021-09-05 04:47:34 -05:00
src Introduce nix into the project 2021-09-05 04:13:41 -05:00
tests add some tests 2021-09-05 04:47:34 -05:00
.build.yml change to archlinux images cus musl doesn't support proc-macros 2020-05-27 20:15:23 -05:00
.editorconfig add some tests 2021-09-05 04:47:34 -05:00
.gitignore Introduce nix into the project 2021-09-05 04:13:41 -05:00
Cargo.lock remove csv dependency 2021-07-27 12:47:35 -05:00
Cargo.nix Introduce nix into the project 2021-09-05 04:13:41 -05:00
Cargo.toml remove csv dependency 2021-07-27 12:47:35 -05:00
flake.lock Introduce nix into the project 2021-09-05 04:13:41 -05:00
flake.nix add some tests 2021-09-05 04:47:34 -05:00
LICENSE update readme + license 2020-05-27 16:37:12 -05:00
README.md update license 2021-06-25 18:39:04 -05:00
rustfmt.toml Format code using max_width = 80 + wrap_comments = true 2020-10-31 19:56:51 -05:00

garbage

builds.sr.ht status crates.io

Rust ver of trash-cli.

  • Windows/Recycle Bin not supported

Installation

cargo install garbage

Usage

Run garbage --help to understand how it's used!

$ garbage put 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:

alias rm='garbage put' # Make sure garbage is in your path

Features

  • Put
  • List
  • Restore
  • Tests...

Spec Compliance

  • Picking a Trash Directory
  • Emptying
  • Directory size cache (optional)

Issues

If you find a bug or are requesting a feature, file it here: https://todo.sr.ht/~iptq/garbage

About

Author: Michael Zhang

License: GPLv3