Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.57 KB

Trash-Dump

Codacy Badge GitHub repo size
Written in
Quickly and easily create huge files.

Features

  • Create a file any size, even 25.5GB
  • Ability to randomize the files bytes with a seed
  • Compact

How to use

Windows

  1. Download the latest release from here
  2. Create a folder named "trash-dump" in any drive
  3. Move the downloaded executable(.exe) to the folder created in step 2
  4. Add the path of the created folder created in step 2 into windows path variable
  5. Open the command prompt and enter trash-dump --help for detailed info about using flags

flags

  • --force - Force write even if a file exists with that name (overwrite) DESTRUCTIVE
  • --filename - Name of the file (.tdp extension will be appended)
  • --language - Language of the output
  • --seed - Seed to be used when generating random bytes (Default: 1115)
  • --noBytes - Size of the output file in bytes

Q&A

How can I help?

  • Staring this project on github
  • Creating issues
  • Contributing with code or documentation
  • Sharing this project with your friends