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 .
- Apr 06, 2021
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #2431
-
- Apr 04, 2021
-
-
Junegunn Choi authored
Fix #2417
-
- Mar 26, 2021
-
-
Junegunn Choi authored
Try to avoid extraneous INT signal
-
- Mar 25, 2021
-
-
Junegunn Choi authored
https://github.com/junegunn/fzf/issues/1360#issuecomment-788178140 # Redirect /dev/tty to suppress "Vim: Warning: Input is not from a terminal" ls | fzf --bind "enter:execute(vim {} < /dev/tty)" # With this change, we can omit "< /dev/tty" part ls | fzf --bind "enter:execute(vim {})"
-
- Mar 13, 2021
-
-
Junegunn Choi authored
-
- Mar 12, 2021
-
-
Junegunn Choi authored
Fix #2373 # Display top 3 lines as the fixed header fzf --preview 'bat --style=header,grid --color=always {}' --preview-window '~3'
-
Junegunn Choi authored
Fix #2346
-
Junegunn Choi authored
Fix #2346
-
Junegunn Choi authored
Fix #2372
-
- Mar 07, 2021
-
-
Junegunn Choi authored
-
Junegunn Choi authored
EventBox.Set should not be called while holding the terminal mutex goroutine 1 [semacquire]: sync.runtime_SemacquireMutex(0xc0001923bc, 0x1000001066200, 0x1) /usr/local/Cellar/go/1.16/libexec/src/runtime/sema.go:71 +0x47 sync.(*Mutex).lockSlow(0xc0001923b8) /usr/local/Cellar/go/1.16/libexec/src/sync/mutex.go:138 +0x105 sync.(*Mutex).Lock(...) /usr/local/Cellar/go/1.16/libexec/src/sync/mutex.go:81 github.com/junegunn/fzf/src.(*Terminal).Input(0xc000192000, 0x0, 0x0, 0x0, 0x0) /fzf/src/terminal.go:581 +0x145 github.com/junegunn/fzf/src.Run.func10(0xc00010c8a0, 0xc000092050, 0xa) /fzf/src/core.go:245 +0x37 github.com/junegunn/fzf/src.Run.func11(0xc00011a4e0) /fzf/src/core.go:295 +0x5ce github.com/junegunn/fzf/src/util.(*EventBox).Wait(0xc00011a4e0, 0xc000127ec8) /fzf/src/util/eventbox.go:34 +0x5e github.com/junegunn/fzf/src.Run(0xc000180000, 0x11ac014, 0x6, 0x11ac158, 0x7) /fzf/src/core.go:251 +0xdac main.main() /fzf/main.go:13 +0x5a goroutine 11 [semacquire]: sync.runtime_SemacquireMutex(0xc00012c31c, 0xc00010e800, 0x1) /usr/local/Cellar/go/1.16/libexec/src/runtime/sema.go:71 +0x47 sync.(*Mutex).lockSlow(0xc00012c318) /usr/local/Cellar/go/1.16/libexec/src/sync/mutex.go:138 +0x105 sync.(*Mutex).Lock(0xc00012c318) /usr/local/Cellar/go/1.16/libexec/src/sync/mutex.go:81 +0x47 github.com/junegunn/fzf/src/util.(*EventBox).Set(0xc00011a4e0, 0x7, 0x114eb40, 0x1265460) /fzf/src/util/eventbox.go:40 +0x3b github.com/junegunn/fzf/src.(*Terminal).killPreview(0xc000192000, 0x0) /fzf/src/terminal.go:1831 +0xa5 github.com/junegunn/fzf/src.(*Terminal).exit(0xc000192000, 0xc000106e58) /fzf/src/terminal.go:1847 +0x75 github.com/junegunn/fzf/src.(*Terminal).Loop.func8.1(0xc00011a540) /fzf/src/terminal.go:2148 +0x38f github.com/junegunn/fzf/src/util.(*EventBox).Wait(0xc00011a540, 0xc000106f90) /fzf/src/util/eventbox.go:34 +0x5e github.com/junegunn/fzf/src.(*Terminal).Loop.func8(0xc000192000, 0xc00010a2c0) /fzf/src/terminal.go:2077 +0xa5 created by github.com/junegunn/fzf/src.(*Terminal).Loop /fzf/src/terminal.go:2072 +0x3e8
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix #2381 Close #2382
-
- Feb 28, 2021
-
-
bitterfox authored
Fix #2374 Co-authored-by:
Junegunn Choi <junegunn.c@gmail.com>
-
- Feb 25, 2021
-
-
Junegunn Choi authored
Close #2358
-
- Feb 01, 2021
-
-
Junegunn Choi authored
Close #2331
-
Junegunn Choi authored
Fix #2336
-
- Jan 04, 2021
-
-
E.L.K authored
-
- Jan 02, 2021
-
-
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
-
- Dec 31, 2020
-
-
Junegunn Choi authored
-
- Dec 30, 2020
-
-
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
-
-
Junegunn Choi authored
Fix #2293
-
- Dec 05, 2020
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Dec 04, 2020
-
-
Junegunn Choi authored
Close #2270
-
- Nov 25, 2020
-
-
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 #2258
-
- Nov 09, 2020
-
-
Junegunn Choi authored
Close #2241
-
Junegunn Choi authored
-
- Nov 03, 2020
-
-
Junegunn Choi authored
Fix #2231
-
Junegunn Choi authored
Fix #2239
-
- Oct 31, 2020
-
-
Junegunn Choi authored
This reverts commit 7915e365 due to https://github.com/junegunn/fzf.vim/issues/1152#issuecomment-719696495.
-
Junegunn Choi authored
Fix #1766
-
- Oct 27, 2020
-
-
Junegunn Choi authored
-
- Oct 26, 2020
-
-
Junegunn Choi authored
Instead of drawing the window border in Vim using an extra window, extend the --border option so that we do can it natively. Close #2223 Fix #2184
-
- Oct 25, 2020
-
-
Junegunn Choi authored
Close #1663
-
- Oct 24, 2020
-
-
Junegunn Choi authored
-