bottom/README.md

32 lines
397 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-inspired terminal-based activity monitor.
## Planned features: (copy of gotop)
* CPU usage monitor
* Disk usage
* Memory usage
* Temperature
* Processes
* Network usage
## Other possible features?
* Potentially package managing?
* Theming
* Definitely keybinds
* Filtering in processing
## Thanks
* Definitely inspired by [gotop](https://github.com/cjbassi/gotop)