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 .
- Jan 02, 2021
-
-
Junegunn Choi authored
This reverts commit e9bc7331. The change is no longer necessary since 090dee85.
-
Junegunn Choi authored
Fix #2161
-
Junegunn Choi authored
- `--phony` renamed to `--disabled` for consistency - `--no-phony` is now `--enabled` - Added `enable-search`, `disable-search`, and `toggle-search` actions for `--bind` - Added `--color` options: `query` and `disabled` Close #2303
-
- Jan 01, 2021
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix #2289
-
- Dec 31, 2020
-
-
Junegunn Choi authored
-
yhu266 authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Dec 30, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
"alt-" with any case-sensitive character is allowed
-
Junegunn Choi authored
This is the opposite of "first" (previously known as "top").
-
- Dec 23, 2020
-
-
林千里 authored
zsh sends SIGCONT when running fzf in a pipe in certain cases, causing mouse mode to become disabled Fix #2101
-
Loic Nageleisen authored
-
Junegunn Choi authored
Fix #2293
-
- Dec 16, 2020
-
-
Junegunn Choi authored
Close #2287
-
- Dec 08, 2020
-
-
Junegunn Choi authored
This reverts commit b62a74b3. https://github.com/junegunn/fzf/pull/2251#issuecomment-740551383
-
- Dec 07, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
So you can override the colors and still have the text attributes # Default colors and attributes fzf export FZF_DEFAULT_OPTS='--color hl:-1:underline,hl+:-1:underline:reverse' # Default colors with underline+reverse attributes fzf # Different colors with underline+reverse attributes fzf --color hl:176,hl+:177 Related: https://github.com/junegunn/fzf.vim/issues/1197#issuecomment-739804363
-
- Dec 05, 2020
-
-
Junegunn Choi authored
-
Martin Polden authored
-
Junegunn Choi authored
- Dec 04, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #2270
-
Junegunn Choi authored
-
- Dec 03, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-on-macos > By default, the Homebrew addon will not run brew update before > installing packages. brew update can take a long time and slow down your > builds.
-
- Nov 25, 2020
-
-
Junegunn Choi authored
-
ratijas authored
-
Junegunn Choi authored
Some programs use it to set the background color for the whole line. fzf --preview "printf 'normal \x1b[42mgreen\x1b[0K \x1b[43myellow\x1b[m\nnormal again'" fzf --preview 'delta <(echo foo) <(echo bar) < /dev/tty' Fix #2249
-
- Nov 24, 2020
-
-
Junegunn Choi authored
Fix #2254 - Properly handle extra chars in the buffer. Patch suggested by @mckelly2833. - Support alt-arrow sequences in \e[1;3A format - Support shift-alt-arrow sequences in \e[1;10A format
-
Junegunn Choi authored
Fix #2258
-
- Nov 19, 2020
-
-
Junegunn Choi authored
/cc @Caid11
-
- Nov 17, 2020
-
-
Michal Domonkos authored
The clean-up is done in s:collect(), so let's make sure it's run before we may terminate due to CTRL-C or ESC (or some other error code) in s:exit_handler().
-
- Nov 15, 2020
-
-
Junegunn Choi authored
-
- Nov 14, 2020
-
-
Tomas Janousek authored
I forgot to add the "not _fzf" check into __fzf_orig_completion, so invoking it twice would rewrite the _fzf_orig_completion_xxx variables and then cause an endless loop when completion is requested. Fixes: ef2c29d5 ("[bash-completion] Optimize __fzf_orig_completion_filter")
-
- Nov 13, 2020
-
-
Tomas Janousek authored
-