Files
terminal-ui/docs/Home.md
!verity 97a43d9850 Add comprehensive documentation for terminal-ui
- Introduced new documentation files: `Components.md`, `Examples.md`, `Home.md`, `Install.md`, and `index.md`.
- Provided detailed guides on usage, examples, installation, and API components.
- Linked GitHub Pages and repository resources for easy navigation.
2026-03-14 10:09:33 +01:00

587 B
Raw Blame History

terminal-ui

Java library for building terminal UIs: tables, rules, colors, prompts, menus, SelectList, pager, and more. Fluent API, ANSI support, testable.

Requirements

  • Java 21
  • Gradle 9.x or Maven (wrapper included in repo)

Build from source

./gradlew build
./gradlew test

License

MIT see LICENSE in the repo.