Skip to content

v8.0

Compare
Choose a tag to compare
@PatrickF1 PatrickF1 released this 29 Jan 23:21
· 74 commits to main since this release
c25cb75

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 or lsof -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.