Well well that crazy jebug is back at it again with his "g" shenanigans.

Y'know, in the same flipping day.

Anyway, g version 0.2 is available now! Special thanks to Tomasino for
telling me that there was a mistake where it was only using UMN Gopher
for external phlogs.

In this version, I've now made it so that a user can specify what type
of document it is that they're accessing (keep in mind that this only
works for phlogs on SDF. For external phlogs, please include it in the
URL if you want to override it). The document (item) types are specified
in the SDF Gopher Tutorial -> http://sdf.org/?tutorials/gopher
Examples:       #set default to lynx and show jebug29/aboutme as item
               #type 0 (text)
               $ g jebug29/aboutme lynx 0

               #open jebug29/aboutme as itemtype 0 in default client
               $ g jebug29/aboutme

               #print out my gophermap as plain text
               $ g jebug29 0

Another bug that has been fixed is that if the "use_lynx" line can't be
found in the config document (~/.grc), it will simply add it to the doc.
The program will now also run the specified client, even if it can't
access the config file for whatever reason.

Some code has been cleaned up and brackets fixed. There are also now
actually comments in the code so that it actually makes more sense
what's happening lool. The variables have also gotten a little less
ugly.

That's all for now. Thank you for your support!

POST-EDIT: I forgot to mention that this version will also now run on
any system with BASH. Thank you to Tomasino for telling me how to do
this on Mastdon!