Няма описание

arianagiroux 718ff5b7f0 Add license преди 5 часа
cmd 2f22e77452 Documentation refinements преди 5 дни
issues 2f22e77452 Documentation refinements преди 5 дни
.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 седмици
LICENSE 718ff5b7f0 Add license преди 5 часа
Readme.md 2f22e77452 Documentation refinements преди 5 дни
go.mod ff8c7c2501 Reimplemented charts in tui преди 1 седмица
go.sum ff8c7c2501 Reimplemented charts in tui преди 1 седмица
ping.go 2f22e77452 Documentation refinements преди 5 дни
ping_test.go b17166ed7a Added tests & documentation for ping.go преди 1 седмица
tui.go 2f22e77452 Documentation refinements преди 5 дни
tui_test.go 0470a3a697 Added docs for tui, refactored Model to Peak преди 6 дни

Readme.md

Pingo - a simple ping visualizer written in go using the bubbletea framework

To run the project, simply go run cmd/pingo.go

To install the project, simply go install cmd/pingo.go

To compile the project, simply go build cmd/pingo.go

To use the project as a bubble in bubbletea programs:

import "git.crowcollective.space/pingo"
bubble := pingo.InitialPeakModel()

for an example implementation of the bubble, see cmd/pingo.go

Roadmap:

see ./issues for more. See also issues-go for a browser TUI.

  • ping.go:// TODO(performance): implement ping message channel buffering
  • tui.go:// TODO(chart): dynamically render charts to fit height on not set
  • tui.go:// TODO(styling): allow end user to define their own styles when hacking.

  • [ ] "scroll peek" refinements

Core

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

Extras

  • Implement ssh TUI client (via wish)
  • Implement peak and average models (currently implemented: peak)

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)