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 don't comment here if:
1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.
2) You have a query about any 3rd party programs I feature, please address them to the developer(s) - there will be a link in the post.
3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go and reported you will be!
Thanks