You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phetch/README.md

63 lines
1.5 KiB
Markdown

5 years ago
# phetch
dirt simple terminal gopher client.
5 years ago
## features
5 years ago
5 years ago
- small (<1MB) executable for linux and macos
5 years ago
- technicolor design
5 years ago
- no nonsense keyboard navigation
5 years ago
## usage
phetch <gopher-url> # Show GopherHole at URL
phetch -raw <gopher-url> # Print raw Gopher response.
phetch -help # Show this screen.
phetch -version # Show phetch version.
5 years ago
## development
5 years ago
cargo run
5 years ago
## resources
5 years ago
- [rfc 1346](https://tools.ietf.org/html/rfc1436)
## gopher sites
- gopher.black
- sdf.org
- gopher.quux.org
- hngopher.com
5 years ago
- bitreich.org
## TODO
### Basics
5 years ago
- [ ] TLS
5 years ago
- [ ] status() helper
- [ ] show all errors in status()
5 years ago
- [ ] MENU: up/down scroll when next link out of view
- [ ] MENU: page up/page down show next page, highlight first link
- [ ] MENU: open HTML link in browser
5 years ago
- [ ] `?` to show all keyboard shortcuts
- [ ] `c` copies current URL to clipboard https://git.io/Je7YL
- [ ] input field that... takes input
5 years ago
- [ ] search functionality
5 years ago
- [ ] download to ~/Downloads
- [ ] save history to file
- [ ] load history from file
- [ ] load most recent URL when opening without args
### Bonus
- [ ] play sound file in background
- [ ] render markdown-lite
- [ ] display HTML-lite
5 years ago
- [ ] stop DOWN at last page
- [ ] stop PGNDOWN at last page
- [ ] ? download to pwd
- [ ] ? download to custom location
- [ ] center content
5 years ago
- [ ] pipe input to render as gopher
$ phetch gopher.antirez.com:70 | gg
- [ ] syntax highlight code
5 years ago
$ phetch code.some-gopher-site.io/gw/main.go