fzf doesn't work
nikitavoloboev opened this issue · comments
Nikita commented
❯ z --pipe="fzf" foo
error: Found argument '--pipe' which wasn't expected, or isn't valid in this context
USAGE:
pazi jump [FLAGS] [dir_target]
For more information try --help
Euan Kemp commented
I haven't made a release since that feature merged unfortunately. I think that's probably what you're running into.
Thanks for the reminder that I really should cut a release for that 😃
Euan Kemp commented
I've cut release v0.4.0 which contains support for --pipe
. The command you have above should work after an update. Please do re-open or file a new issue if that wasn't the problem, or if you run into anything else!
Nikita commented
If I cargo install pazi
will I get latest version?
Euan Kemp commented
Yup, I do publish the crate to crates.io
on each release, so cargo install pazi
should work just fine