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 another fuzzy finders support #21

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

a5ob7r
Copy link
Contributor

@a5ob7r a5ob7r commented Oct 17, 2021

Fixes #10

Different points from it is below.

"${FZPAC_FINDER}"'s value is colon separated list like a "${PATH}" variable, elements are but commands not directories. fzpac trys to use each of commands in "${FZPAC_FINDER}" in turn as fuzzy finder to find packages. So fallback to following commands if preceding one isn't found.

If no "${FZPAC_FINDER}" is set or empty, fzpac assumes the value is 'fzf:sk:peco:gof:fzy'.

# Elements are command name or path.
FZPAC_FINDER="finder1:/path/to/finder2:..." fzpac ...

# Precede your favorite fuzzy finder if you want to give priority to it.
FZPAC_FINDER="sk:fzf:..." fzpac ...

@sheepla
Copy link
Owner

sheepla commented Oct 20, 2021

Thank you for your PR!🙏 I confirmed the operation. I will merge it!

@sheepla sheepla merged commit ce40d78 into sheepla:main Oct 20, 2021
@a5ob7r a5ob7r deleted the add_another_fuzzy_finders_support branch October 21, 2021 03:46
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

Successfully merging this pull request may close these issues.

fzf以外のFuzzy Finderに対応させたい
2 participants