bottom/README.md

36 lines
601 B
Markdown
Raw Normal View History

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