# Pingo - a simple ping visualizer written in go To run the project, simply `go run .` To install the project, simply `go install .` To compile the project, simply `go build cmd/pingo.go` ## Roadmap: > see ./issues for more. See also [issues-go][issues-go] for a browser TUI. - [ ] "scroll peek" refinements - [ ] documentation update ## Core - [x] Implements Bubbletea framework - [x] Implements lipgloss styling - [x] Implements viewport logic via bubbles - [x] Implements ntcharts framework for tables ## Extras - [ ] Implement ssh TUI client (via wish) ## 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 | base | lower | middle | secondary | primary | |-----------|-----------|-----------|-----------|-----------| | `#19535f` | `#0b7a75` | `#d7c9aa` | `#7b2d26` | `#f0f3f5` | [bt]: https://github.com/charmbracelet/bubbletea [lg]: https://github.com/charmbracelet/lipgloss [bbl]: charm.land/bubbles/v2 [ntc]: https://github.com/NimbleMarkets/ntcharts [wish]: https://github.com/charmbracelet/wish [issues-go]: ssh://git/issues-go.git [](vim: nowrap)