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 .
- Mar 22, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
tree -C | fzf --ansi --tac
-
Junegunn Choi authored
-
- Mar 19, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 01, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
When fzf works in filtering mode (--filter) and sorting is disabled (--no-sort), there's no need to block until input is complete. This commit makes fzf print the matches on-the-fly when the following condition is met: --filter FILTER --no-sort [--no-tac --no-sync] or simply: -f FILTER +s This removes unnecessary delay in use cases like the following: fzf -f xxx +s | head -5 However, in this case, fzf processes the input lines sequentially, so it cannot utilize multiple cores, which makes it slightly slower than the previous mode of execution where filtering is done in parallel after the entire input is loaded. If the user is concerned about the performance problem, one can add --sync option to re-enable buffering.
-
- Feb 26, 2015
-
-
Junegunn Choi authored
DISCLAIMER: This is a backward incompatible change
-
- Feb 17, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Feb 13, 2015
-
-
Junegunn Choi authored
-
- Jan 24, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Related: 8bead4ae
- Jan 23, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 18, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 17, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
With tmux-based test cases
-
- Jan 15, 2015
-
-
Junegunn Choi authored
-
- Jan 14, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 13, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- Jan 12, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 11, 2015
-
-
Junegunn Choi authored
- Wait for completions of goroutines when cancelling a search - Remove shared access to rank field of Item
-
Junegunn Choi authored
-