summaryrefslogtreecommitdiff
path: root/fzf-completion.bash
AgeCommit message (Collapse)Author
2015-03-13Refactor shell extensionsJunegunn Choi
- Use symlinks instead of generating the full content - Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish - Create wrapper script for fzf when Ruby version and use it instead of exported function not to break fzf-tmux
2015-03-06Update bash completion *for* fzfJunegunn Choi
2015-03-04Fix directory completion matching regular filesJunegunn Choi
Related: #135
2015-03-04Fix #135 - Directory completion to append /Junegunn Choi
2014-12-05Handle dynamically loaded completion functions (#107 / #79)Junegunn Choi
2014-09-14Ignore user-defined grep aliasesMiles Whittaker
2014-08-30Follow symlinks when using bash autocompletion.BenoƮt Faucon
2014-07-18Suppress error message from bash-completionJunegunn Choi
2014-07-18Handle dynamically loaded completion functions (#79)Junegunn Choi
On Ubuntu/Debian, completion functions can be dynamically loaded via _completion_loader. Since those functions are not visible when fzf-completion.bash is loaded, we need this special hack to make it possible to fail back to the original completion function when trigger sequence is not found.
2014-07-14[bash-completion] unset / unalias / exportJunegunn Choi
2014-07-11[bash-completion] Remove -E option from sedJunegunn Choi
Old versions of sed does not have -E option
2014-07-07[bash-completion] Export _fzf_orig_completion_xxxJunegunn Choi
2014-07-04[bash-completion] Merge eval statements into oneJunegunn Choi
2014-07-04[bash-completion] Fail back to original completion (#72)Junegunn Choi
2013-12-23Make host name completion require trigger sequence (#13)Junegunn Choi
2013-12-22Fix host completion to include ssh_config entries (#13)Junegunn Choi
2013-12-20Update bash host completion for ssh and telnet commandsJunegunn Choi
2013-11-29Improve bash completionJunegunn Choi
- kill completion: do not even start fzf on non-empty word - host completion: start fzf with initial query
2013-11-29Hostname completion for ssh and telnet commandsJunegunn Choi
2013-11-29Apply FZF_COMPLETION_OPTS to kill completionJunegunn Choi
2013-11-29Add bash completion for kill commandJunegunn Choi
2013-11-27Update examples and bash completionJunegunn Choi
- Use tput sc/rc instead of redraw-current-line - Escape selected items with printf
2013-11-23Fix bash completion (~/abc/def/ghi**)Junegunn Choi
~/abc/def/ghi** should match ghi under ~/abc/def/, not ~/abc/def*
2013-11-23Merge branch 'master' of github.com:junegunn/fzfJunegunn Choi
Conflicts: fzf-completion.bash
2013-11-23Improve bash completion: `[DIRECTORY/][FUZZY_PATTERN]**<TAB>`Junegunn Choi
2013-11-21-o default as well as -o bashdefaultJunegunn Choi
2013-11-21`-o bashdefault` instead of `-o default`Junegunn Choi
2013-11-20Remove obsolete linesJunegunn Choi
2013-11-20Remove obsolete linesJunegunn Choi
2013-11-20Adjust completion types (all/file/dir)Junegunn Choi
2013-11-20Extend the list of commands for fzf-completionJunegunn Choi
2013-11-20Update READMEJunegunn Choi
2013-11-20Implement bash auto-completion with fzfJunegunn Choi