hwylterm
bringing some fun (hwyl) to the terminal
Summary
| Latest Version | 0.3.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-04 07:26 |
Tags
Authors
- Daylin Morgan
Installation
nimble install hwylterm
choosenim install hwylterm
git clone https://github.com/daylinmorgan/hwylterm
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| hwylterm | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 2.0.8 | No |
Source
| Repository | https://github.com/daylinmorgan/hwylterm |
|---|---|
| Homepage | https://hwylterm.dayl.in |
| Registry Source | nimble_official |
README
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"