(DIR) ..back to Nimph
       
       Changelog:
       ----------
       
       September 22, 2019
           - Bump to 0.0.91
             + Fix major bug in main_loop
       
       September 1, 2019
           - Bump to 0.0.90
             + Bookmarks now acts as an index
             + Check for gopher:// and get rid of it
       
       Auguest 13, 2019
           - Bump to 0.0.85
             + Minor adjustments.
             + Went ahead and made the dl command use the filename
             from the server instead of always asking for a filename.
       
       August 09, 2019
           - Bumped to 0.0.82
             + Added pipe choice to dl commands
             + Restored arm binaries
       
       August 07, 2019
           - Bumped to 0.0.81
             + Fixed dir printing
             + Adjusted command line
             + Dropped arm binaries
       
       June 05, 2019
           - Bumped to 0.0.8
               + Fixed the download function
               + Set auto_page off by default
       
       May 20, 2019
           - Bumped to 0.0.6
               + Switched some primitives to custom types
               + Custom fold, better output
       
           - Bumped to 0.0.7
               + Added a fold command
               + Added auto paging and a toggle
               + Explicit imports
               + Took away opening image program Now just
                 downloads the image for you to open
                 yourself. (Portability, might change again)
               + Auto download when directly navigating
                 to images or binary files.
       
       May 15, 2019
           - Bumped nimph to 0.0.5
               + Removed fold depedency
               + Removed tput dependency
               + Set to echo telnet instead of call `telnet`
               + Code cleanup
               + Add some partial custom port stuff
       
       May 14, 2019
           - Added a plain text version (no nerd fonts)
           - Fixed a couple bugs
               + Increased timeout to 30 seconds
               + Display error page when timeout reached instead of crashing
               + Made customizing the look a little easier
               + Fix crash when connection refused
       
       May 13, 2019
           - Bumped nimph to 0.0.4
               + Removed curl dependency
               + Added 'clean' command
               + Fix full-text searches proper
       
       May 12, 2019
           - Bumped nimph from 0.0.3 to 0.0.35
               + Print uri at top of document
               + Fix bug in next command when tour list is empty
               + Add ranges to the tour command
               + Fixed some bookmarks bugs