filefiller/README.md

18 lines
358 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 07:38:14 +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
2021-03-31 07:40:11 +02:00
2021-03-31 02:59:55 +02:00
## TODO
- clean up code
- add comments
2021-03-31 07:38:14 +02:00
## DONE
- add transfer speed indicator (time per block --> bitrate?)