5 个不稳定版本
0.3.1 | 2021年4月15日 |
---|---|
0.3.0 | 2020年10月13日 |
0.2.2 |
|
0.2.1 | 2020年7月11日 |
0.1.0 | 2020年6月16日 |
#651 in 命令行界面
140KB
4K SLoC
titik
Titik 是一个跨平台的 TUI 小部件库,旨在能够直观地与这些小部件交互。
它使用 crossterm
作为底层后端。
要运行演示,请使用以下命令
cargo run --example demo 2>/dev/null
注意:2>/dev/null
将来自 eprintln
的调试日志发送到 /dev/null
设备
如果不这样做,由于调试信息和 TUI 混合在一个终端输出中,将在您的屏幕上产生闪烁。
或者,您可以将来自 eprintln
的调试日志通过以下方式重定向到一个文件,例如 /tmp/debug.log
cargo run --example demo 2>/tmp/debug.log
然后,您可以打开一个新的终端并跟踪 /tmp/debug.log
文件
tail -f /tmp/debug.log
许可证:MIT
依赖项
~10MB
~157K SLoC