mirror of
https://github.com/xvxx/phetch
synced 2024-11-10 13:10:54 +00:00
update readme
This commit is contained in:
parent
4924723ea8
commit
8c1c47c5ce
20
README.md
20
README.md
@ -12,21 +12,21 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
`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).
|
`phetch` is a terminal gopher client designed to help you quickly navigate the gophersphere.
|
||||||
|
|
||||||
**features:**
|
**features:**
|
||||||
|
|
||||||
- small (<1MB) executable for linux and mac
|
- <1MB executable for linux and mac
|
||||||
- technicolor design
|
- technicolor design (based on [GILD](https://github.com/dvkt/gild))
|
||||||
- no nonsense keyboard navigation
|
- no nonsense keyboard navigation
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
|
|
||||||
phetch # Launch and show start page.
|
phetch # Launch and show start page.
|
||||||
phetch <gopher-url> # Show Gopherhole at URL
|
phetch <gopher-url> # Launch and show Gopherhole at URL.
|
||||||
phetch -r <gopher-url> # Print raw Gopher response.
|
phetch -r <gopher-url> # Print raw Gopher response.
|
||||||
phetch -h # Show this screen.
|
phetch -h # Show help.
|
||||||
phetch -v # Show phetch version.
|
phetch -v # Show version.
|
||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
@ -42,19 +42,15 @@ Just unzip/untar the `phetch` program into your $PATH and get going!
|
|||||||
|
|
||||||
cargo run -- <gopher-url>
|
cargo run -- <gopher-url>
|
||||||
|
|
||||||
## 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
|
## todo
|
||||||
|
|
||||||
### basics
|
### basics
|
||||||
- [ ] download to ~/Downloads
|
- [ ] download to ~/Downloads
|
||||||
gopher://zaibatsu.circumlunar.space/1/~cardboard64/
|
gopher://zaibatsu.circumlunar.space/1/~cardboard64/
|
||||||
|
- [ ] telnet
|
||||||
- [ ] ipv6
|
- [ ] ipv6
|
||||||
- [ ] flesh out help
|
- [ ] flesh out help
|
||||||
|
- [ ] new screenshots
|
||||||
### bugs
|
### bugs
|
||||||
- [ ] `open` for irc links
|
- [ ] `open` for irc links
|
||||||
- [ ] gopher lawn is truncate
|
- [ ] gopher lawn is truncate
|
||||||
|
Loading…
Reference in New Issue
Block a user