A cross-platform Terminal User Interface (TUI) written in Rust
This application uses the following Crates:
-
crossterm: Creates a cross-platform text-based terminal interface with a mutable buffer that can be manipulated and re-used for rendering. This crate is also used to handle key inputs via
event
module. -
ratatui: Uses
crossterm
as a backend to intialize a terminal, handle events, draw UI elements (layouts and custom stateful and static widgets) by re-rendering a mutable buffer each frame update, and restore terminal state. -
sysinfo: To get the system details and add the functionality to kill a thread of a system process
Please visit the releases page