bringing some fun (hwyl) to the terminal
Find a file
2026-03-25 09:15:08 -04:00
.github/workflows add autogenerated docs for the example cli programs 2026-03-22 16:01:47 -04:00
docs add module docs 2026-03-20 10:29:47 -04:00
src add support for sets/hashsets 2026-03-25 08:44:12 -04:00
tests add wordwrapping to long commands 2026-03-25 08:46:31 -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 remove hello 2026-03-25 00:17:19 -04:00
hwylterm.nimble bump version 2026-03-25 09:15:08 -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"