| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-13 | Refactor shell extensions | Junegunn 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-06 | Update bash completion *for* fzf | Junegunn Choi | |
| 2015-03-04 | Fix directory completion matching regular files | Junegunn Choi | |
| Related: #135 | |||
| 2015-03-04 | Fix #135 - Directory completion to append / | Junegunn Choi | |
| 2014-12-05 | Handle dynamically loaded completion functions (#107 / #79) | Junegunn Choi | |
| 2014-09-14 | Ignore user-defined grep aliases | Miles Whittaker | |
| 2014-08-30 | Follow symlinks when using bash autocompletion. | BenoƮt Faucon | |
| 2014-07-18 | Suppress error message from bash-completion | Junegunn Choi | |
| 2014-07-18 | Handle 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 / export | Junegunn Choi | |
| 2014-07-11 | [bash-completion] Remove -E option from sed | Junegunn Choi | |
| Old versions of sed does not have -E option | |||
| 2014-07-07 | [bash-completion] Export _fzf_orig_completion_xxx | Junegunn Choi | |
| 2014-07-04 | [bash-completion] Merge eval statements into one | Junegunn Choi | |
| 2014-07-04 | [bash-completion] Fail back to original completion (#72) | Junegunn Choi | |
| 2013-12-23 | Make host name completion require trigger sequence (#13) | Junegunn Choi | |
| 2013-12-22 | Fix host completion to include ssh_config entries (#13) | Junegunn Choi | |
| 2013-12-20 | Update bash host completion for ssh and telnet commands | Junegunn Choi | |
| 2013-11-29 | Improve bash completion | Junegunn Choi | |
| - kill completion: do not even start fzf on non-empty word - host completion: start fzf with initial query | |||
| 2013-11-29 | Hostname completion for ssh and telnet commands | Junegunn Choi | |
| 2013-11-29 | Apply FZF_COMPLETION_OPTS to kill completion | Junegunn Choi | |
| 2013-11-29 | Add bash completion for kill command | Junegunn Choi | |
| 2013-11-27 | Update examples and bash completion | Junegunn Choi | |
| - Use tput sc/rc instead of redraw-current-line - Escape selected items with printf | |||
| 2013-11-23 | Fix bash completion (~/abc/def/ghi**) | Junegunn Choi | |
| ~/abc/def/ghi** should match ghi under ~/abc/def/, not ~/abc/def* | |||
| 2013-11-23 | Merge branch 'master' of github.com:junegunn/fzf | Junegunn Choi | |
| Conflicts: fzf-completion.bash | |||
| 2013-11-23 | Improve bash completion: `[DIRECTORY/][FUZZY_PATTERN]**<TAB>` | Junegunn Choi | |
| 2013-11-21 | -o default as well as -o bashdefault | Junegunn Choi | |
| 2013-11-21 | `-o bashdefault` instead of `-o default` | Junegunn Choi | |
| 2013-11-20 | Remove obsolete lines | Junegunn Choi | |
| 2013-11-20 | Remove obsolete lines | Junegunn Choi | |
| 2013-11-20 | Adjust completion types (all/file/dir) | Junegunn Choi | |
| 2013-11-20 | Extend the list of commands for fzf-completion | Junegunn Choi | |
| 2013-11-20 | Update README | Junegunn Choi | |
| 2013-11-20 | Implement bash auto-completion with fzf | Junegunn Choi | |
