gbg Garbage Generator v0.3.0 Released
Yesterday I released gbg v0.2.0, followed a few hours later by v0.3.0. Busy day!
v0.2.0
When I announced the first release of gbg someone suggested an option to generate ASCII characters instead of random bytes. That's what I added in v0.2.0. There were two options that could be added to the command line:
- -a to generate printable ASCII characters with codes 32 to 126.
- -A to generate all ASCII characters with codes 0 to 127.
v0.3.0
I like my command line programs to be able to display their version numbers, so I added the -V option to do just that.
The Usage screen also got updated:
Any More Suggestions?
Any more requests? Either leave a comment on open an issue on GitHub.
Downloads
You can get the latest version from the GitHub releases page. I'd skip v0.2.0 and go straight to v0.3.0, but it's up to you.
Comments
Post a Comment
Comments are very welcome, but please be aware that I moderate all comments, so there will be a delay before your comment appears.
Advertising spam and the rare abusive, hateful or racist comments will be blocked and reported.
Finally, should you have a query about, or a bug report for, one of my programs or libraries please use the relevant issue tracker rather than posting a comment to report it.
Thanks