garbage 0.3.0

cli tool for interacting with the freedesktop trashcan
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
image: archlinux
packages:
  - rustup
sources:
  - https://git.sr.ht/~iptq/garbage
tasks:
  - setup: |
      rustup -q default nightly
  - build: |
      cd garbage
      cargo build