mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
No description
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml | ||
TOOD.md |
rusttop
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 processing
-
See if current disk activity is possible to do/graph?
Thanks
- As mentioned, this project is most definitely inspired by gotop