Commit Graph

  • 789226ff6d Fix test failure Junegunn Choi 2024-12-14 22:42:40 +09:00
  • 805efc5bf1 Remove unused interface Junegunn Choi 2024-12-14 22:31:28 +09:00
  • cdcab26766 Fix redundant clearing of the windows with non-default bg color Junegunn Choi 2024-12-14 21:50:36 +09:00
  • ec3acb1932 Update CHANGELOG Junegunn Choi 2024-12-12 13:53:58 +09:00
  • d30e37434e Less flickering of the candidate list when resizing the preview window Junegunn Choi 2024-12-11 18:10:31 +09:00
  • 20d5b2e20e Avoid redrawing the windows on the first click on the border Junegunn Choi 2024-12-10 22:22:43 +09:00
  • 6c6be4ab1a Simplify resize code Junegunn Choi 2024-12-10 21:01:46 +09:00
  • d004eb1f7c Redraw preview scrollbar when window width changes Junegunn Choi 2024-12-10 20:59:52 +09:00
  • 3148b0f3e8 Restore previous behavior Junegunn Choi 2024-12-09 18:27:02 +09:00
  • 3fc0bd26a5 Disallow dragging the wrong sides of the border Junegunn Choi 2024-12-09 17:54:47 +09:00
  • 6c9025ff17 Update comments Junegunn Choi 2024-12-09 17:54:03 +09:00
  • 289997e373 Refactor Junegunn Choi 2024-12-08 21:09:27 +09:00
  • db44cbdff0 Change test case expectation (hard-coded minimum width removed) Junegunn Choi 2024-12-08 15:54:28 +09:00
  • da9179335c Respect the properties of the currently active preview window options Junegunn Choi 2024-12-08 20:03:15 +09:00
  • cdf641fa3e Use Has{Top,Right,Bottom,Left}() where possible Julian Prein 2024-11-09 18:12:17 +01:00
  • 66dbee10f5 Fix minimum preview width without left/right borders Julian Prein 2024-11-12 17:36:12 +01:00
  • 19e9b620ba Fix maximum preview height without horizontal separator Julian Prein 2024-11-09 19:26:17 +01:00
  • e4e4700aff Make the preview window resizable by mouse drag Julian Prein 2024-11-06 16:18:15 +01:00
  • bb55045596 Bump golang.org/x/term from 0.26.0 to 0.27.0 (#4124) dependabot[bot] 2024-12-09 23:06:49 +09:00
  • d7e51cdeb5 Bump crate-ci/typos from 1.28.1 to 1.28.2 (#4123) dependabot[bot] 2024-12-09 23:06:32 +09:00
  • 7f4964b366 Deploying to master from @ junegunn/fzf@a6957aba11 🚀 junegunn 2024-12-08 00:02:15 +00:00
  • a6957aba11 chore: completion test command sequence (#4115) LangLangBart 2024-12-03 12:34:26 +01:00
  • b5f94f961d Bump crate-ci/typos from 1.27.3 to 1.28.1 (#4114) dependabot[bot] 2024-12-03 00:25:33 +09:00
  • e182d3db7a Fix line wrap toggle when switching between screens Junegunn Choi 2024-12-02 22:25:23 +09:00
  • 3e6e0528a6 [install] grep -> \grep Junegunn Choi 2024-12-01 23:22:36 +09:00
  • ac508a1ce4 Enhance install script to handle commented and uncommented lines (#3632) (#4112) buttering 2024-12-01 22:21:12 +08:00
  • d7fc1e09b1 Deploying to master from @ junegunn/fzf@3b0c86e401 🚀 junegunn 2024-12-01 00:02:24 +00:00
  • 3b0c86e401 Much faster image processing Junegunn Choi 2024-11-29 00:26:12 +09:00
  • 61d10d8ffa Update README and CHANGELOG Junegunn Choi 2024-11-28 19:44:01 +09:00
  • 7d9548919e Extend --walker-skip to support multi-component patterns Junegunn Choi 2024-11-26 17:26:16 +09:00
  • bee80a730f Allow walking multiple root directories (#4109) msabathier 2024-11-25 11:25:30 +01:00
  • ac3e24c99c Export FZF_PREVIEW_* variables to other processes as well Junegunn Choi 2024-11-24 18:47:07 +09:00
  • e7e852bdb3 Deploying to master from @ junegunn/fzf@2b7f168571 🚀 junegunn 2024-11-24 00:03:09 +00:00
  • 2b7f168571 [fish] Enable keys for scripts that use read bitraid 2024-11-14 11:16:03 +02:00
  • 5b3da1d878 [fish] Use more native syntax bitraid 2024-11-13 13:57:46 +02:00
  • 99f1bc0177 [fish] Format history using builtins if perl is missing bitraid 2024-11-13 10:40:33 +02:00
  • ed76f076dd [fish] Replace external commands with builtins bitraid 2024-11-12 19:01:19 +02:00
  • 4d357d1063 [fish] Improve commandline parsing bitraid 2024-11-08 09:44:34 +02:00
  • 961ae1541c Deploying to master from @ junegunn/fzf@add1aec685 🚀 junegunn 2024-11-17 00:02:20 +00:00
  • add1aec685 0.56.3 v0.56.3 Junegunn Choi 2024-11-15 10:06:01 +09:00
  • 03d6ba7496 fix(zsh): handle backtick trigger edge case (#4090) LangLangBart 2024-11-14 08:07:52 +01:00
  • 71e4d5cc51 revert(zsh): remove 'fc -RI' call in the history widget (#4093) LangLangBart 2024-11-14 02:38:05 +01:00
  • 215ab48222 0.56.2 v0.56.2 Junegunn Choi 2024-11-12 00:57:10 +09:00
  • 0c64c68781 Fix zsh $+name syntax does not work with setopt ksh_arrays (#4084) 林千里 2024-11-12 02:53:36 +11:00
  • 3ec035c68b Fix incorrect overflow detection when --wrap is set Junegunn Choi 2024-11-12 00:24:31 +09:00
  • 20c7dcfbca Bump golang.org/x/term from 0.25.0 to 0.26.0 (#4085) dependabot[bot] 2024-11-12 00:32:37 +09:00
  • c1b8780b9c Bump crate-ci/typos from 1.26.0 to 1.27.3 (#4087) dependabot[bot] 2024-11-12 00:32:12 +09:00
  • 64c61603e9 0.56.1 v0.56.1 Junegunn Choi 2024-11-10 17:59:49 +09:00
  • 57c08d925f Enhance command extraction in zsh completion (#4082) LangLangBart 2024-11-10 09:40:59 +01:00
  • 51623a5f6a Deploying to master from @ junegunn/fzf@ca3f6181d7 🚀 junegunn 2024-11-10 00:02:06 +00:00
  • ca3f6181d7 page-up/down: undo last up/down if items are skipped Junegunn Choi 2024-11-09 11:54:41 +09:00
  • 9c94f9c3d0 Another attempt to fix (half-)page-up/down for multi-line items Junegunn Choi 2024-11-08 20:18:42 +09:00
  • 4a85843bcf Fix (half-)page-up/down in the presence of multi-line items Junegunn Choi 2024-11-07 22:21:07 +09:00
  • d4d9b99879 Allow specifying '{n}' as the OFFSET in the preview-window flag (#4079) jaydee-coder 2024-11-04 05:27:59 -08:00
  • 6816b7d95b docker: fix dockerfile warnings (#4080) jaydee-coder 2024-11-04 05:26:19 -08:00
  • acdf265d7a Fix reader regression (#4070) Junegunn Choi 2024-11-03 20:32:26 +09:00
  • 19495eb9bb Remove possible races (#4070) Junegunn Choi 2024-11-03 15:14:35 +09:00
  • bacc8609ee Fix characters from previous preview not being cleared Junegunn Choi 2024-11-03 15:06:11 +09:00
  • 99163f5afa Deploying to master from @ junegunn/fzf@0607227730 🚀 junegunn 2024-11-03 00:02:14 +00:00
  • 0607227730 fix(zsh): move 'fc -RI' inside command substitution (#4073) LangLangBart 2024-11-02 02:41:17 +01:00
  • d938fdc496 fix(zsh): history loading with shared option (#4071) LangLangBart 2024-10-31 16:19:47 +01:00
  • dcb4c3d84a Fix race in reload action Junegunn Choi 2024-10-31 19:40:40 +09:00
  • 82ebcd9209 Fix (half-)page-up/down in the presence of multi-line items Junegunn Choi 2024-10-30 16:52:42 +09:00
  • ff1687744d 0.56.0 v0.56.0 Junegunn Choi 2024-10-27 12:03:01 +09:00
  • 782c870fb2 Deploying to master from @ junegunn/fzf@71fad63829 🚀 junegunn 2024-10-27 00:02:14 +00:00
  • 71fad63829 Update fastwalk to v1.0.9 to fix handling of disk root paths on Windows (#4063) Charlie Vieth 2024-10-25 10:57:46 -04:00
  • d65c6101a8 walker: Do not treat '..' as a hidden entry Junegunn Choi 2024-10-25 13:50:15 +09:00
  • 3c40b1bd51 Deploying to master from @ junegunn/fzf@90a8800bb5 🚀 junegunn 2024-10-20 00:02:15 +00:00
  • 90a8800bb5 Avoid selecting an outdated merger from cache Junegunn Choi 2024-10-16 00:27:56 +09:00
  • 97f1dae2d1 Use eval to evaluate $post variable as command. (#4023) Thomas Martitz 2024-10-15 11:00:27 +02:00
  • e54ec05709 Bump crate-ci/typos from 1.24.1 to 1.26.0 (#4036) dependabot[bot] 2024-10-15 17:38:14 +09:00
  • a24eb99679 Fix full line background in preview window Junegunn Choi 2024-10-15 17:34:20 +09:00
  • ad113d00b7 Bump golang.org/x/term from 0.24.0 to 0.25.0 (#4031) dependabot[bot] 2024-10-15 16:56:37 +09:00
  • 7bd5884d12 Deploying to master from @ junegunn/fzf@c3505858a6 🚀 junegunn 2024-10-13 00:02:13 +00:00
  • c3505858a6 Deploying to master from @ junegunn/fzf@e76aa37fd4 🚀 junegunn 2024-10-06 00:02:11 +00:00
  • e76aa37fd4 Make RuboCop happy Junegunn Choi 2024-10-01 19:45:53 +09:00
  • 1a32220ca9 Add --gap option to put empty lines between items Junegunn Choi 2024-10-01 19:15:17 +09:00
  • 38040d43e4 Leverage existing bash completion leverage-bash-completion Junegunn Choi 2024-09-30 19:08:28 +09:00
  • 4161403a1d --tmux: Export bash functions Junegunn Choi 2024-09-22 00:31:11 +09:00
  • 53bcdc4294 Deploying to master from @ junegunn/fzf@30a8ef28cd 🚀 junegunn 2024-09-29 00:02:07 +00:00
  • 30a8ef28cd [bash] Fix infinite retry loop for completion setting without "-F func" (#4004) Koichi Murase 2024-09-23 19:16:59 +09:00
  • 855f90727a Deploying to master from @ junegunn/fzf@2191a44e36 🚀 junegunn 2024-09-15 00:02:03 +00:00
  • 2191a44e36 Redraw/hide scroll offset when 'info' property is changed Junegunn Choi 2024-09-12 22:04:19 +09:00
  • 952276dc2d Add 'noinfo' option to hide scroll offset information in preview window Junegunn Choi 2024-09-12 18:22:07 +09:00
  • 2286edb329 Bump golang.org/x/term from 0.23.0 to 0.24.0 (#3991) dependabot[bot] 2024-09-10 21:25:57 +09:00
  • a0f28583e7 Deploying to master from @ junegunn/fzf@8af0af3400 🚀 junegunn 2024-09-08 00:02:05 +00:00
  • 8af0af3400 Highlights Junegunn Choi 2024-09-01 16:20:06 +09:00
  • 769e5cbb2d Deploying to master from @ junegunn/fzf@fc69308057 🚀 junegunn 2024-09-01 00:02:21 +00:00
  • fc69308057 0.55.0 v0.55.0 Junegunn Choi 2024-08-29 17:10:58 +09:00
  • c6d620c99e Add to CHANGELOG Junegunn Choi 2024-08-17 18:23:34 +09:00
  • f510a4def6 Test cases for non-default --scheme options Junegunn Choi 2024-08-17 18:23:42 +09:00
  • 4ae3069c6f Underscore boundaries should be ranked lower Junegunn Choi 2024-08-16 19:20:30 +09:00
  • c0f27751d3 Add exact-boundary-match to man page Junegunn Choi 2024-08-16 18:20:55 +09:00
  • efbcd5a683 Require quotes on both sides for boundary matching even in --exact mode Junegunn Choi 2024-08-16 18:02:36 +09:00
  • 6a67712944 Implement exact-boundary match type Junegunn Choi 2024-08-13 11:19:54 +09:00
  • e8a690928d Bump crate-ci/typos from 1.23.6 to 1.24.1 (#3978) dependabot[bot] 2024-08-29 17:04:44 +09:00
  • 0eee95af57 Fix CTRL-Z handling Junegunn Choi 2024-08-29 16:41:52 +09:00
  • a09c6e991a [vim] Ignore argument to fzf#exec if it's lower than minimum requirement Junegunn Choi 2024-08-28 13:49:41 +09:00
  • d06c5ab990 [vim] Require fzf 0.53.0 or above (with --tmux) Junegunn Choi 2024-08-28 13:41:46 +09:00
  • e0924d27b8 Change default --ellipsis to '··' Junegunn Choi 2024-08-27 19:39:09 +09:00