Nenhuma descrição

arianagiroux 680b3130af Added extensive tests for tui 1 semana atrás
cmd 7d2859a1fd Pushed project to bubbletea v2 1 semana atrás
issues ec7382f5f3 Closed a roadmpa item 1 semana atrás
.gitattributes 1e13c5810b Releases pingo v0.1.2 3 semanas atrás
.gitignore 3b7818cafc Enforced spelling for markdown files in vim 3 semanas atrás
.vimrc 3b7818cafc Enforced spelling for markdown files in vim 3 semanas atrás
Readme.md 7d2859a1fd Pushed project to bubbletea v2 1 semana atrás
go.mod ff8c7c2501 Reimplemented charts in tui 1 semana atrás
go.sum ff8c7c2501 Reimplemented charts in tui 1 semana atrás
ping.go ca9f8f02d8 Ensures result lists are always n*max_results long 1 semana atrás
ping_test.go f38386197c conformed project to modern golang standards 1 semana atrás
tui.go 680b3130af Added extensive tests for tui 1 semana atrás
tui_test.go 680b3130af Added extensive tests for tui 1 semana atrás

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)