Hacker News new | ask | show | jobs
by qiemem 4055 days ago
The fact that it just outputs to stdout means you can run any command with output from fzf as well. Just

anycommand $(fzf)

1 comments

or `xargs` / gnu parallel
Except for commands like git add.