top | item 9507942

(no title)

qiemem | 10 years ago

The fact that it just outputs to stdout means you can run any command with output from fzf as well. Just

anycommand $(fzf)

discuss

order

guac|10 years ago

or `xargs` / gnu parallel

thameera|10 years ago

Except for commands like git add.