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 08, 2019
  2. Sep 29, 2019
  3. Sep 09, 2019
  4. Aug 09, 2019
  5. Aug 08, 2019
    • Junegunn Choi's avatar
      [bash-completion] Add _fzf_setup_completion to enable fuzzy completion · 50958992
      Junegunn Choi authored
      While we can attach `_fzf_path_completion` or `_fzf_dir_completion` to
      any command using the standard bash complete command, the functionality
      of the existing completion function is lost.
      
      Use _fzf_setup_completion if you want to extend the existing function
      with fuzzy completion instead of completely replacing it.
      
      e.g. _fzf_setup_completion path kubectl
      Unverified
      50958992
  6. Aug 06, 2019
  7. Jul 19, 2019
  8. Jul 17, 2019
  9. Jul 13, 2019
    • ssjhv's avatar
      [fish] Remove perl from fish key bindings (#1635) · e7097a9d
      ssjhv authored
      Perl was used to remove the trailing newline character, but fzf already
      has --print0 to use null character as terminators, and fish read -z is
      expecting null character as terminators. There is no reason to depend on
      perl if --print0 is passed to fzf invocation.
      e7097a9d
  10. Jul 09, 2019
  11. Jun 08, 2019
  12. Jun 05, 2019
  13. Jun 03, 2019
  14. May 26, 2019
  15. May 21, 2019
  16. May 07, 2019
  17. May 01, 2019
  18. Apr 21, 2019
  19. Apr 18, 2019
  20. Mar 31, 2019
  21. Mar 30, 2019
  22. Mar 29, 2019
  23. Mar 28, 2019
  24. Mar 26, 2019
  25. Mar 18, 2019
  26. Mar 17, 2019
  27. Mar 14, 2019
Loading