l5y @l5y.tech · Feb 28

Published another crate. psn - process status navigator 🦀 #rustlang Often, when I have a process hanging and want to send a signal, I cannot easily find the pid and then sending the signal is yet another step once I identified the pid. crates.io/crates/psn

1 likes 1 replies

?

Replies

l5y · Feb 28

While `ps` and `pgrep` are helpful, I decided to streamline my workflow by implementing `psn` - process status navigator that allows me to text match a filter or regular expression on the process list and sending signals directly from the #TUI. github.com/l5yth/psn