2019-08-29 20:48:27 +02:00
|
|
|
# hmhm - TUI news reading client
|
2019-08-29 20:33:39 +02:00
|
|
|
|
2019-08-29 21:06:18 +02:00
|
|
|
hmhm is a tool I developed to get a feeling how one could develop a TUI (Terminal
|
2019-08-29 20:48:27 +02:00
|
|
|
User Interface) based app in Go.
|
|
|
|
I tried a few TUI high level libraries but settled on [tview](https://github.com/rivo/tview).
|
2019-08-29 20:33:39 +02:00
|
|
|
|
2019-08-29 21:07:15 +02:00
|
|
|
### Loading news items.
|
2019-08-29 21:00:21 +02:00
|
|
|
![Loading news items.](assets/img/hmhm-loading.png)
|
2019-08-29 21:07:15 +02:00
|
|
|
### Tab ##1 - Hacker News
|
2019-08-29 21:00:21 +02:00
|
|
|
![Tab #1 - Hacker News](assets/img/hmhm-hn.png)
|
2019-08-29 21:07:15 +02:00
|
|
|
### Tab ##2 - Lobste.rs
|
2019-08-29 21:00:21 +02:00
|
|
|
![Tab #2 - Lobste.rs](assets/img/hmhm-l.png)
|
2019-08-29 21:06:18 +02:00
|
|
|
|
2019-08-29 21:07:15 +02:00
|
|
|
### Why the name hmhm?
|
2019-08-29 21:06:18 +02:00
|
|
|
hmhm (pronounced "humhum") is what I called lobsters when I was a little kid.
|