filefiller/README.md

14 lines
343 B
Markdown
Raw Normal View History

2021-03-31 02:59:55 +02:00
# filefiller
Usage: `filefiller file blocks`
fills a file __file__ with __blocks__ blocks of size __BLOCKSIZE__
2021-03-31 03:03:37 +02:00
- if __TUI__ is defined, print statistics (progressbar size is defined in BARLEN)
2021-03-31 02:59:55 +02:00
- if __DEBUG__ is defined, print debug stuff
## TODO
- add transfer speed indicator (time per block --> bitrate?)
- clean up code
- add comments