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

65 lines
1.8 KiB
Markdown

4 years ago
<p align="center">
4 years ago
<img src="./img/logo.png">
4 years ago
<br> <br>
4 years ago
<a href="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blueviolet?style=flat-square">
</a>
<a href="https://github.com/dvkt/phetch/releases/tag/v0.0.0">
<img src="https://img.shields.io/badge/current_release-0.0.0-brightgreen.svg?style=flat-square">
</a>
<a href="https://github.com/dvkt/phetch">
<img src="https://img.shields.io/badge/dev_version-0.1.0--dev-lightgrey.svg?style=flat-square">
</a>
4 years ago
</p>
4 years ago
4 years ago
`phetch` is a terminal gopher client designed to help you quickly navigate the gophersphere.
5 years ago
4 years ago
**features:**
5 years ago
4 years ago
- <1MB executable for linux and mac
- technicolor design (based on [GILD](https://github.com/dvkt/gild))
5 years ago
- no nonsense keyboard navigation
4 years ago
## usage
4 years ago
phetch # Launch and show start page.
4 years ago
phetch <gopher-url> # Launch and show Gopherhole at URL.
4 years ago
phetch -r <gopher-url> # Print raw Gopher response.
4 years ago
phetch -h # Show help.
phetch -v # Show version.
4 years ago
4 years ago
## installation
4 years ago
Binaries for Linux and Mac are available at https://github.com/dvkt/phetch/releases:
4 years ago
4 years ago
- 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
4 years ago
4 years ago
Just unzip/untar the `phetch` program into your $PATH and get going!
4 years ago
5 years ago
## development
5 years ago
cargo run -- <gopher-url>
4 years ago
## todo
4 years ago
4 years ago
### basics
4 years ago
- [ ] download to ~/Downloads
4 years ago
gopher://zaibatsu.circumlunar.space/1/~cardboard64/
4 years ago
- [ ] telnet
4 years ago
- [ ] ipv6
- [ ] flesh out help
4 years ago
- [ ] new screenshots
4 years ago
### bugs
- [ ] `open` for irc links
- [ ] gopher lawn is truncate
4 years ago
## screenies
4 years ago
![Links](./img/links.png)
4 years ago
![DOS Menu](./img/menu.png)
4 years ago
![Game Archive](./img/oldies.png)