mirror of
https://github.com/xvxx/phetch
synced 2024-11-10 13:10:54 +00:00
(cargo-release) version 0.1.9
This commit is contained in:
parent
56d68dec07
commit
93206b2410
2
Cargo.lock
generated
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.9-dev"
|
version = "0.1.9"
|
||||||
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,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "phetch"
|
name = "phetch"
|
||||||
version = "0.1.9-dev"
|
version = "0.1.9"
|
||||||
authors = ["dvkt <c@dvkt.io>"]
|
authors = ["dvkt <c@dvkt.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
12
README.md
12
README.md
@ -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.8-linux-x86_64.tar.gz][0]
|
- [phetch-v0.1.9-linux-x86_64.tar.gz][0]
|
||||||
- [phetch-v0.1.8-linux-armv7.tar.gz (RPi)][1]
|
- [phetch-v0.1.9-linux-armv7.tar.gz (RPi)][1]
|
||||||
- [phetch-v0.1.8-macos.zip][2]
|
- [phetch-v0.1.9-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!
|
||||||
|
|
||||||
@ -82,6 +82,6 @@ just unzip/untar the `phetch` program into your $PATH and get going!
|
|||||||
- [ ] bookmarks: toggle instead of just prepending to the file
|
- [ ] bookmarks: toggle instead of just prepending to the file
|
||||||
- [ ] bookmarks: save the title of the current page
|
- [ ] bookmarks: save the title of the current page
|
||||||
|
|
||||||
[0]: https://github.com/dvkt/phetch/releases/download/v0.1.8/phetch-v0.1.8-linux-x86_64.tar.gz
|
[0]: https://github.com/dvkt/phetch/releases/download/v0.1.9/phetch-v0.1.9-linux-x86_64.tar.gz
|
||||||
[1]: https://github.com/dvkt/phetch/releases/download/v0.1.8/phetch-v0.1.8-linux-armv7.tar.gz
|
[1]: https://github.com/dvkt/phetch/releases/download/v0.1.9/phetch-v0.1.9-linux-armv7.tar.gz
|
||||||
[2]: https://github.com/dvkt/phetch/releases/download/v0.1.8/phetch-v0.1.8-macos.zip
|
[2]: https://github.com/dvkt/phetch/releases/download/v0.1.9/phetch-v0.1.9-macos.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user