Skip to content

Tags

Tags give the ability to mark specific points in history as being important
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 .
  • 0.9.10
    1169cc86 · 0.9.10 ·
    - 0.9.10
        - Performance optimization
        - Less aggressive memoization to limit memory usage
        - Added color scheme for light background: --color=light
    - 0.9.9
         - Added --tiebreak option
         - Added --no-hscroll option
         - Visual indication of --toggle-sort
    - 0.9.8 (Bug fixes)
        - Fixed Unicode case handling
        - Fixed to terminate on RuneError
  • 0.9.7-1
    68503d32 · [vim] Code cleanup ·
    Fixed a regression in `:FZF` command of vim plugin where it didn't work with
    relatives paths (#177)
  • 0.9.7
    467a22dd · Period. ·
    - 0.9.7
        - Added `--toggle-sort` option
        - Fixed to print empty line if `--expect` is set and fzf is completed by
          `--select-1` or `--exit-0`
        - Fixed to allow comma character as an argument to `--expect` option
    - 0.9.6
        - Added `--expect` option
        - Fixed to ignore some ANSI escape sequences when `--ansi` is set
        - Fixed `--ansi` option to retain ANSI background color
    - 0.9.5
        - Added `--ansi` option
        - Reduced initial memory footprint
        - Fixed panic on `--no-sort --filter ''`
  • 0.9.4-1
    - Added fzf-tmux script for starting fzf in a tmux split pane
    - Fixed and improved directory completion for bash (#135)
    - Updated Vim plugin to use fzf-tmux script; allowing it to open fzf with a
      tmux pane of any size on any position in a synchronous fashion
  • 0.9.4
    - Added `--tac` option for reversing the order of input
    - `--no-sort` will not reverse the display order of items inside finder
        - *This is a backward incompatible change*
    - `--filter` option will not block when sort is disabled (`--no-sort`)
    - Fixed directory completion so that it's consistent with the default behavior
  • 0.9.3
    4a1752d3 · 0.9.3 ·
    - Added `--sync` option for multi-staged filtering
    - `--select-1` and `--exit-0` will start finder immediately when the condition
      cannot be met
  • 0.9.2
    9cb0cdb4 · 0.9.2 ·
    - 448132c Fix error when --query contains wide-length characters
    - 71a7b3a Improve rendering performance by caching rune widths
    - 48e16ed Redraw and adjust upon terminal resize
    - c35d98d Nullify --nth option when it's irrelevant
    - 8bead4a Improved handling of tab characters
  • 0.9.1
    a3101120 · Update install script ·
    - 62acb9a Fix error with empty list
    - ae3180f Fix CTRL-Y key binding
    - 5c0dc79 Print selected items in the order they are selected
    - 0a83705 Use Go 1.4.1
  • 0.9.0
    Rewritten in Go
  • 0.8.9
    - Improved readline key bindings
        - Added support for ALT-D and ALT-BS key bindings
        - Proper implementation of word motions: ALT-B, ALT-F, ALT-D, ALT-BS
    - Bash completion
        - Better handling of dynamically loaded completion functions
    - Fish key bindings
        - Reversed the of the history to match those of bash and zsh
  • 0.8.8
    - Added --with-nth option
    - Minor bug fixes and improvements in Vim plugin, shell key bindings, bash
      auto-completion, and install/uninstall scripts
  • 0.8.7
    6ee811ea · Update version ·
    - fzf
        - Added CTRL-LEFT / CTRL-RIGHT key bindings (#80)
        - Fixed to ignore UTF-8 errors when displaying item (#91)
        - Improved performance of `--nth` option (#90)
    - Fuzzy completion (bash)
        - Fixed to handle dynamically loaded completion functions (#79)
    - Shell key bindings
        - Changed `--nth` option for CTRL-R (#90)
    - Vim plugin
        - Apply FZF_DEFAULT_{OPTS,COMMAND} when using tmux splits (#87)
  • 0.8.6
    0.8.6
    
    - List is now scrollable
    - New options for scripting: `--prompt` and `--print-query`
    - Fixed mouse-click on `--reverse` mode
    - Fixed many issues on fish shell
    - Reduced Vim plugin startup time
    - Minor improvements in bash/zsh key bindings
    - Fuzzy bash completion will fail back to previously defined completion
  • 0.8.5
    0.8.5
    
    fzf
    ---
    - Fixed issues with arrow keys
    - Fixed mouse click with --reverse option
    - Extended --nth option to take ranges
    - Implement CTRL-D (delete-char)
    - Updated to ignore regex error inside trim call
    - Removed UTF-8 NFD conversion
    
    Vim plugin
    ----------
    - GVim support using external terminal emulator
    
    Scripts
    -------
    - Added uninstall script
    - Improved key bindings
  • 0.8.4
    0.8.4
    
    - Added --reverse option
    - Fish shell support
    - Fixed a bug in install script
  • 0.8.3
    d82e38ad · 0.8.3 ·
  • 0.8.2
    48f9ee67 · Update install script ·
  • 0.8.1
    ae84d8c7 · Update README ·
  • 0.8.0
    f345bf79 · Shift-left/right on OSX ·
  • 0.7.1