Junegunn Choi
69b2a0a733
Suppress error message from bash-completion
2014-07-18 00:25:12 +09:00
Junegunn Choi
13cd4ed546
Handle dynamically loaded completion functions ( #79 )
...
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-18 00:22:49 +09:00
Junegunn Choi
84fc73ad9c
[bash-completion] unset / unalias / export
2014-07-14 12:48:31 +09:00
Junegunn Choi
4103f5c3cc
[bash-completion] Remove -E option from sed
...
Old versions of sed does not have -E option
2014-07-11 01:09:06 +09:00
Junegunn Choi
5390616694
[bash-completion] Export _fzf_orig_completion_xxx
2014-07-07 00:02:09 +09:00
Junegunn Choi
03f155484c
[bash-completion] Merge eval statements into one
2014-07-04 21:05:46 +09:00
Junegunn Choi
3b14c5230c
[bash-completion] Fail back to original completion ( #72 )
2014-07-04 18:30:54 +09:00
Junegunn Choi
33b28be941
Make host name completion require trigger sequence ( #13 )
2013-12-23 23:16:07 +09:00
Junegunn Choi
76fe23b928
Fix host completion to include ssh_config entries ( #13 )
2013-12-22 20:45:35 +09:00
Junegunn Choi
636c86cf6f
Update bash host completion for ssh and telnet commands
2013-12-20 11:18:28 +09:00
Junegunn Choi
df663c4e41
Improve bash completion
...
- kill completion: do not even start fzf on non-empty word
- host completion: start fzf with initial query
2013-11-29 23:42:00 +09:00
Junegunn Choi
faff17b2a9
Hostname completion for ssh and telnet commands
2013-11-29 18:08:22 +09:00
Junegunn Choi
9a3cddc92e
Apply FZF_COMPLETION_OPTS to kill completion
2013-11-29 17:53:30 +09:00
Junegunn Choi
bd2763d863
Add bash completion for kill command
2013-11-29 17:50:53 +09:00
Junegunn Choi
07aee79bd8
Update examples and bash completion
...
- Use tput sc/rc instead of redraw-current-line
- Escape selected items with printf
2013-11-27 01:14:36 +09:00
Junegunn Choi
9a49a29c7f
Fix bash completion (~/abc/def/ghi**)
...
~/abc/def/ghi** should match ghi under ~/abc/def/, not ~/abc/def*
2013-11-23 20:37:53 +09:00
Junegunn Choi
89ae45cda4
Merge branch 'master' of github.com:junegunn/fzf
...
Conflicts:
fzf-completion.bash
2013-11-23 20:16:46 +09:00
Junegunn Choi
f660ad35b2
Improve bash completion: [DIRECTORY/][FUZZY_PATTERN]**<TAB>
2013-11-23 20:12:14 +09:00
Junegunn Choi
a797604255
-o default as well as -o bashdefault
2013-11-21 11:38:14 +09:00
Junegunn Choi
25840d3bc7
-o bashdefault
instead of -o default
2013-11-21 10:49:23 +09:00
Junegunn Choi
57f7963eee
Remove obsolete lines
2013-11-20 14:02:29 +09:00
Junegunn Choi
2fa21e5dd6
Remove obsolete lines
2013-11-20 14:01:13 +09:00
Junegunn Choi
9c4c37aa36
Adjust completion types (all/file/dir)
2013-11-20 12:28:41 +09:00
Junegunn Choi
724724bd8c
Extend the list of commands for fzf-completion
2013-11-20 02:23:30 +09:00
Junegunn Choi
b14c57e656
Update README
2013-11-20 01:42:57 +09:00
Junegunn Choi
fa5617e076
Implement bash auto-completion with fzf
2013-11-20 01:29:36 +09:00