Y
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
guac
4055 days ago
or `xargs` / gnu parallel
link
thameera
4055 days ago
Except for commands like git add.
link