2019-08-29 20:48:27 +02:00
|
|
|
# hmhm - TUI news reading client
|
2019-08-29 20:33:39 +02:00
|
|
|
|
2019-08-29 20:48:27 +02:00
|
|
|
hmhm (pronounced humhum is what I called lobsters when I was a little kid) is a tool I created to get a feeling how one could develop a TUI (Terminal
|
|
|
|
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
|
|
|
|
|
|
|
hmhm in action
|
2019-08-29 21:00:21 +02:00
|
|
|
<img src="https://git.kcbark.net/kcbark/hmhm/raw/branch/master/assets/img/hmhm-loading.png" width="400" height="400" alt="Loading news items." align="center" />
|
|
|
|
<img src="assets/img/hmhm-hn.png" width="100" height="100" alt="Tab #1 - Hacker News" align="center" />
|
|
|
|
<img src="assets/img/hmhm-l.png" width="100" height="100" alt="Tab #2 - Lobste.rs" align="center" />
|
|
|
|
![Loading news items.](assets/img/hmhm-loading.png)
|
|
|
|
![Tab #1 - Hacker News](assets/img/hmhm-hn.png)
|
|
|
|
![Tab #2 - Lobste.rs](assets/img/hmhm-l.png)
|