bringing some fun (hwyl) to the terminal
Find a file
2026-04-24 10:37:26 -04:00
.github/workflows add autogenerated docs for the example cli programs 2026-03-22 16:01:47 -04:00
docs feat: improved hwylcli version inference 2026-04-22 16:43:18 -04:00
src reorder arguments in help string 2026-04-24 10:37:26 -04:00
tests reorder arguments in help string 2026-04-24 10:37:26 -04:00
tools decouple modules from clis 2025-10-21 13:37:37 -04:00
.gitignore add autogenerated docs for the example cli programs 2026-03-22 16:01:47 -04:00
config.nims add test task 2026-04-22 16:29:57 -04:00
hwylterm.nimble bump version 2026-04-15 14:46:13 -04:00
LICENSE add LICENSE 2025-03-08 01:12:19 -06:00
README.md align README and description 2026-03-25 09:14:56 -04:00
todo.md todo 2025-11-03 13:03:39 -05:00

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"