-
Notifications
You must be signed in to change notification settings - Fork 126
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
Added a few new features #170
base: master
Are you sure you want to change the base?
Conversation
@leo-arch |
Checking on the likelihood of this getting merged |
Thanks for the extra features. |
Time to create a fork of fzy. Maybe fzy-ng? :) |
Considering that there seems to be some real interest on these new features, it might be a good idea. As to the name, what about |
fnf++ :) |
|
Hi @jhawthorn. First of all, great work! Simple, lightweight, hackable, and written in C.
Straight to the point. I added a few new features:
--no-color
). Colors are customizable via a specific environment variable (FZY_COLORS).I've tried to document all this in the manpage as detailed as possible.
I can guarantee it works. I'm using it myself as an alternative TAB completion mechanism (using the above features to perform the integration) for my file manager (CliFM): it supports readline's default completion, FZF, and now FZY.
Though still experimental, you can try it running CliFM (latest git version) with the
--fzytab
command line option (it will look for thefzy
binary inPATH
).