laloch / xontrib-fzf-widgets

Set of fzf widgets for xonsh
GNU General Public License v3.0
33 stars 18 forks source link

Use fzf-tmux command only if available #1

Closed rajaravivarma-r closed 4 years ago

rajaravivarma-r commented 4 years ago

Use fzf if fzf-tmux is not available.

rajaravivarma-r commented 4 years ago

Hi, thanks for the maintained fork, I use tmux but I don't use fzf-tmux and that causes an error. So I changed the code a bit to fallback to fzf command if fzf-tmux was not found in $PATH.

rajaravivarma-r commented 4 years ago

Also, make the Keys available so that the user does not need to import it in xonshrc.

laloch commented 4 years ago

Hi, @rajaravivarma-r, sorry for not answering for such a long time. Since this is just a fork of https://github.com/shahinism/xontrib-fzf-widgets, not my own project, I did completely miss your pull request.

laloch commented 4 years ago

Hi @RajaRaviVarma, I have cherry-picked the first commit and rejected the other. I'm closing this now. Thanks for the contribution!