Skip to content

Commit

Permalink
trashy: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
nath1as committed Oct 5, 2022
1 parent 1e6b25c commit 7e8a88c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages/linux/trashy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# trashy

> Trashy is a simple, fast, and featureful alternative to rm and trash-cli written in rust.
> More information: <https://github.com/oberblastmeister/trashy>.
- Trash several files:

`trash {{path/to/file}}`

- Trash several files:

`trash {{path/to/file1}} {{path/to/file2}} {{path/to/file3}}`

- List items in the trash

`trash list`

- Restore file from trash

`trash restore {{file}}`

- Empty file from trash

`trash empty {{file}}`

- Restore all files

`trash restore --all`

- Empty all files

`trash empty --all`

0 comments on commit 7e8a88c

Please sign in to comment.