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 10, 2017
  2. Sep 26, 2017
  3. Jul 31, 2017
  4. Jul 30, 2017
  5. Jul 15, 2017
  6. Jun 25, 2017
  7. Jun 12, 2017
  8. Jun 10, 2017
  9. Apr 11, 2017
  10. Mar 21, 2017
  11. Mar 03, 2017
  12. Mar 01, 2017
  13. Feb 19, 2017
  14. Feb 16, 2017
  15. Feb 09, 2017
  16. Jan 26, 2017
  17. Jan 25, 2017
  18. Jan 21, 2017
  19. Jan 17, 2017
  20. Jan 15, 2017
  21. Jan 14, 2017
  22. Jan 08, 2017
  23. Jan 07, 2017
  24. Jan 01, 2017
  25. Dec 30, 2016
  26. Dec 24, 2016
  27. Dec 14, 2016
    • Pierre Neidhardt's avatar
      Overhaul fish functions (#759) · 0508e70f
      Pierre Neidhardt authored
      Replace the "temp file" workaround with the "read" function: it's
      simpler and faster.
      
      Use proper escaping, remove the custom function.
      
      The "file" widget uses last token as root for the "find" command.
      This replaces the equivalent of '**' completion in bash/zsh.
      The "$dir" non-expanded variable can be used in FZF_CTRL_T_COMMAND to
      set the root.
      0508e70f
  28. Nov 15, 2016
  29. Oct 13, 2016
  30. Oct 11, 2016
  31. Sep 25, 2016
    • Maverick Woo's avatar
      Fix #668 · 2c8479a7
      Maverick Woo authored
      Handle uppercase letters in program names. This also deals with `-` and
      `.`, both of which are quite common in program names, e.g., `xdg-open`
      and `foo.sh`.
      2c8479a7
  32. Aug 29, 2016
    • Tobias Frilling's avatar
      Split default zsh binding at the correct place · 639de4c2
      Tobias Frilling authored
      The command substitution and following word splitting to determine the default
      zle widget for ^I formerly only works if the IFS parameter contains a space. Now
      it specifically splits at spaces, regardless of IFS.
      639de4c2
Loading