项目作者: giuuliorusso

项目描述 :
🗞 (Useless) HN Terminal Client
高级语言: Rust
项目地址: git://github.com/giuuliorusso/hntc.git
创建时间: 2020-09-08T01:38:34Z
项目社区:https://github.com/giuuliorusso/hntc

开源协议:MIT License

下载


HNTC

CI

(Useless) HN Terminal Client.

Keybindings

Key(s) Action
Q Quit
Tab
RightArrow
L
Next tab
LeftArrow
H
Previous tab
Enter Open article/linked page
C Open comments page
UpArrow and DownArrow
K and J
Scroll list

Build from source

Requirements

Build and run

  1. # Clone
  2. git clone https://github.com/giuuliorusso/hntc
  3. cd hntc
  4. # Build
  5. cargo build --release
  6. # Run
  7. cargo run --release
  8. # or ./target/release/hntc

License

MIT