mirror of
https://github.com/xvxx/phetch
synced 2024-11-05 00:00:58 +00:00
img | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
phetch
is a terminal gopher client designed for quick keyboard navigation. It is the spiritual successor to GILD.
features:
- small (<1MB) executable for linux and mac
- technicolor design
- no nonsense keyboard navigation
usage
phetch <gopher-url> # Show Gopherhole at URL
phetch -r <gopher-url> # Print raw Gopher response.
phetch -h # Show this screen.
phetch -v # Show phetch version.
Once you've launched phetch
, use Ctrl-H
to view the on-line help.
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 -- <gopher-url>
resources
- rfc 1346
- 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/
?
to show all keyboard shortcuts- save history to file
- load history from file
- load most recent URL when opening without args
- ipv6
bonus
- TLS
- fuzzy find search links
- detect SIGWINCH