Curses-exec: interactive xargs for less
github.com
Curses-exec: interactive xargs for less
1–3 of 3 posts
Re: Curses-exec: interactive xargs for less
#2I always wanted to pipe `ps -a` to something interactive using vim key bindings to select the process to kill. Maybe now someone in the comments will tell me how to do it with xargs and a complicated vim script instead of vibe coding my own.
Re: Curses-exec: interactive xargs for less
#3Feels similar in shape to fzf (and similar tools) except normal mode vim keys in the middle of the pipe rather than fuzzy search and ctrl-* for advanced actions