https://github.com/mrtomatolegit/dfg
Dummy File Generator
https://github.com/mrtomatolegit/dfg
Last synced: 7 months ago
JSON representation
Dummy File Generator
- Host: GitHub
- URL: https://github.com/mrtomatolegit/dfg
- Owner: mrTomatolegit
- License: mit
- Created: 2022-05-28T05:31:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T12:51:22.000Z (over 3 years ago)
- Last Synced: 2025-03-22T07:52:40.546Z (7 months ago)
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DFG
Dummy File Generator
This app written in Go (Golang) allows you to create dummy files out of thin air
Need to test uploading a file somewhere? DFG's got you coveredThis app was tested for Windows 10
# Usage
Format:
`$ dfg [unit]`
Example:
`$ dfg 8MB -out discordmax.txt`
# Installation
- Download the latest release in [the releases section](https://github.com/mrTomatolegit/DFG/releases)
- Rename the package to `dfg` for ease of use
- Open a terminal window in the same directory as `dfg` or add the directory to your `PATH`
- Check the Usage section above or run the file without arguments# Purpose
I use this to test my [discord bot's](https://docs.combot.xyz) ability to copy files across channels
# License
[The MIT license](./LICENSE)