Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xargs: illegal option -- r #10

Closed
avevlad opened this issue May 17, 2020 · 4 comments
Closed

xargs: illegal option -- r #10

avevlad opened this issue May 17, 2020 · 4 comments

Comments

@avevlad
Copy link

avevlad commented May 17, 2020

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
Copy link
Owner

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

@avevlad
Copy link
Author

avevlad commented May 17, 2020

@rlivings39 thanks

@rlivings39
Copy link
Owner

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
Copy link
Author

avevlad commented May 18, 2020

@rlivings39 work 🎉Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants