Нет описания

arianagiroux 9226f8737e Added a potential roadmap item for discussion 3 недель назад
bin 1e13c5810b Releases pingo v0.1.2 3 недель назад
bugs 9226f8737e Added a potential roadmap item for discussion 3 недель назад
internal 2c4308ac50 Sanitized chart sizing logic 3 недель назад
.gitattributes 1e13c5810b Releases pingo v0.1.2 3 недель назад
.gitignore 3b7818cafc Enforced spelling for markdown files in vim 3 недель назад
.vimrc 3b7818cafc Enforced spelling for markdown files in vim 3 недель назад
Readme.md 9f003da86c Implemented title color change on unstable connection 3 недель назад
go.mod 0e72557aaa Added full test coverage for pingo.ping 3 недель назад
go.sum 0e72557aaa Added full test coverage for pingo.ping 3 недель назад
main.go 9f003da86c Implemented title color change on unstable connection 3 недель назад

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)