psgrep

Convenient shortcut for ps aux | grep to search running processes

brewmacoslinux
Try with needOr install directly
Source

About

Shortcut for the 'ps aux | grep' idiom

Commands

psgrep

Examples

Search for all processes matching 'python'$ psgrep python
Find a specific process by name with detailed info$ psgrep node
Search for processes and filter results$ psgrep chrome