No description
Find a file
2019-09-05 18:28:54 -04:00
src Got the basics of process sorting done. 2019-09-05 18:28:54 -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 Added TODO list, and started more work. 2019-09-04 16:53:05 -04:00
LICENSE Initial commit 2019-08-28 19:43:30 -04:00
README.md Got the basics of process sorting done. 2019-09-05 18:28:54 -04:00
rustfmt.toml Setup. 2019-09-03 23:27:25 -04:00
TOOD.md Added TODO list, and started more work. 2019-09-04 16:53:05 -04:00

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