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 .
- Jan 08, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 07, 2017
-
-
Junegunn Choi authored
Close #791
-
- Jan 04, 2017
-
-
Jan Edmund Lazo authored
-
- Jan 02, 2017
-
-
Jan Edmund Lazo authored
- Use noshellslash for strict path expansion in fzf#run and s:cmd (shellescape depends on shellslash) - Double-quote the fzf command for cmd.exe - Add fzf#shellescape to encapsulate the logic - Close #786
-
- Jan 01, 2017
-
-
Jan Edmund Lazo authored
-
Junegunn Choi authored
-
- Dec 30, 2016
-
-
Junegunn Choi authored
_fzf_completion_loaded is no longer checked. This change increases the load time by a few milliseconds, but I can't think of a better way to handle the issue. Close #783.
-
- Dec 27, 2016
-
-
Junegunn Choi authored
-
- Dec 24, 2016
-
-
Pierre Neidhardt authored
This removes the need for the 'sed' call. Faster, cleaner.
-
- Dec 19, 2016
-
-
Daniel Hahler authored
With a `bufhidden=wipe` buffer (e.g. vim-startify) the buffer would not exist anymore, resulting in an error.
-
- Dec 17, 2016
-
-
Junegunn Choi authored
Close #774
-
- Dec 14, 2016
-
-
Pierre Neidhardt authored
Replace the "temp file" workaround with the "read" function: it's simpler and faster. Use proper escaping, remove the custom function. The "file" widget uses last token as root for the "find" command. This replaces the equivalent of '**' completion in bash/zsh. The "$dir" non-expanded variable can be used in FZF_CTRL_T_COMMAND to set the root.
-
Marco Hinz authored
-
- Dec 11, 2016
-
- Dec 05, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Add `:wrap` to --preview-window to wrap lines instead Close #756
-
- Dec 03, 2016
-
-
Junegunn Choi authored
-
- Dec 02, 2016
-
-
Junegunn Choi authored
-
- Nov 27, 2016
-
-
Junegunn Choi authored
-
- Nov 26, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #357 Close #738
- Nov 25, 2016
-
-
Junegunn Choi authored
TAGS=tcell make install printf "\x1b[38;2;100;200;250mTRUECOLOR\x1b[m\n" | TERM=xterm-truecolor fzf --ansi
-
Junegunn Choi authored
: | fzf --preview 'echo foo'
-
- Nov 24, 2016
-
-
Junegunn Choi authored
-
- Nov 23, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
To build fzf with ncurses 6 on macOS: brew install homebrew/dupes/ncurses LDFLAGS="-L/usr/local/opt/ncurses/lib" make install
-
Junegunn Choi authored
Also reduce the default delay to 50ms. We should not set it to 0ms as it breaks escape sequences on WSL. If 50ms is not enough, one can increase the delay by setting $ESCDELAY to a larger value.
-
Junegunn Choi authored
-
- Nov 19, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Also add support for alt-[0-9] and f1[12]
- Nov 15, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
`-fstype dev` is invalid. It's devfs on macOS and devtmpfs on Linux.
-
- Nov 14, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
The updated regular expression should include not all but most of the frequently used ANSI sequences. Close #735.
-
- Nov 09, 2016
-