rlivings39 / vscode-fzf-quick-open

vscode extension providing quick file/folder open and searching using fzf
MIT License
77 stars 17 forks source link

xargs: illegal option -- r #10

Closed avevlad closed 4 years ago

avevlad commented 4 years ago

Open file using fzf

fzf --print0 | xargs -0 -r code
xargs: illegal option -- r
                          usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]
                                [-L number] [-n number [-x]] [-P maxprocs] [-s size]
              [utility [argument ...]]
ProductName:    Mac OS X
ProductVersion: 10.15.3
BuildVersion:   19D76
rlivings39 commented 4 years ago

More reason for me to move to Typescript implementation. I'll put in a special case for Mac for now.

avevlad commented 4 years ago

@rlivings39 thanks

rlivings39 commented 4 years ago

Just published v0.2.5. Let me know if that does the trick as I don't have a Mac with fzf to test on.

avevlad commented 4 years ago

@rlivings39 work 🎉Thanks!