fzf/shell
Junegunn Choi 96176476f3 Make fuzzy completion customizable with _fzf_compgen_{path,dir}
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)
2016-01-20 01:38:24 +09:00
..
completion.bash Make fuzzy completion customizable with _fzf_compgen_{path,dir} 2016-01-20 01:38:24 +09:00
completion.zsh Make fuzzy completion customizable with _fzf_compgen_{path,dir} 2016-01-20 01:38:24 +09:00
key-bindings.bash Pass FZF_DEFAULT_OPTS to non-interactive bash instance 2015-12-25 21:05:25 +01:00
key-bindings.fish [fish] Fix intermittent errors on CTRL-T 2016-01-14 01:12:49 +09:00
key-bindings.zsh [zsh] Fix #404 - Escape $ in $LBUFFER 2015-11-09 12:06:10 +09:00