trash_dumper

Crates.iotrash_dumper
lib.rstrash_dumper
version1.0.2
sourcesrc
created_at2024-03-10 15:37:29.516982
updated_at2024-03-11 17:54:45.142243
descriptiontrash file dumper
homepagehttps://github.com/myyrakle/trash_dumper/blob/master/README.md
repositoryhttps://github.com/myyrakle/trash_dumper
max_upload_size
id1168762
size21,572
myyrakle (myyrakle)

documentation

https://docs.rs/trash_dumper/latest/trash_dumper

README

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
Commit count: 0

cargo fmt