knqyf263 / pet

Simple command-line snippet manager
MIT License
4.45k stars 224 forks source link

Fix `--quote` with spaces #177

Closed Ryooooooga closed 3 years ago

Ryooooooga commented 3 years ago

Issue

--query parameter does not accept whitespaces.

$ pet search --query="a b"
unknown option: b

Description of changes

Quote before passing the --query to fzf.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

knqyf263 commented 3 years ago

Thanks!