Process Manager is a simple table view of the running system processes, much like Windows Task Manager or GNOME System Monitor. Clicking on a process will display a control panel where you can stop the process or copy its information.
- Icon via Flaticon.com, HSL adjusted with (160, 100, 0)
- egui - UI Library
- sysinfo - Fetching system processes
Ensure that you have installed Git and Cargo. Cargo and the Rust language are bundled together in the rustup installer.
git clone https://github.com/CaymanFreeman/ProcessManager && cd ProcessManagercargo run --release
hi :)