bringing some fun (hwyl) to the terminal
Find a file
2026-04-15 14:46:13 -04:00
.github/workflows add autogenerated docs for the example cli programs 2026-03-22 16:01:47 -04:00
docs remove noise in docs 2026-04-13 10:29:08 -04:00
src fixup field parsing for objects 2026-04-13 16:27:56 -04:00
tests fix customParse test 2026-04-14 10:18:53 -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 docs: simplify doc generation 2026-04-12 19:08:17 -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"