m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 17:43:42 -05:00

Commit Graph

  • 3df6b2a58c Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13 (#2591) dependabot[bot] 2021-10-04 21:01:03 +09:00
  • b8aa2d2c32 Minor refactoring tcell library from tui.go to tcell.go Vlastimil Ovčáčík 2021-10-01 16:59:02 +02:00
  • 0ff885461b Add mouse support to the FullscreenRenderer Vlastimil Ovčáčík 2021-09-21 17:52:39 +02:00
  • ca43f95fb1 Fix Backspace key to emit BSpace and AltBS events instead of CtrlH Vlastimil Ovčáčík 2021-09-21 11:09:04 +02:00
  • 09700f676b Add CtrlCaret keyboard event to FullscreenRenderer Vlastimil Ovčáčík 2021-09-20 20:19:11 +02:00
  • 4271e9cffa Fix Ctrl+Space key combination to emit CtrlSpace instead of Rune ' ' Vlastimil Ovčáčík 2021-09-20 19:48:53 +02:00
  • f3dc8a10d5 Add ability to type AltGr characters in FullscreenRenderer on Windows. Vlastimil Ovčáčík 2021-09-19 23:48:31 +02:00
  • 00fb486f6a [tests] Add testing of keyboard events in FullscreenRenderer.GetChar() Vlastimil Ovčáčík 2021-09-19 21:37:37 +02:00
  • 4173e94c6f Do not check for --height support on --version Junegunn Choi 2021-09-16 09:54:56 +09:00
  • 261d3d3340 fix: replace broken links with archived ones Hiroki Konishi 2021-09-28 16:30:34 +09:00
  • 15e20fcae1 fix: spelling Refence -> Reference Hiroki Konishi 2021-09-28 16:29:01 +09:00
  • f4f47f5fe3 Minor changes Vlastimil Ovčáčík 2021-09-19 22:33:52 +02:00
  • 71d11de7ca [tests] Change tests to output to stdout only with verbose flag Vlastimil Ovčáčík 2021-09-16 19:40:54 +02:00
  • 88d74a15aa Change the tests to run on Windows (#2615) Vlastimil Ovčáčík 2021-09-24 02:45:06 +02:00
  • 0f02fc0c77 Reset {n} after reload Junegunn Choi 2021-09-14 16:58:26 +09:00
  • 3f90fb42d8 Fix spelling error (Extention -> Extension) (#2589) Keating950 2021-08-17 03:40:24 -04:00
  • 9bd8988300 Add dependabot config for dependency updates (#2573) Daniel Bast 2021-08-17 09:27:50 +02:00
  • 3c804bcfec fix spelling a1346054 2021-08-14 11:33:22 +00:00
  • cca4cdc4f1 improve test logic and be explicit about the test a1346054 2021-08-14 11:33:22 +00:00
  • 8f899aaf8a use proper bash-style notation a1346054 2021-08-14 11:33:21 +00:00
  • e53b4bb439 always use [[ ... ]] and not [ ... ] in bash completions a1346054 2021-08-14 11:33:21 +00:00
  • ab247a1309 use consistent style for bash [[ ... ]] a1346054 2021-08-14 11:33:21 +00:00
  • c21e9edad4 Restore VT hack for Windows (#2580) Michael Kelley 2021-08-15 00:01:50 -07:00
  • 9c21a20f8b Minor readme change (#2578) Leon Tepe 2021-08-15 08:57:07 +02:00
  • 7191ebb615 Do not show preview window by default if --preview is empty Junegunn Choi 2021-06-08 08:53:29 +09:00
  • a74731d7f5 [vim] Add 'sinklist' as a synonym to 'sink*' Junegunn Choi 2021-06-04 22:04:20 +09:00
  • e086f0b3fe 0.27.2 0.27.2 Junegunn Choi 2021-06-01 17:00:24 +09:00
  • 8255aa23f4 Fix bug where --read0 not properly displaying long lines Junegunn Choi 2021-06-01 16:55:51 +09:00
  • a4bc08f5a3 Allow specifying 16 base ANSI colors by their names Junegunn Choi 2021-05-26 19:32:20 +09:00
  • 7e5aa1e2a5 Mention NetBSD package and how to install it (#2499) Thomas Klausner 2021-05-23 04:31:55 +02:00
  • 0818dbc36a 0.27.1 0.27.1 Junegunn Choi 2021-05-22 13:19:57 +09:00
  • 347c4b2625 Add 'unbind' action Junegunn Choi 2021-05-22 13:13:55 +09:00
  • 34f0d4d0c4 [man] Clarification on --select-1 and --exit-0 Junegunn Choi 2021-05-22 09:47:02 +09:00
  • cbedb57511 [vim] Workaround for Neovim bug of unconditionally evaluating unlet $ENV_VAR Junegunn Choi 2021-05-21 13:17:19 +09:00
  • 9ef825d2fd [vim] Update README-VIM Junegunn Choi 2021-05-19 14:43:34 +09:00
  • 85ae745910 [vim] Use terminal buffer on 'down' layout on regular Vim on terminal Junegunn Choi 2021-05-19 14:47:03 +09:00
  • 7411da8d5a [vim] Use FZF_DEFAULT_COMMAND instead of STDIN pipe Junegunn Choi 2021-05-19 14:45:02 +09:00
  • 3f75a8369f Replace RuneWidth to StringWidth to handle grapheme clusters Junegunn Choi 2021-05-14 11:43:32 +09:00
  • 4cd621e877 ADVANCED.md: tmux 3.2 is officially released Junegunn Choi 2021-04-29 09:37:17 +09:00
  • 6e3a2fe0bf [vim] Fix screen offset of relatively positioned popup window Junegunn Choi 2021-04-28 10:17:46 +09:00
  • 8b0e1f941a [vim] Support relative-to-window positioning of popup (#2443) Tom Picton 2021-04-17 04:48:10 -07:00
  • c7c5e7670a Fix goreleaser.yml Junegunn Choi 2021-04-10 14:19:19 +09:00
  • f6c621ef1b Update ADVANCED.md Junegunn Choi 2021-04-09 22:57:55 +09:00
  • faf32d451d Update ADVANCED.md Junegunn Choi 2021-04-09 14:07:59 +09:00
  • 252fd7ecb1 Update ADVANCED.md Junegunn Choi 2021-04-09 13:43:16 +09:00
  • 7fa89dddb4 Update README.md: Examples page Junegunn Choi 2021-04-08 10:06:26 +09:00
  • fefdb8c84e Fix typo Junegunn Choi 2021-04-07 13:25:40 +09:00
  • a6cc05936e ADVANCED.md: Clarification on {q} Junegunn Choi 2021-04-07 07:11:16 +09:00
  • b209843545 Advanced fzf examples Junegunn Choi 2021-04-07 06:44:01 +09:00
  • 19759ed36e 0.27.0 0.27.0 Junegunn Choi 2021-04-06 22:53:59 +09:00
  • 1a7ae8e7b9 Update dependencies Junegunn Choi 2021-04-06 20:32:18 +09:00
  • da1f645670 Change --preview-window delimiter from : to , for consistency Junegunn Choi 2021-04-06 20:10:55 +09:00
  • 3a2015ee26 Fix minimum preview window height Junegunn Choi 2021-04-06 20:05:54 +09:00
  • c440418ce6 Sign and notarize macOS binaries Junegunn Choi 2021-04-06 18:09:06 +09:00
  • 3d37a5ba1d Apply preview-bg color to preview border of all shapes Junegunn Choi 2021-04-06 18:01:02 +09:00
  • 15f4cfb6d9 More border optins for preview window Junegunn Choi 2021-04-06 17:37:11 +09:00
  • be36de2482 Ignore more ANSI escape sequences Junegunn Choi 2021-04-06 00:51:39 +09:00
  • 391237f7df [vim] Compare binary versions Junegunn Choi 2021-04-06 00:23:43 +09:00
  • 977e5effd9 [vim] Fix paste on MacVim Junegunn Choi 2021-04-05 17:28:18 +09:00
  • 8b36a4cb19 Speed up preview switching when doing partial rendering Junegunn Choi 2021-04-04 13:42:11 +09:00
  • c8cd94a772 Ensure proper ESC seq handling under Windows preview mode (#2430) Michael Kelley 2021-04-03 21:19:43 -07:00
  • 764316a53d Fix flaky test case: test_interrupt_execute Junegunn Choi 2021-03-26 16:12:54 +09:00
  • 2048fd4042 Update README (--phony -> --disabled) (#2404) Philipp Schmitt 2021-03-25 12:36:01 +01:00
  • f84b3de24b Automatically set /dev/tty as STDIN on execute action Junegunn Choi 2021-03-25 19:56:18 +09:00
  • 6a1f3ec08b [install] Download Darwin arm64 binary (#2400 #2401) Junegunn Choi 2021-03-25 10:56:21 +09:00
  • 2e353aee96 Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term (#2395) Mitsuo Heijo 2021-03-20 14:38:34 +09:00
  • 8edfd14a37 Test against Golang 1.14 and 1.16 (#2396) Mitsuo Heijo 2021-03-20 12:32:44 +09:00
  • 1a191ec6f7 Update FUNDING.yml Junegunn Choi 2021-03-14 12:03:11 +09:00
  • e7171e94b4 Update FUNDING.yml Junegunn Choi 2021-03-14 12:01:57 +09:00
  • 398d937419 Create FUNDING.yml Junegunn Choi 2021-03-14 11:59:56 +09:00
  • 34fe5ab143 0.26.0 0.26.0 Junegunn Choi 2021-03-13 15:13:31 +09:00
  • 1b08f43f82 Advanced preview scroll offset expression to better support fixed header Junegunn Choi 2021-03-13 02:24:37 +09:00
  • b24a2e2fdc Fix regression in preview window rendering Junegunn Choi 2021-03-12 21:23:16 +09:00
  • 4c4c6e626e Add support for preview window header Junegunn Choi 2021-03-12 19:51:28 +09:00
  • 7310370a31 Fix truncation of colored line when --preview-window wrap is set Junegunn Choi 2021-03-12 19:56:24 +09:00
  • 8ae94f0059 Fix premature truncation of colored line when --preview-window wrap is set Junegunn Choi 2021-03-12 11:05:51 +09:00
  • 8fccf20892 Fix incorrect tab character handling Junegunn Choi 2021-03-12 10:06:44 +09:00
  • 5a874ae241 Speed up ANSI code processing (#2368) Charlie Vieth 2021-03-11 05:34:50 -05:00
  • f4e1ed25f2 [fish] Make widgets work with --option= prefix (#2383) Jannik Vieten 2021-03-08 14:59:56 +01:00
  • cbfbb49ab4 [vim] Vim 8.0 compatibility Junegunn Choi 2021-03-08 12:56:06 +09:00
  • 489b16efce [fzf-tmux] Adapt to tmux latest changes (#2379) solarizedalias 2021-03-08 12:44:36 +09:00
  • b82c1693c0 Fix deadlocks Junegunn Choi 2021-03-08 00:08:10 +09:00
  • 019bfc4e35 Fix yet another deadlock Junegunn Choi 2021-03-07 23:35:19 +09:00
  • dfda5c054a [actions] Install fish using apt-get Junegunn Choi 2021-03-07 22:41:27 +09:00
  • f657169616 Fix deadlock on exit Junegunn Choi 2021-03-07 21:43:24 +09:00
  • 4c06da8b70 Fix GitHub Action build Junegunn Choi 2021-03-07 18:05:39 +09:00
  • 9fe2393a00 Add test cases for killing input command on terminate (#2381 #2382) yoshida.shinya 2021-03-06 14:48:48 +09:00
  • e2e8d94b14 Kill input command on terminate Junegunn Choi 2021-03-07 11:30:26 +09:00
  • 4f9a7f8c87 Don't exit fzf by SIGINT while executing command (#2375) bitterfox 2021-02-28 21:01:03 +09:00
  • bb0502ff44 Check gofmt in make test Junegunn Choi 2021-02-28 18:28:21 +09:00
  • c256442245 Fix typo Junegunn Choi 2021-02-28 18:27:21 +09:00
  • 1137404190 [vim] Add keepjump to switch_back() function (#2363) Jonathan Müller 2021-02-25 13:58:13 +01:00
  • d57c6d0284 Update build script to build macOS arm64 binary Junegunn Choi 2021-02-25 21:31:15 +09:00
  • 76bbf57b3d Add select and deselect actions Junegunn Choi 2021-02-25 21:14:15 +09:00
  • 806a47a7cc [vim] Remove unnecessary border management in nvim floating window (#2370) Hiroki Konishi 2021-02-25 14:41:23 +09:00
  • 29851c18aa [vim] Force redraw by exiting and re-entering terminal mode Junegunn Choi 2021-02-22 21:46:28 +09:00
  • dea950c2c8 [vim] Call feedkeys only when the destination buffer is a terminal Junegunn Choi 2021-02-21 23:57:33 +09:00
  • a367dfb22e README.md: Better example Junegunn Choi 2021-02-17 16:44:54 +09:00
  • 9fe1a7b373 Remove redundant assignment (#2356) odeson24 2021-02-17 09:28:43 +08:00
  • 8e2d21c548 Update README.md (#2353) Hussein Esmail 2021-02-16 20:24:35 -05:00