pull/6/head v0.1.5
dvkt 5 years ago
parent 43827e5849
commit f142f79d58

2
Cargo.lock generated

@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "phetch" name = "phetch"
version = "0.1.5-pre" version = "0.1.5"
dependencies = [ dependencies = [
"termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
] ]

@ -1,13 +1,14 @@
[package] [package]
name = "phetch" name = "phetch"
version = "0.1.5-pre" version = "0.1.5"
authors = ["dvkt <c@dvkt.io>"] authors = ["dvkt <c@dvkt.io>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"
description = "a terminal gopher client designed to help you quickly navigate the gophersphere" description = "quick lil gopher client"
readme = "README.md" readme = "README.md"
repository = "https://github.com/dvkt/phetch" repository = "https://github.com/dvkt/phetch"
keywords = ["gopher", "tui", "terminal"] keywords = ["gopher", "tui", "terminal", "cli"]
categories = ["command-line-utilities"]
exclude = [ exclude = [
"img/*" "img/*"
] ]

@ -33,9 +33,9 @@ the gophersphere.
binaries for linux, mac, and raspberry pi are available binaries for linux, mac, and raspberry pi are available
at https://github.com/dvkt/phetch/releases: at https://github.com/dvkt/phetch/releases:
- [phetch-v0.1.4-linux-x86_64.tar.gz][0] - [phetch-v0.1.5-linux-x86_64.tar.gz][0]
- [phetch-v0.1.4-linux-armv7.tar.gz (RPi)][1] - [phetch-v0.1.5-linux-armv7.tar.gz (RPi)][1]
- [phetch-v0.1.4-macos.zip][2] - [phetch-v0.1.5-macos.zip][2]
just unzip/untar the `phetch` program into your $PATH and get going! just unzip/untar the `phetch` program into your $PATH and get going!
@ -71,6 +71,6 @@ just unzip/untar the `phetch` program into your $PATH and get going!
- [ ] TLS -- https://dataswamp.org/~solene/2019-03-07-gopher-server-tls.html - [ ] TLS -- https://dataswamp.org/~solene/2019-03-07-gopher-server-tls.html
- [ ] Fuzzy Find incremental search - [ ] Fuzzy Find incremental search
[0]: https://github.com/dvkt/phetch/releases/download/v0.1.4/phetch-v0.1.4-linux-x86_64.tar.gz [0]: https://github.com/dvkt/phetch/releases/download/v0.1.5/phetch-v0.1.5-linux-x86_64.tar.gz
[1]: https://github.com/dvkt/phetch/releases/download/v0.1.4/phetch-v0.1.4-linux-armv7.tar.gz [1]: https://github.com/dvkt/phetch/releases/download/v0.1.5/phetch-v0.1.5-linux-armv7.tar.gz
[2]: https://github.com/dvkt/phetch/releases/download/v0.1.4/phetch-v0.1.4-macos.zip [2]: https://github.com/dvkt/phetch/releases/download/v0.1.5/phetch-v0.1.5-macos.zip

Loading…
Cancel
Save