Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 731 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 731 Bytes

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

# Clone
git clone https://github.com/giuuliorusso/hntc
cd hntc

# Build
cargo build --release

# Run
cargo run --release
  # or ./target/release/hntc

License

MIT