Sin descripción

arianagiroux 5eaef26a14 Removed an issue pertaining to tests hace 1 semana
cmd 7d2859a1fd Pushed project to bubbletea v2 hace 1 semana
.gitattributes 1e13c5810b Releases pingo v0.1.2 hace 3 semanas
.gitignore 3b7818cafc Enforced spelling for markdown files in vim hace 3 semanas
.vimrc 3b7818cafc Enforced spelling for markdown files in vim hace 3 semanas
Readme.md 7d2859a1fd Pushed project to bubbletea v2 hace 1 semana
go.mod ff8c7c2501 Reimplemented charts in tui hace 1 semana
go.sum ff8c7c2501 Reimplemented charts in tui hace 1 semana
ping.go ca9f8f02d8 Ensures result lists are always n*max_results long hace 1 semana
ping_test.go 75da0194d9 Added missing source tests for ping.go hace 1 semana
tui.go 680b3130af Added extensive tests for tui hace 1 semana
tui_test.go 359159dc8a Added a test for scrolling functionality hace 1 semana

Readme.md

Pingo - a simple ping visualizer written in go

to run the project, simply go run .

to install the project, simply go install .

additionally, see bin/ for additional pre-compiled binaries

TODO:

  • main.go:// TODO(main): determine chart heights dynamically by number of addresses
  • main.go:// TODO(performance): implement ping message channel buffering

NOTE: generate this list via git grep '// TODO' -- ':(exclude)Readme.md'

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
----------------- ------------------------------------

color palette

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

[](vim: nowrap)