bottom/README.md

36 lines
618 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
## Planned features: (copy of gotop)
* CPU usage monitor
* Total disk usage
2019-09-04 03:27:25 +00:00
* Memory usage
* Temperature
* Processes
* Network usage
## Other possible features
2019-09-04 03:27:25 +00:00
* Potentially process managing?
2019-09-04 03:27:25 +00:00
* Theming
* Rearranging?
2019-09-04 03:27:25 +00:00
* Definitely keybinds
2019-09-06 04:05:50 +00:00
* Filtering in processes along with sorting
2019-09-04 03:27:25 +00:00
* See if current disk activity is possible to do/graph?
2019-09-04 03:27:25 +00:00
## Thanks
* As mentioned, this project is most definitely inspired by [gotop](https://github.com/cjbassi/gotop)