2019-09-07 02:51:53 +02:00
# rustop
2019-09-04 05:27:25 +02:00
2019-09-09 06:09:58 +02:00
A [gotop ](https://github.com/cjbassi/gotop ) clone, written in Rust.
2019-09-04 05:27:25 +02:00
2019-09-09 06:09:58 +02:00
## Installation
2019-09-06 00:28:54 +02:00
2019-09-09 06:09:58 +02:00
### 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.
2019-09-08 07:28:03 +02:00
2019-09-04 05:27:25 +02:00
## Thanks
2019-09-08 07:11:01 +02:00
* As mentioned, this project is most definitely inspired by [gotop ](https://github.com/cjbassi/gotop ).
* This application was written with the following libraries:
2019-09-09 06:09:58 +02:00
* [crossterm ](https://github.com/TimonPost/crossterm )
2019-09-08 07:11:01 +02:00
* [heim ](https://github.com/heim-rs/heim )
* [sysinfo ](https://github.com/GuillaumeGomez/sysinfo )
* [tokio ](https://github.com/tokio-rs/tokio )
* [tui-rs ](https://github.com/fdehau/tui-rs )
2019-09-09 06:09:58 +02:00
## Why
I was looking to try writing more things in Rust, and I love the gotop tool. And thus, this project was born.
Also, yes, I realize that gotop has a Rust rewrite branch... I found out about that when I was nearly ready to release the first version.