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 .
- Oct 14, 2017
-
-
Jan Edmund Lazo authored
Close #1018 Run the command as is in cmd.exe with no parsing and escaping. Explicity set cmd.SysProcAttr so execCommand does not escape the command. Technically, the command should be escaped with ^ for special characters, including ". This allows cmd.exe commands to be chained together. See https://github.com/neovim/neovim/pull/7343#issuecomment-333350201 This commit also updates quoteEntry to use strings.Replace instead of strconv.Quote which escapes more than \ and ".
-
- Sep 09, 2017
-
-
Junegunn Choi authored
Remove code that is no longer relevant after the removal of ncurses renderer. This commit also fixes background color issue on tcell-based FullscreenRenderer (Windows).
-
- Sep 08, 2017
-
-
Junegunn Choi authored
Close #1046
-
- Aug 09, 2017
-
-
Junegunn Choi authored
One can escape meta characters in extended-search mode with backslashes. Prefixes: \' \! \^ Suffix: \$ Term separator: \<SPACE> To keep things simple, we are not going to support escaping of escaped sequences (e.g. \\') for matching them literally. Since this is a breaking change, we will bump the minor version. Close #444
-
- Jul 28, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #995
-
- Jul 21, 2017
-
-
Junegunn Choi authored
I was too quick to release 0.16.9, this commit makes --ansi processing even faster.
-
- Jul 20, 2017
-
-
Junegunn Choi authored
When --with-nth is used, fzf used to preprocess each line and store the result as rune array, which was wasteful if the line only contains ascii characters.
-
- Jul 19, 2017
-
-
Junegunn Choi authored
- Fix incorrect display of the last line when more than a line is wrapped above - Avoid unnecessary flickering of the window
-
Junegunn Choi authored
-
- Jul 18, 2017
-
-
Junegunn Choi authored
Related: https://gist.github.com/junegunn/4963bab6ace453f7f529d2d0e01b1d85 Close #974
-
Junegunn Choi authored
By not storing item index twice, we can cut down the size of Result struct and now it makes more sense to store and pass Results by values. Benchmarks show no degradation of performance by additional pointer indirection for looking up index.
-
- Jul 01, 2017
-
-
Junegunn Choi authored
With zero result. Related: https://github.com/junegunn/fzf.vim/issues/22#issuecomment-311869805
-
- May 28, 2017
-
-
Junegunn Choi authored
-
- May 26, 2017
-
-
Junegunn Choi authored
-
- 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 28, 2017
-
-
Junegunn Choi authored
-
- 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 18, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Feb 04, 2017
-
-
Junegunn Choi authored
Goes well with --height
-
- 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 27, 2017
-
-
Junegunn Choi authored
Close #823
-
Junegunn Choi authored
Close #788
-
- Jan 25, 2017
-
-
Junegunn Choi authored
Close #821
-
- Jan 23, 2017
-
-
Junegunn Choi authored
Close #820
-
- Jan 22, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #818
-
Junegunn Choi authored
Close #816
-
- Jan 16, 2017
-
-
Junegunn Choi authored
Close #805
-
Amos Bird authored
-
Junegunn Choi authored
-
- Jan 15, 2017
-
-
Junegunn Choi authored
Close #802
-