Žiadny popis

arianagiroux bf7dbd001f Fixed a display bug in the tui 1 týždeň pred
cmd 7d2859a1fd Pushed project to bubbletea v2 1 týždeň pred
issues 0a605f9a60 Documented V0.1 roadmap 1 týždeň pred
.gitattributes 1e13c5810b Releases pingo v0.1.2 3 týždňov pred
.gitignore 3b7818cafc Enforced spelling for markdown files in vim 3 týždňov pred
.vimrc 3b7818cafc Enforced spelling for markdown files in vim 3 týždňov pred
Readme.md 0a605f9a60 Documented V0.1 roadmap 1 týždeň pred
go.mod ff8c7c2501 Reimplemented charts in tui 1 týždeň pred
go.sum ff8c7c2501 Reimplemented charts in tui 1 týždeň pred
ping.go b17166ed7a Added tests & documentation for ping.go 1 týždeň pred
ping_test.go b17166ed7a Added tests & documentation for ping.go 1 týždeň pred
tui.go bf7dbd001f Fixed a display bug in the tui 1 týždeň pred
tui_test.go bf7dbd001f Fixed a display bug in the tui 1 týždeň pred

Readme.md

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 for a browser TUI.

  • "scroll peek" refinements
  • documentation update

Core

  • Implements Bubbletea framework
  • Implements lipgloss styling
  • Implements viewport logic via bubbles
  • Implements ntcharts framework for tables

Extras

  • Implement ssh TUI client (via wish)

resources

resource use
Core frameworks
bubbletea TUI framework
lipgloss Terminal text formatting framework
----------------- ------------------------------------
TUI widgets
bubbles widget lib for bubbletea
ntcharts chart widgets for bubbletea
----------------- ------------------------------------
extras
wish ssh tui client
----------------- ------------------------------------

proposed color palette

base lower middle secondary primary
#19535f #0b7a75 #d7c9aa #7b2d26 #f0f3f5

[](vim: nowrap)