|
|
@@ -33,24 +33,16 @@ bubble := pingo.InitialPeakModel()
|
|
|
|
|
|
## Extras
|
|
|
|
|
|
- - [ ] Implement ssh TUI client (via wish)
|
|
|
- [ ] Implement peak and average models (currently implemented: peak)
|
|
|
|
|
|
## resources
|
|
|
|
|
|
| resource | use |
|
|
|
|-----------------|------------------------------------|
|
|
|
-| Core frameworks | |
|
|
|
| [bubbletea][bt] | TUI framework |
|
|
|
| [lipgloss][lg] | Terminal text formatting framework |
|
|
|
-|-----------------|------------------------------------|
|
|
|
-| TUI widgets | |
|
|
|
| [bubbles][bbl] | widget lib for bubbletea |
|
|
|
| [ntcharts][ntc] | chart widgets for bubbletea |
|
|
|
-|-----------------|------------------------------------|
|
|
|
-| extras | |
|
|
|
-| [wish][wish] | ssh tui client |
|
|
|
-|-----------------|------------------------------------|
|
|
|
|
|
|
### proposed color palette
|
|
|
|
|
|
@@ -60,7 +52,7 @@ bubble := pingo.InitialPeakModel()
|
|
|
|
|
|
## LICENSE
|
|
|
|
|
|
-All commuts are subject to the AGPL3
|
|
|
+All commits are subject to the AGPL3
|
|
|
|
|
|
[bt]: https://github.com/charmbracelet/bubbletea
|
|
|
[lg]: https://github.com/charmbracelet/lipgloss
|