Testing screenshots location and size.
This commit is contained in:
parent
4582f2bd72
commit
ba3ade9fc8
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,11 +1,13 @@
|
||||||
### hmhm - Pronounced humhum, what I called lobsters (hummer in swedish) when I was a kid.
|
# hmhm - TUI news reading client
|
||||||
|
|
||||||
hmhm is a tool i created to get a feeling how one could develop a TUI (Terminal
|
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. Tried a few TUI high level libraries but settled on tview
|
User Interface) based app in Go.
|
||||||
for hmhm.
|
I tried a few TUI high level libraries but settled on [tview](https://github.com/rivo/tview).
|
||||||
|
|
||||||
hmhm in action
|
hmhm in action
|
||||||
|
<img src="assets/img/hmhm-loading.png" width="100" height="100" 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)
|
![Loading news items.](assets/img/hmhm-loading.png)
|
||||||
![Tab #1 - Hacker News](assets/img/hmhm-hn.png)
|
![Tab #1 - Hacker News](assets/img/hmhm-hn.png)
|
||||||
![Tab #2 - Lobste.rs](assets/img/hmhm-l.png)
|
![Tab #2 - Lobste.rs](assets/img/hmhm-l.png)
|
||||||
|
|
Loading…
Reference in a new issue