mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2026-03-29 09:50:19 -05:00
bringing some fun (hwyl) to the terminal
- Nim 100%
| .github/workflows | ||
| docs | ||
| src | ||
| tests | ||
| tools | ||
| .gitignore | ||
| config.nims | ||
| hwylterm.nimble | ||
| LICENSE | ||
| README.md | ||
| todo.md | ||
hwylterm
Bringing some fun (hwyl) to the terminal!
A library for building styled terminal applications. It provides BB-style markup for ANSI colors ([bold red]error[/]), a macro-based CLI framework (hwylCli), styled tables, spinners, progress bars, an interactive chooser, and a colored logger — all built around a shared color mode that respects NO_COLOR and terminal detection.
See the API documentation for more information.
use library
requires "https://github.com/daylinmorgan/hwylterm"
use CLI's
nimble install "https://github.com/daylinmorgan/hwylterm?subdir=tools"