Simple WIP resource monitor written in rust. I wrote this for a hackathon over the weekend:)
First iteration preview in my terminal:D
- Memory unfinished
- Network unfinished
I used the crate sysinfo for retrieving and parsing system information. I also used the (really cool) crate ratatui for the tui:)
Build from source by cloning this repo and running cargo build --release