| Crates.io | term-kit |
| lib.rs | term-kit |
| version | 0.2.5 |
| created_at | 2024-06-24 23:11:11.378023+00 |
| updated_at | 2025-02-26 04:10:44.518343+00 |
| description | A simple terminal UI toolkit for Rust |
| homepage | https://github.com/tylercritchlow/termkit |
| repository | https://github.com/tylercritchlow/termkit |
| max_upload_size | |
| id | 1282805 |
| size | 84,223 |
TermKit
A set of drop in terminal widgets made in Rust.
Using crossterm for terminal manipulation, TermKit gives you drop-in widgets for your CLI or terminal applications.
[!NOTE] Linux and MacOS is tested with the Ghostty Terminal, and Windows is tested with the Windows Terminal. If you find any bugs, on other terminals please open an issue.
full-tui-interface featureand more per request
Add this to your Cargo.toml:
[dependencies]
term-kit = "0.2.5"
and refer to the examples for usage.
Licensed under the MIT license. See LICENSE for more information.