bottom/README.md

34 lines
571 B
Markdown
Raw Normal View History

2019-08-28 23:43:30 +00:00
# rusttop
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
* Disk usage (both total and I guess active?)
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 package managing?
* Theming
* Rearranging?
2019-09-04 03:27:25 +00:00
* Definitely keybinds
* Filtering in processing
## Thanks
* As mentioned, this project is most definitely inspired by [gotop](https://github.com/cjbassi/gotop)