bottom/README.md

36 lines
1.1 KiB
Markdown
Raw Normal View History

2019-09-07 02:51:53 +02:00
# rustop
2019-09-04 05:27:25 +02:00
2019-09-11 06:52:51 +02:00
A top clone, written in Rust. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop)
2019-09-04 05:27:25 +02:00
2019-09-09 06:09:58 +02:00
## Installation
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-11 06:52:51 +02:00
* As mentioned, this project is very much inspired by both [gotop](https://github.com/cjbassi/gotop) and [gtop](https://github.com/aksakalli/gtop) .
2019-09-08 07:11:01 +02:00
* This application was written with the following libraries:
* clap
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.