Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxyng/termhnal
HN in a Terminal
https://github.com/mxyng/termhnal
Last synced: about 2 months ago
JSON representation
HN in a Terminal
- Host: GitHub
- URL: https://github.com/mxyng/termhnal
- Owner: mxyng
- License: mit
- Created: 2024-01-15T23:36:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T00:15:40.000Z (6 months ago)
- Last Synced: 2024-11-19T12:37:47.420Z (2 months ago)
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Browse Hacker News in a Terminal. Built with [charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea).
## 👷 Install
Requires Go 1.20 or higher.
```shell
go install github.com/mxyng/termhnal@main
```### :whale: Container Image
```shell
docker run -it ghcr.io/mxyng/termhnal
``````shell
docker run -it mxyng/termhnal
```## :keyboard: Key Maps
- Ctrl+d quit
### :notebook: List View
- 1 top
- 2 new
- 3 best
- 4 ask
- 5 show
- 6 jobs
- k Up up
- j Down down
- h Left PageUp previous page
- l Right PageDown next page
- g Home go to start
- Shift+g End go to end
- / search
- q Esc quit### :book: Story View
- k Up scroll up
- j Down scroll down
- h Left PageUp previous page
- l Right PageDown next page
- g Home go to start
- Shift+g End go to end
- q Esc back to list