bottom/README.md

17 lines
587 B
Markdown
Raw Normal View History

2019-09-07 00:51:53 +00:00
# rustop
2019-09-04 03:27:25 +00:00
A gotop clone, written in Rust. Mostly done in an effort to learn Rust, while also potentially making a tool that people might want to use.
2019-09-04 03:27:25 +00:00
2019-09-08 05:11:01 +00:00
## Features
2019-09-04 03:27:25 +00:00
## Thanks
2019-09-08 05:11:01 +00:00
* As mentioned, this project is most definitely inspired by [gotop](https://github.com/cjbassi/gotop).
* This application was written with the following libraries:
* [heim](https://github.com/heim-rs/heim)
* [sysinfo](https://github.com/GuillaumeGomez/sysinfo)
* [termion](https://github.com/redox-os/termion)
* [tokio](https://github.com/tokio-rs/tokio)
* [tui-rs](https://github.com/fdehau/tui-rs)