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

Add null separator support -0 for xargs #183

Open
eloyesp opened this issue Oct 19, 2023 · 0 comments
Open

Add null separator support -0 for xargs #183

eloyesp opened this issue Oct 19, 2023 · 0 comments

Comments

@eloyesp
Copy link

eloyesp commented Oct 19, 2023

It would be nice to have a way to handle files with whitespace, find have the -print0 predicate and xargs have the -0 flag to handle that output. Adding that same flag would enable something like:

$ find documents/ -print0 | fzy -0 | xargs -0 xdg-open

Does it makes sense.

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

1 participant