mirror of
https://github.com/gizak/termui.git
synced 2025-04-24 13:48:50 +08:00
24 lines
627 B
ReStructuredText
24 lines
627 B
ReStructuredText
`termui <>`__ is a cross-platform, easy-to-compile, and
|
|
fully-customizable terminal dashboard. It aims to provide a terminal
|
|
front end for your applications with less struggle:
|
|
|
|
.. figure:: img/dashboard.gif
|
|
:alt: dashboard
|
|
|
|
dashboard
|
|
|
|
*cast under osx 10.10; Terminal.app; Menlo Regular 12pt.*
|
|
|
|
This guide describes the essential parts used to build a interface,
|
|
which includes:
|
|
|
|
- Installation & Usage
|
|
- Layout System
|
|
- Event System
|
|
- Theming
|
|
- Components
|
|
|
|
`Quickstart <quickstart.md>`__ is the way to go for starters and
|
|
`Recipes <recipes.md>`__ contains some practical resolutions you might
|
|
need.
|