macos_memory_monitor
rajatasusual/macos_memory_monitor
Rust
This Rust program creates an interactive command-line tool that allows users to query information about running processes on their system. It provides autocompletion as the user types, making it easier to identify and select the desired process. The program then displays the Process ID (PID), name, and memory usage of the selected process.