https://github.com/flewsoftware/trash-dump
Easily create random file useful for software testing, network speed testing and other types of testing that requires large files
https://github.com/flewsoftware/trash-dump
huge-files random-file-generator testing testing-tools
Last synced: about 1 month ago
JSON representation
Easily create random file useful for software testing, network speed testing and other types of testing that requires large files
- Host: GitHub
- URL: https://github.com/flewsoftware/trash-dump
- Owner: flewsoftware
- License: mit
- Created: 2020-11-20T10:13:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T05:34:58.000Z (about 4 years ago)
- Last Synced: 2024-06-19T13:47:07.396Z (over 1 year ago)
- Topics: huge-files, random-file-generator, testing, testing-tools
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trash-Dump
[](https://www.codacy.com/gh/flew-software/trash-dump/dashboard?utm_source=github.com&utm_medium=referral&utm_content=flew-software/trash-dump&utm_campaign=Badge_Grade)

[](https://golang.org)
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](https://github.com/flew-software/trash-dump/releases/latest)
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](https://docs.alfresco.com/4.2/tasks/fot-addpath.html)
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