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 13, 2021
-
-
Ruslan Sayfutdinov authored
-
- Jan 10, 2021
-
-
Junegunn Choi authored
-
- Jan 08, 2021
-
-
calvin ardi authored
-
- Jan 07, 2021
-
-
nicolasbarra authored
-
- Jan 04, 2021
-
-
E.L.K authored
-
- Jan 03, 2021
-
-
Elliott Sales de Andrade authored
This fixes the following errors with Go 1.15: ``` src/options.go:452:69: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) src/options.go:463:33: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) ```
-
- 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
-