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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Aug 15, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Aug 08, 2014
-
-
Junegunn Choi authored
Fixed escaping bug of the previous commit
-
Junegunn Choi authored
This reverts commit cc9938d4.
-
Junegunn Choi authored
-
- Jul 27, 2014
-
-
Junegunn Choi authored
-
- Jul 18, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Add control + left/right key mappings
-
Jacob Niehus authored
-
- Jul 17, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
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.
-
- Jul 15, 2014
-
-
Sencer Selcuk authored
-
- Jul 14, 2014
-
-
Junegunn Choi authored
-
- Jul 11, 2014
-
-
Junegunn Choi authored
Old versions of sed does not have -E option
-
- Jul 06, 2014
-
-
Junegunn Choi authored
Although a major overhaul is ongoing (#67), it is not yet finished and cannot be considered stable enough for the next release. This commit fixes a few apparent issues with small change to the current implementation. - Fixed error when $TMPDIR is not defined - Better escaping of file/directory names - Splitted functions to workaround fish bug
- Jul 05, 2014
-
-
Junegunn Choi authored
[bash-completion] Fail back to original completion
-
- Jul 04, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 01, 2014
-
-
Junegunn Choi authored
Add options: --prompt and --print-query
-
- Jun 30, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 27, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Make the list scrollable
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jun 26, 2014
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
- Suppress warning message on Ruby 1.8.5 - Remove unnecessary code
-
Junegunn Choi authored
-
- Jun 23, 2014
-
-
Junegunn Choi authored
Add vi-command keymap mappings
-
Patrick Donelan authored
fzf does not currently define vi-command mode mappings. This is particularly annoying for <C-r>, which opens bash's old-fashioned recursive history search. This patch adds vi-command mode mappings that simply drop back into vi-insert mode ("i") and then trigger the primary mapping.
-
Junegunn Choi authored
-
- Jun 18, 2014
-
-
Junegunn Choi authored
Use `command find` rather than plain `find`
-
Sencer Selcuk authored
Aliases are expanded in shell scripts, and one may have an alias for the `find` command that conflicts with fzf. So make sure fzf is using real find command rather than the alias.
-
- Jun 15, 2014
-
-
Junegunn Choi authored
Search is interrupted when the query string has changed. This frequently happens when the user is actively typing in a query. This (rather arbitrary) delay is introduced not to start the next search immediately, which is likely to be interrupted as well. The result of it is that fzf feels more responsive.
-
Junegunn Choi authored
-