#linux terminal
"fzf" useful tool.
Put this command inside a pipe and you can select which lines it will send on the other side using a ncursive UI.
For example, to interactively delete a file :
ls | lzl | xargs rm
"fzf" useful tool.
Put this command inside a pipe and you can select which lines it will send on the other side using a ncursive UI.
For example, to interactively delete a file :
ls | lzl | xargs rm