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 31, 2016
  2. Oct 22, 2016
  3. Oct 04, 2016
  4. Oct 03, 2016
  5. Sep 13, 2016
  6. Aug 19, 2016
  7. Jul 26, 2016
  8. Jun 12, 2016
  9. May 02, 2016
  10. Mar 28, 2016
  11. Jan 20, 2016
    • Junegunn Choi's avatar
      Typo · ce9c51d3
      Junegunn Choi authored
      ce9c51d3
    • Junegunn Choi's avatar
      Make fuzzy completion customizable with _fzf_compgen_{path,dir} · 96176476
      Junegunn Choi authored
      Notes:
      - You can now override _fzf_compgen_path and _fzf_compgen_dir functions
        to use custom commands such as ag instead of find for listing
        completion candidates.
          - The first argument is the base path to start traversal
      - Removed file-only completion in bash, i.e. _fzf_file_completion.
        Maintaining a list of commands that only expect files, not
        directories, is cumbersome (there are too many) and error-prone.
      
      TBD:
      - Added $FZF_COMPLETION_DIR_COMMANDS to customize the list of commands
        which use directory-only completion. The default is "cd pushd rmdir".
        Not sure if it's the best approach to address the requirement, I'll
        leave it as an undocumented feature.
      
      Related: #406 (@thomcom), #456 (@frizinak)
      96176476
  12. Nov 12, 2015
  13. Nov 09, 2015
  14. Nov 04, 2015
  15. Nov 03, 2015
  16. Oct 23, 2015
    • Junegunn Choi's avatar
      Add command-line flags to install script · 02203c77
      Junegunn Choi authored
      Close #392
      
        usage: ./install [OPTIONS]
      
            --help               Show this message
            --bin                Download fzf binary only
            --all                Download fzf binary and update configuration files
                                 to enable key bindings and fuzzy completion
            --[no-]key-bindings  Enable/disable key bindings (CTRL-T, CTRL-R, ALT-C)
            --[no-]completion    Enable/disable fuzzy completion (bash & zsh)
            --[no-]update-rc     Whether or not to update shell configuration files
      02203c77
  17. Sep 14, 2015
  18. Sep 12, 2015
  19. Aug 22, 2015
  20. Aug 16, 2015
  21. Jun 30, 2015
  22. Jun 26, 2015
  23. Jun 22, 2015
  24. May 09, 2015
  25. May 08, 2015
  26. Apr 23, 2015
  27. Apr 22, 2015
  28. Apr 15, 2015
  29. Apr 14, 2015
  30. Apr 11, 2015
Loading