mirror of
https://github.com/ClementTsang/bottom.git
synced 2024-11-28 11:02:56 +03:00
Yet another cross-platform graphical process/system monitor.
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml | ||
TODO.md |
rustop
A top clone, written in Rust. Inspired by both gtop and gotop
Installation
Linux
TODO: Write
Windows
TODO: Test
MacOS
Currently, I'm unable to test on MacOS, so I'm not sure how well this will work, if at all. I'll try to source MacOS hardware to test this application.
Thanks
-
As mentioned, this project is very much inspired by both gotop and gtop .
-
This application was written with the following libraries:
Why
I was looking to try writing more things in Rust, and I love the gotop tool. And thus, this project was born.