Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.04 KB

README.md

File metadata and controls

14 lines (9 loc) · 1.04 KB

System Observer

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

Downloading latest release

Please visit the releases page