Skip to content

A cross-platform task manager as a Terminal User Interface (TUI)

License

Notifications You must be signed in to change notification settings

Arpan3323/system_observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A cross-platform task manager as a Terminal User Interface (TUI)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages