fzf icon indicating copy to clipboard operation
fzf copied to clipboard

Fix shell extensions on Cygwin

Open junegunn opened this issue 6 years ago • 6 comments

  • Category

    • [x] Key bindings
    • [x] Completion
  • OS

    • [x] Windows (Cygwin)
  • Shell

    • [x] bash
    • [x] zsh
    • [x] fish
  • Key bindings fail with --height options is currently not supported on Windows even when --no-height is set inside $FZF_DEFAULT_OPTS

    • fzf --height 40% --no-height should not fail on Windows
    • Fixed in 64a6ced
  • CTRL-R: #1082

    • Works for me
  • CTRL-T and ALT-C give empty lists

    • find . | fzf does not reliably work
    • Possibly related: https://github.com/golang/go/issues/22024

junegunn avatar Oct 15 '17 09:10 junegunn

How can I help test this stuff? I use the Cygwin setup utility to get all my stuff.

GaryFurash avatar Oct 16 '17 20:10 GaryFurash

find . on a cold cache can get stuck running even after Ctrl-C. I had to use ConEmu to force-kill find. It should be fine after a few runs to warm-up the cache so it's easier to kill but this is a cygwin/bash issue.

Any luck running this on cmd.exe (not bash) directly?

janlazo avatar Oct 23 '17 21:10 janlazo

When I lunch fzf on msys2 x64

$ fzf.exe
character set not supported

drazde avatar Jul 19 '19 12:07 drazde

@drazde https://github.com/junegunn/fzf/wiki/Windows#fzf-outputs-character-set-not-supported-when-term-environment-variable-is-set

janlazo avatar Jul 19 '19 21:07 janlazo

@drazde https://github.com/junegunn/fzf/wiki/Windows#fzf-outputs-character-set-not-supported-when-term-environment-variable-is-set @janlazo Ok, I'm sorry, I didn't see or I didn't understand that guide

drazde avatar Jul 20 '19 14:07 drazde

Really nice that I found this similar issue, which I wanna know any progress being made on?

caryyu avatar Feb 19 '22 04:02 caryyu