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 .
- 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
-
- Jul 16, 2016
-
- Jun 16, 2016
-
- Jun 14, 2016
-
- Jun 12, 2016
-
- May 19, 2016
-
-
Junegunn Choi authored
Also extend default jump labels