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. Apr 12, 2018
  2. Mar 30, 2018
  3. Mar 13, 2018
    • Ryan Boehning's avatar
      Make fzf pass go vet · 21b94d2d
      Ryan Boehning authored
      Add String() methods to types, so they can be printed with %s. Change
      some %s format specifiers to %v, when the default string representation
      is good enough. In Go 1.10, `go test` triggers a parallel `go vet`. So
      this also makes fzf pass `go test`.
      
      Close #1236
      Close #1219
      21b94d2d
  4. Feb 15, 2018
    • Junegunn Choi's avatar
      Add shift-up and shift-down · 417bca03
      Junegunn Choi authored
      For now, they are respectively bound to preview-up and preview-down
      by default (TBD).
      
      Not available on tcell build.
      
      Close #1201
      417bca03
  5. Jan 17, 2018
  6. Dec 03, 2017
  7. Dec 02, 2017
    • Junegunn Choi's avatar
      Add accept-non-empty action · 5a7b41a2
      Junegunn Choi authored
      'accept-non-empty' is similar to 'accept' (which is bound to 'enter' and
      'double-click' by default) but it prevents fzf from exiting without any
      selection.
      
      Close #1162
      5a7b41a2
  8. Dec 01, 2017
    • Junegunn Choi's avatar
      Add replace-query action · c20954f0
      Junegunn Choi authored
      replace-query action replaces the query string with the current
      selection. If the selection is too long, it will be truncated.
      
      If the line contains meta-characters of fzf search syntax, it is
      possible that the line is no longer included in the updated result.
      
      e.g.
      
        echo '!hello' | fzf --bind ctrl-v:replace-query
      
      Close #1137
      c20954f0
    • Junegunn Choi's avatar
      Inject $LINES and $COLUMNS when running preview command · f6b19620
      Junegunn Choi authored
      Close #1168
      f6b19620
    • Junegunn Choi's avatar
      Support binding of left-click and right-click · b3b101a8
      Junegunn Choi authored
      left-click and right-click are respectively bound to "ignore" and
      "toggle" (after implicitly moving the cursor) by default.
      
      Close #1130
      b3b101a8
    • Junegunn Choi's avatar
      Revert default command: find with -fstype required · 85a75ee0
      Junegunn Choi authored
      In #1061 we changed the default command to retry with a simpler find
      command with fewer arguments if the first find command failed. This was
      to support stripped-down verions of find that do not support -fstype
      argument.
      
      However, this caused an unwanted side-effect of yielding duplicate
      entries when the first command failed after producing some lines.
      
      We revert the change in this commit, so the default command will not
      work with find without -fstype support. But we now print better error
      message in that case so that the user can set up a working
      $FZF_DEFAULT_COMMAND.
      
      Close #1120 #1167
      85a75ee0
  9. Oct 16, 2017
  10. Oct 15, 2017
  11. Oct 14, 2017
  12. 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
  13. Sep 09, 2017
    • Junegunn Choi's avatar
      Clean up renderer code · e1582b83
      Junegunn Choi authored
      Remove code that is no longer relevant after the removal of ncurses
      renderer. This commit also fixes background color issue on tcell-based
      FullscreenRenderer (Windows).
      e1582b83
  14. Sep 08, 2017
  15. Sep 02, 2017
  16. Aug 27, 2017
  17. Aug 26, 2017
  18. Aug 20, 2017
  19. Aug 19, 2017
  20. Aug 18, 2017
  21. Aug 17, 2017
Loading