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 .
- May 24, 2017
-
-
Junegunn Choi authored
Close #928
-
- May 22, 2017
-
-
Junegunn Choi authored
# Move cursor to the top result whenever the query string is changed fzf --bind change:top Close #925
-
- Apr 30, 2017
-
- Apr 29, 2017
-
-
Junegunn Choi authored
-
- Apr 28, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #906
-
- Apr 02, 2017
-
-
Junegunn Choi authored
Close #888 Close #894
-
- Mar 05, 2017
-
- Mar 04, 2017
-
-
Junegunn Choi authored
Do not automatically decide to use alternate screen when the value of height exceeds the height of the terminal. # Use alternate screen fzf fzf --height 100% fzf --no-height # Still use current screen fzf --height 10000
-
Junegunn Choi authored
-
- Mar 03, 2017
-
-
Junegunn Choi authored
This is to address a common confusion that one does not realize that sorting is intentionally turned off by default and can be enabled by a bind key.
-
- Mar 02, 2017
-
-
Junegunn Choi authored
-
- Mar 01, 2017
-
-
Junegunn Choi authored
This is needed when fzf is started from inside a program (e.g. Vim) and it uses a different background color than the terminal. - https://github.com/junegunn/fzf.vim/issues/325 - https://github.com/junegunn/fzf.vim/issues/300
-
- Feb 24, 2017
-
-
Junegunn Choi authored
-
- Feb 19, 2017
-
-
Junegunn Choi authored
- Feb 18, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Feb 17, 2017
-
-
Junegunn Choi authored
-
- Feb 14, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix broken preview border. Reported by Thomas Sattler. fzf --bind 'enter:execute(date)' --preview=date --reverse
-
- Feb 06, 2017
-
-
Junegunn Choi authored
Due to the recent removal of ncurses dependency, we can cross-compile binaries for different platforms without virtual machines.
-
- Feb 05, 2017
-
- Feb 04, 2017
-
-
Junegunn Choi authored
Goes well with --height
-
- Feb 02, 2017
-
-
Junegunn Choi authored
Due to performance consideration, FuzzyMatchV2 does not return the exact positions of the matching characters by default. However, the ommission caused `--tiebreak=begin` to produce inaccurate result in some cases. (echo baz foo bar; echo foo bar baz) | fzf --tiebreak=begin -fbar | head -1 # Expected: foo bar baz # Actual: baz foo bar This commit fixes the problem by using the end offset which is guaranteed to be correct.
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
https://github.com/junegunn/go-runewidth/pull/1 /cc @joshuarubin
-
- Feb 01, 2017
-
-
Junegunn Choi authored
-
- Jan 30, 2017
-
-
Junegunn Choi authored
- Move cursor to the top-left corner when starting a command in alternate screen - Fix cursor position when returning to alternate screen when fzf is running in full screen mode
- Jan 28, 2017
-
-
Junegunn Choi authored
Close #825
-
- Jan 27, 2017
-
-
Junegunn Choi authored
Close #823
-
Junegunn Choi authored
Close #788
-
- Jan 26, 2017
-
-
Junegunn Choi authored
Close #822
-
- Jan 25, 2017
-
-
Junegunn Choi authored
Close #821
-
- Jan 23, 2017
-
-
Junegunn Choi authored
Close #820
-
Junegunn Choi authored