No description
Find a file
2019-09-07 23:29:30 -04:00
src Added better error handling. 2019-09-07 23:29:30 -04:00
tests Set up more file hierarchy. 2019-09-04 23:45:19 -04:00
.gitignore Update .gitignore. 2019-09-04 16:55:00 -04:00
Cargo.toml Got processing switched to heim 2019-09-07 18:45:44 -04:00
LICENSE Initial commit 2019-08-28 19:43:30 -04:00
README.md Rename because puns. 2019-09-06 20:51:53 -04:00
rustfmt.toml Setup. 2019-09-03 23:27:25 -04:00
TOOD.md Added interval, disk tracking. 2019-09-06 00:05:50 -04:00

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