#tui #ratatui #terminal #tty #multiplexer

tui-term

A pseudoterminal widget for ratatui

Show the crate…

12 releases

new 0.1.10 Apr 16, 2024
0.1.9 Mar 28, 2024
0.1.8 Feb 14, 2024
0.1.6 Dec 18, 2023
0.0.0 May 17, 2023

#35 in #multiplexer

Download history 1/week @ 2023-12-22 224/week @ 2023-12-29 15/week @ 2024-01-05 5/week @ 2024-01-12 125/week @ 2024-01-19 16/week @ 2024-01-26 28/week @ 2024-02-02 109/week @ 2024-02-09 60/week @ 2024-02-16 54/week @ 2024-02-23 257/week @ 2024-03-01 960/week @ 2024-03-08 68/week @ 2024-03-15 111/week @ 2024-03-22 560/week @ 2024-03-29 407/week @ 2024-04-05

1,259 downloads per month
Used in 2 crates

MIT license

39KB
708 lines

tui-term

Crates Documentation Matrix Chat Room

A pseudoterminal widget for the ratatui crate.

Demo of tui-term

Status

[!NOTE] This project is currently in active development and should be considered a work in progress. The goal of tui-term is to provide a robust and well-tested pseudoterminal widget for users of the ratatui crate.

Installation

To use tui-term, simply add it as a dependency in your Cargo.toml file:

[dependencies]
tui-term = "0.1.10"

or use cargo add:

cargo add tui-term

Examples

Check out the examples directory, for more information, or run an example:

cargo run --example simple_ls_rw

Controller

The controller is an experimental feature helping with managing the lifecycle of commands that are spawned inside a pseudoterminal. Currently the support is limited to oneshot commands.

To activate the feature:

cargo add tui-term -F unstable

Chat Room

Join our matrix chat room, for possibly synchronous communication.

Architecture

For an overview of tui-term's architecture and design principles, please refer to the Architecture documentation.

Contributing

We welcome contributions from the community! Check out the Contributing Guidelines on how to get started.

Release Notes

Stay updated with the latest changes by viewing the Changelog.

License

tui-term is available under the MIT license. See LICENCE for more information.

Dependencies

~6.5MB
~113K SLoC