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 17, 2018
-
-
Jan Edmund Lazo authored
-
- Dec 03, 2017
-
-
Junegunn Choi authored
This reverts commit 2f1edeff.
-
Junegunn Choi authored
- Dec 01, 2017
-
-
Junegunn Choi authored
In #1061 we changed the default command to retry with a simpler find command with fewer arguments if the first find command failed. This was to support stripped-down verions of find that do not support -fstype argument. However, this caused an unwanted side-effect of yielding duplicate entries when the first command failed after producing some lines. We revert the change in this commit, so the default command will not work with find without -fstype support. But we now print better error message in that case so that the user can set up a working $FZF_DEFAULT_COMMAND. Close #1120 #1167
-
- Oct 16, 2017
-
- Sep 28, 2017
-
-
Junegunn Choi authored
- Use bash for `set -o pipefail` - Fall back to simpler find command when the original command failed Related: #1061
-
- Aug 27, 2017
-
- Aug 16, 2017
-
-
Junegunn Choi authored
Instead of notifying the event coordinator (EventBox) whenever a new line is arrived, start a background goroutine that periodically does the task. Atomic.StoreInt32 is much cheaper than mutex synchronization that happens during EventBox update.
-
- Aug 02, 2017
-
- Jul 21, 2017
-
- Jul 20, 2017
-
- Jun 05, 2017
-
- Jun 04, 2017
-
-
Junegunn Choi authored
-
- Apr 30, 2017
-
- Mar 05, 2017
-
- Feb 19, 2017
-
- Feb 18, 2017
-
-
Junegunn Choi authored
-
- Feb 05, 2017
-
- Jan 30, 2017
-
- Jan 23, 2017
-
- Jan 22, 2017
-
-
Junegunn Choi authored
Close #818
-
- Jan 16, 2017
-
-
Junegunn Choi authored
- Jan 08, 2017
-
-
Junegunn Choi authored
-
- Nov 26, 2016
-
- Nov 19, 2016
-
- Nov 09, 2016
-
- Nov 07, 2016
-
-
Junegunn Choi authored
`TAGS=termbox make` (or `go build -tags termbox`)
-
- Oct 23, 2016
-
- Oct 04, 2016
-
- Sep 29, 2016
-
- Sep 25, 2016
-
- Sep 21, 2016
-
- Sep 18, 2016
-
-
Junegunn Choi authored
Use hard-coded limit to keep it simple. An alternative is to dynamically calculate the width of the visible area and use it as the limit, but it can cause unwanted truncation of the query on screen resize/split.
-
Junegunn Choi authored
-
- Aug 21, 2016
-
- Aug 16, 2016
-
-
Junegunn Choi authored
-
- Aug 14, 2016
-