`phetch` is a terminal gopher client designed to help you quickly navigate the gophersphere. It is keyboard drive and always in "incremental search" mode. Design-wise, it uses at least eight colors and is the spiritual successor to [GILD](https://github.com/dvkt/gild). **features:** - small (<1MB) executable for linux and mac - technicolor design - no nonsense keyboard navigation ## usage phetch # Launch and show start page. phetch # Show Gopherhole at URL phetch -r # Print raw Gopher response. phetch -h # Show this screen. phetch -v # Show phetch version. ## installation Binaries for Linux and Mac are available at https://github.com/dvkt/phetch/releases: - MacOS: https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-macos.zip - Linux x86_64: https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-linux-x86-64.tar.gz - Linux ARM: https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-linux-arm.tar.gz Just unzip/untar the `phetch` program into your $PATH and get going! ## development cargo run -- ## resources - [rfc 1346](https://tools.ietf.org/html/rfc1436) - http://ascii-table.com/ansi-escape-sequences.php - http://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html ## todo ### basics - [ ] download to ~/Downloads gopher://zaibatsu.circumlunar.space/1/~cardboard64/ - [ ] ipv6 - [ ] flesh out help ### bugs - [ ] `open` for irc links - [ ] gopher lawn is truncate ## screenies ![Links](./img/links.png) ![DOS Menu](./img/menu.png) ![Game Archive](./img/oldies.png)