trash_dumper 1.0.2

trash file dumper
trash_dumper-1.0.2 is not a library.

trash_dumper

GitHub license

simple trash file dumper

Install

cargo install trash_dumper

How to use

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
  1. 5 = 5 byte
  2. 5k = 5 kb
  3. 5m = 5 mb
  4. 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