bottom/README.md

36 lines
618 B
Markdown

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