Interactive CLI selection menu for filtering and choosing from lists
Powerful and versatile CLI selection tool for interactive or scripting use
smenu$ ls | smenu$ ps aux | smenu | awk '{print $2}' | xargs kill$ git branch | smenu | xargs git checkout