fzf icon indicating copy to clipboard operation
fzf copied to clipboard

fzf-tmux not installed by conda install

Open Minyus opened this issue 1 year ago • 2 comments

  • [x] I have read through the manual page (man fzf)
  • [x] I have the latest version of fzf
  • [x] I have searched through the existing issues

Info

  • OS
    • [x] Linux
    • [ ] Mac OS X
    • [ ] Windows
    • [ ] Etc.
  • Shell
    • [x] bash
    • [ ] zsh
    • [ ] fish

Problem / Steps to reproduce

Running conda install -c conda-forge fzf can install only fzf and fzf-tmux is missing in the python bin directory in CentOS 7.

Conda is used as sudo is not available.

Minyus avatar Feb 13 '24 05:02 Minyus

Thanks, you might want to report the issue to https://github.com/conda-forge/fzf-feedstock instead. It wouldn't be too hard to change the recipe.

junegunn avatar Feb 13 '24 06:02 junegunn

Ok, I reported the issue at https://github.com/conda-forge/fzf-feedstock/issues/52 . Thanks for an awesome tool!

Minyus avatar Feb 13 '24 12:02 Minyus

FYI, fzf 0.53.0 has native --tmux option that can replace fzf-tmux.

https://github.com/junegunn/fzf/blob/master/ADVANCED.md#--tmux

junegunn avatar Jun 07 '24 14:06 junegunn