Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 07, 2018
  2. Sep 28, 2018
  3. Jan 17, 2018
  4. Oct 15, 2017
  5. Oct 14, 2017
  6. Sep 28, 2017
    • Junegunn Choi's avatar
      Update FZF_DEFAULT_COMMAND · ee40212e
      Junegunn Choi authored
      - Use bash for `set -o pipefail`
      - Fall back to simpler find command when the original command failed
      
      Related: #1061
      ee40212e
  7. Jun 03, 2017
    • Junegunn Choi's avatar
      Fixes for Cygwin · ca0b3b6f
      Junegunn Choi authored
      - Update install script to download Windows binary if $TERM == cygwin
      - Unset TERM if $TERM == cygwin (#933)
      - Always use cmd.exe instead of $SHELL when running commands
      ca0b3b6f
  8. Jun 02, 2017
  9. May 25, 2017
  10. Jan 08, 2017
  11. Nov 08, 2016
    • Junegunn Choi's avatar
      Fix issues in tcell renderer and Windows build · 898d8d94
      Junegunn Choi authored
      - Fix display of CJK wide characters
      - Fix horizontal offset of header lines
      - Add support for keys with ALT modifier, shift-tab, page-up and down
      - Fix util.ExecCommand to properly parse command-line arguments
      - Fix redraw on resize
      - Implement Pause/Resume for execute action
      - Remove runtime check of GOOS
      - Change exit status to 2 when tcell failed to start
      - TBD: Travis CI build for tcell renderer
          - Pending. tcell cannot reliably ingest keys from tmux send-keys
      898d8d94
  12. Nov 07, 2016
Loading