v8.0
Search processes (#216 - @cr-mitmit)
- Search through all running processes and insert the pid of the selected process
- Useful for commands such as
kill -STOP $pid
orlsof -p $pid
- Includes a preview that shows other useful information about the process selected such as parent pid, CPU use, memory use, and start time.
- The feature is very usable and well tested but is not 100% done and I will follow up with an update hopefully soon to put the finishing touches on it.