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 13, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Refactor shell extensions
-
Junegunn Choi authored
- Use symlinks instead of generating the full content - Update fish_user_paths and remove ~/.config/fish/functions/fzf.fish - Create wrapper script for fzf when Ruby version and use it instead of exported function not to break fzf-tmux
-
Junegunn Choi authored
-
- Mar 12, 2015
-
-
Junegunn Choi authored
-
- Mar 11, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 10, 2015
-
-
Junegunn Choi authored
When 1 is given, 50% of the screen width or height will be used as the default size of the pane.
-
Junegunn Choi authored
As they're made synchronous with the use of fzf-tmux script
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 09, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
[fzf-tmux] Allow opening fzf on any position (up/down/left/right)
-
Junegunn Choi authored
The previous -w and -h will be synonyms for -r and -d respectively.
-
- Mar 08, 2015
-
-
Junegunn Choi authored
fzf-tmux -w -q q fzf-tmux -w -- -q q
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Mar 07, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Add fzf-tmux script
-
Junegunn Choi authored
-
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