We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c23e3 commit faee392Copy full SHA for faee392
README.md
@@ -15,13 +15,13 @@ Trxsh is a simple and efficient command-line trash manager written in Go. It all
15
16
```bash
17
Usage: ./dist/trxsh [OPTIONS] [FILES]
18
-
19
Options:
20
- --fzf, -f : Restore files using fzf
21
- --list, -l : List files in trash
22
- --restore, -r ID : Restore file by ID
23
- --cleanup, -c : Empty all trash directories
24
- --help, -h : Show this help
+ --fzf, -f : Restore files using fzf
+ --list, -l : List files in trash
+ --restore, -r ID : Restore file by ID
+ --cleanup, -c : Empty all trash directories
+ --dir-sizes, -s : Show directory sizes
+ --help, -h : Show this help
25
```
26
27
### Trash Specification
0 commit comments