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 07, 2015
-
-
Junegunn Choi authored
This avoids the problem in which :FZF command silently fails when fzf executable cannot be found in $PATH of the hosting tmux server.
-
Junegunn Choi authored
-
Junegunn Choi authored
/cc @Tranquility
-
- Mar 06, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 04, 2015
-
-
Junegunn Choi authored
Related: #135
-
Junegunn Choi authored
- Mar 01, 2015
-
-
Junegunn Choi authored
0.9.4
-
Junegunn Choi authored
-
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.
-
Junegunn Choi authored
- Key bindings for bash, zsh, and fish - Fuzzy completion for bash (file, dir, process)
-
- Feb 26, 2015
-
-
Junegunn Choi authored
DISCLAIMER: This is a backward incompatible change
-
- Feb 18, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- Feb 17, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Feb 13, 2015
-
-
Junegunn Choi authored
-
- Feb 12, 2015
-
-
Junegunn Choi authored
-
- Jan 29, 2015
-
-
Junegunn Choi authored
Fix Travis CI build
-
Junegunn Choi authored
-
- Jan 28, 2015
-
-
Junegunn Choi authored
Update outdated --help output
-
Junegunn Choi authored
-
- Jan 25, 2015
-
-
Junegunn Choi authored
Improve `find` command for ALT-C: exclude proc/dev
-
Daniel Hahler authored
When using the widget in "/", it would descend into 'dev/'. Using '*' for the starting path would do so also with the new '-fstype' excludes. `cut -b3-` and `sed 1d` have been added to massage the different format of the list. This also uses `-L` with all calls to find, especially for the file finders. Ref: https://github.com/junegunn/fzf/pull/122
-
- Jan 24, 2015
-
-
Junegunn Choi authored
-
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
-