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

Accept input separated by NUL bytes #121

Closed
blueyed opened this issue Jan 24, 2015 · 5 comments
Closed

Accept input separated by NUL bytes #121

blueyed opened this issue Jan 24, 2015 · 5 comments
Labels

Comments

@blueyed
Copy link
Contributor

blueyed commented Jan 24, 2015

This would be useful with find's -print0.

@blueyed blueyed changed the title Accept input separated by NUL byte Accept input separated by NUL bytes Jan 24, 2015
@junegunn
Copy link
Owner

Could you explain why we would need it?

@blueyed
Copy link
Contributor Author

blueyed commented Jan 24, 2015

It would be useful for the cd widget to handle directories with newlines for example.

@junegunn
Copy link
Owner

Whoa, do you really have directories with newlines?

@blueyed
Copy link
Contributor Author

blueyed commented Jan 24, 2015

No.. :)

But it's good practice to use find .. -print0 anyway.

@NightMachinery
Copy link

NightMachinery commented Aug 7, 2019

This --null option is not present in fzf 0.18.0?

Update: It's --read0.

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

No branches or pull requests

3 participants