Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 400 Bytes

fzf-mingw-w64

See junegunn/fzf#147 for the history.

Instruction

  1. Install msys2 and Go

  2. Install dependencies

    pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-ncurses
    
  3. Build fzf-mingw-w64 with MinGW-w64 Win64 shell. It won't work with MSYS2 shell.