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 21, 2016
-
- Aug 16, 2016
-
-
Junegunn Choi authored
-
- Aug 14, 2016
-
- Jul 16, 2016
-
- Jun 16, 2016
-
- Jun 14, 2016
-
- Jun 12, 2016
-
- May 19, 2016
-
-
Junegunn Choi authored
Also extend default jump labels
- May 18, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
jump and jump-accept implement EasyMotion-like movement in fzf. Suggested by @mhrebenyuk. Close #569.
-
- Apr 25, 2016
-
- Apr 16, 2016
-
-
Junegunn Choi authored
-
- Mar 03, 2016
-
- Feb 07, 2016
-
- Jan 16, 2016
-
-
Junegunn Choi authored
fzf defers the initial rendering of the screen up to 100ms if the input stream is ongoing to prevent unnecessary redraw during the initial phase. However, 100ms delay is quite noticeable and might give the impression that fzf is not snappy enough. This commit reduces the maximum delay down to 20ms when --tac is not specified, in which case the input list quickly fills the entire screen.
-
- Jan 14, 2016
-
-
Junegunn Choi authored
-
- Nov 30, 2015
-
- Nov 10, 2015
-
- Nov 03, 2015
-
- Oct 09, 2015
-
- Oct 05, 2015
-
- Sep 19, 2015
-
-
Junegunn Choi authored
This reverts commit 987799f8.
-
Junegunn Choi authored
This reverts commit d2f3604c.
-
Junegunn Choi authored
-
- Sep 18, 2015
-
-
Junegunn Choi authored
Related: #345
-
- Sep 15, 2015
-
-
Junegunn Choi authored
A la grep. Close #345
-
- Sep 12, 2015
-
-
Junegunn Choi authored
-
- Aug 29, 2015
-
- Aug 12, 2015
-
- Aug 02, 2015
-
-
Junegunn Choi authored
- Aug 01, 2015
-
-
Junegunn Choi authored
Close #310
-
- Jul 26, 2015
-
-
Junegunn Choi authored
This reverts commit 6166e2dd.
-
Junegunn Choi authored
- Jul 22, 2015
-
-
Junegunn Choi authored
-
- Jun 21, 2015
-
-
Junegunn Choi authored
-
- Jun 13, 2015
-
-
Junegunn Choi authored
- Add `--history` option (e.g. fzf --history ~/.fzf.history) - Add `--history-max` option for limiting the size of the file (default 1000) - Add `previous-history` and `next-history` actions for `--bind` - CTRL-P and CTRL-N are automatically remapped to these actions when `--history` is used Closes #249, #251
-