simple trash file dumper
cargo install trash_dumper
It's simple to use. For example, the command below creates three trash files of 10 MB in size.
trash_dumper dump -s 10m -c 3
- 5 = 5 byte
- 5k = 5 kb
- 5m = 5 mb
- 5g = 5 gb
Cleaning your trash is also simple. When you use the clean command, all files with the .trashfile extension are deleted.
trash_dumper clean