No description
Find a file
2019-09-04 16:53:05 -04:00
src Added TODO list, and started more work. 2019-09-04 16:53:05 -04:00
Cargo.lock Added TODO list, and started more work. 2019-09-04 16:53:05 -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 Added TODO list, and started more work. 2019-09-04 16:53:05 -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

  • Disk usage (both total and I guess active?)

  • Memory usage

  • Temperature

  • Processes

  • Network usage

Other possible features

  • Potentially package managing?

  • Theming

  • Rearranging?

  • Definitely keybinds

  • Filtering in processing

Thanks

  • As mentioned, this project is most definitely inspired by gotop