Commit Graph

  • f5fbfd848e Let bw theme inherit overridden colors master Junegunn Choi 2026-06-07 18:06:07 +09:00
  • dea72834ed Keep base fg/bg when resolving colors in bw theme Junegunn Choi 2026-06-07 18:05:59 +09:00
  • abee152255 test: ALT-C regression tests LangLangBart 2026-06-05 05:12:49 +02:00
  • bf114bcc21 test: install nushell in Dockerfile LangLangBart 2026-06-05 05:11:44 +02:00
  • 838ac7554b make lint Junegunn Choi 2026-06-02 20:23:23 +09:00
  • ae78a5c56d Allow bare put action in transform output Junegunn Choi 2026-06-02 20:20:51 +09:00
  • 7d647c70c2 [shell][zsh] Don't resolve symlinks in ALT-c (#4816) Yi-Yo Chiang 2026-05-30 00:40:40 +08:00
  • 6bd17f8f9a Revert "[shell][zsh] Don't resolve symlinks in ALT-c (#4816) (#4817)" Junegunn Choi 2026-05-31 12:37:05 +09:00
  • 249a6df4a4 [shell][zsh] Don't resolve symlinks in ALT-c (#4816) (#4817) Junegunn Choi 2026-05-31 12:34:58 +09:00
  • a50619388d [install] Fix empty-shell detection in install script Junegunn Choi 2026-05-28 23:02:34 +09:00
  • 5ef8dea36e Prevent nushell source contamination in install shell loop (#4812) Copilot 2026-05-28 10:26:43 +09:00
  • 336cfdef02 Fix nushell contamination in install loop copilot/bug-fix-install-script-fish-config copilot-swe-agent[bot] 2026-05-28 00:34:17 +00:00
  • eee9672eb0 Initial plan copilot-swe-agent[bot] 2026-05-28 00:32:09 +00:00
  • a981a2d6bc Bump ruby/setup-ruby from 1.308.0 to 1.310.0 dependabot/github_actions/ruby/setup-ruby-1.310.0 dependabot[bot] 2026-05-25 19:50:16 +00:00
  • 845752f305 Update README Junegunn Choi 2026-05-25 22:14:08 +09:00
  • 9a61a1457d Bump action versions for Node.js 24 support Junegunn Choi 2026-05-25 21:11:25 +09:00
  • dfcacb443d Allow manual dispatch of Winget workflow Junegunn Choi 2026-05-25 21:08:56 +09:00
  • 5412f39b84 Use PAT in release workflow Junegunn Choi 2026-05-25 21:08:48 +09:00
  • 07c5cd4185 Fix typo in CHANGELOG Junegunn Choi 2026-05-25 14:39:05 +09:00
  • ce4bef7595 0.73.1 v0.73.1 Junegunn Choi 2026-05-25 14:32:35 +09:00
  • 25868a62f7 Address code scanning alerts Junegunn Choi 2026-05-25 14:24:28 +09:00
  • 7963a2c658 server: avoid O(n^2) body accumulation in HTTP listener Junegunn Choi 2026-05-25 14:10:04 +09:00
  • 4b23aa45a8 Skip FZF_CURRENT_ITEM export when item contains NUL Junegunn Choi 2026-05-25 14:06:50 +09:00
  • 3953d1c649 Add make tag for release tagging Junegunn Choi 2026-05-24 01:19:01 +09:00
  • 5e137613d3 Add GitHub Actions release workflow Junegunn Choi 2026-05-24 00:59:41 +09:00
  • a24deef77b 0.73.0 v0.73.0 Junegunn Choi 2026-05-24 00:15:16 +09:00
  • 1b6e17ca39 nushell: [uninstall] Query nu for autoload directory Junegunn Choi 2026-05-24 00:13:24 +09:00
  • 94f6daa61c nushell: [install] Query nu for autoload directory Junegunn Choi 2026-05-23 23:36:24 +09:00
  • 02594f8dbc nushell: Rename duplicate __fzf_defaults in completion.nu Junegunn Choi 2026-05-23 23:34:04 +09:00
  • f81cb1939c nushell: [install] Print absolute path to the generated file Junegunn Choi 2026-05-23 23:32:00 +09:00
  • 290b18d9fe shell: nushell integration scripts (#4630) devel Simon Désaulniers 2026-05-23 10:13:46 -04:00
  • ccedd064ca Fix integer overflow in FuzzyMatchV2 guard on 32-bit builds Junegunn Choi 2026-05-23 23:06:47 +09:00
  • d4352a013d Bump github.com/mattn/go-isatty from 0.0.20 to 0.0.22 (#4785) dependabot[bot] 2026-05-23 23:09:26 +09:00
  • 665bef56ea Bump ruby/setup-ruby from 1.299.0 to 1.308.0 (#4799) dependabot[bot] 2026-05-23 23:08:58 +09:00
  • e912cdb3e4 Bump actions/dependency-review-action from 4 to 5 (#4794) dependabot[bot] 2026-05-23 23:08:43 +09:00
  • de1fca99d5 Export FZF_CURRENT_ITEM to child processes (#4803) Junegunn Choi 2026-05-23 22:28:03 +09:00
  • 677e854850 Add --preview-window=next position (#4801) Junegunn Choi 2026-05-23 10:32:19 +09:00
  • 67319aed0b Fix rendering glitch with preview window on the left + footer Junegunn Choi 2026-05-19 18:54:35 +09:00
  • 367177d911 Fix RuboCop errors Junegunn Choi 2026-05-19 18:54:15 +09:00
  • 5819e5ff2f Fix bg-transform reload/exclude Junegunn Choi 2026-05-18 18:48:00 +09:00
  • fcc3c6acce Add every(N) bind event and FZF_IDLE_TIME env var (#4797) Junegunn Choi 2026-05-17 23:54:59 +09:00
  • e0d081906f Reward non-word match at word boundary Junegunn Choi 2026-05-15 00:46:36 +09:00
  • 263eb4732f Strip UTF-8-encoded C1 control characters from rendered items Junegunn Choi 2026-05-05 09:56:59 +09:00
  • b4a86a9c8a Preserve wrap state across change-preview-window Junegunn Choi 2026-05-02 15:40:41 +09:00
  • 6fefe02546 0.72.0 v0.72.0 Junegunn Choi 2026-04-26 17:41:25 +09:00
  • f783582561 Rename internal variables to match user-facing names Junegunn Choi 2026-04-26 14:47:57 +09:00
  • af42fde089 Fix rubocop errors Junegunn Choi 2026-04-26 14:47:06 +09:00
  • 27dab2422e Change the example command in the 0.72.0 changelog Junegunn Choi 2026-04-21 18:48:00 +09:00
  • 56be41218c Redraw when change-footer changes line count Junegunn Choi 2026-04-21 18:41:48 +09:00
  • 7782da6c00 Add dashed border style Junegunn Choi 2026-04-19 13:55:26 +09:00
  • 43f0508dd2 Update CHANGELOG (0.72.0) Junegunn Choi 2026-04-20 00:55:43 +09:00
  • 1986d101e0 Redraw when change-header changes line count Junegunn Choi 2026-04-19 22:24:30 +09:00
  • dd7a081b93 Let inline sections take precedence over --header-first Junegunn Choi 2026-04-19 21:27:55 +09:00
  • d247284bc3 Set inline separator caps per side Junegunn Choi 2026-04-19 20:42:33 +09:00
  • 6f3e5de150 Update man page: clarify inline list-border shape requirements Junegunn Choi 2026-04-19 19:15:10 +09:00
  • 0142fe9d04 Update CHANGELOG: clarify inline list-border shape requirements Junegunn Choi 2026-04-19 19:14:26 +09:00
  • 251b08b831 Fix misleading comment on printHeader nil-window guard Junegunn Choi 2026-04-19 19:12:51 +09:00
  • 01567b4f06 Fix inline header/footer border color when falling back to line Junegunn Choi 2026-04-19 19:02:25 +09:00
  • d754cfab87 Add --{header,header-lines,footer}-border=inline Junegunn Choi 2026-04-18 19:34:56 +09:00
  • ef6eba1b89 Add a test case for click-header with --header and --header-lines combined Junegunn Choi 2026-04-18 13:10:40 +09:00
  • faa6a7e9f6 Add test cases for click-header and click-footer Junegunn Choi 2026-04-18 13:10:16 +09:00
  • 8b66489987 Clean up non-ascii characters Junegunn Choi 2026-04-19 19:19:43 +09:00
  • 780a624ed7 [vim] Move and resize popup window when detecting VimResized event Vulcalien 2026-04-17 22:58:37 +02:00
  • 1ad7c617b1 fix: add no-modifiers fallbacks Tymoteusz Makowski 2026-04-18 17:18:43 +02:00
  • 06e70570e2 Update Makefile to support builds on Illumos Daniel Levin 2026-04-13 10:47:18 +02:00
  • bd4a18d0a9 Replace sort.Sort(ByOrder(...)) with slices.SortFunc Junegunn Choi 2026-04-12 10:43:47 +09:00
  • 1b0d448c6e Update README: --tmux -> --popup Junegunn Choi 2026-04-12 09:57:26 +09:00
  • f584cf38f7 [bash] Persist history deletion when histappend is on Junegunn Choi 2026-04-11 17:02:34 +09:00
  • 0eb2ae9f8b Fix gutter display in --style=minimal Junegunn Choi 2026-04-08 23:28:10 +09:00
  • 1831500018 Update README Junegunn Choi 2026-04-05 22:20:25 +09:00
  • 62899fd74e 0.71.0 v0.71.0 Junegunn Choi 2026-04-04 14:04:34 +09:00
  • d1cea64a0e Allow adaptive height with negative value Junegunn Choi 2026-04-04 10:13:19 +09:00
  • d7a132b8bf Update changelog bitraid 2026-04-02 11:54:16 +03:00
  • 59b82670f7 fish: Key bindings now requires fish v3.4.0+ bitraid 2026-03-30 19:39:59 +03:00
  • c516acaa89 Add .fish to .editorconfig shell script rules bitraid 2026-03-21 22:12:50 +02:00
  • 11ff4745ad Fix typo in install script bitraid 2026-03-21 22:07:31 +02:00
  • 23164c2263 fish: Completion script rewrite (SHIFT-TAB) bitraid 2026-03-21 22:04:52 +02:00
  • 9f8294de62 fish: Fixes and improvements to CTRL-R (#4703) bitraid 2026-03-07 14:36:10 +02:00
  • b7138e67a6 Update README Junegunn Choi 2026-04-03 18:53:02 +09:00
  • 0f0751b3b6 Add CODEOWNERS Junegunn Choi 2026-04-03 00:01:37 +09:00
  • cc16a97a40 Bump ruby/setup-ruby from 1.296.0 to 1.299.0 (#4753) dependabot[bot] 2026-03-31 00:10:35 +09:00
  • 3ccf162cf0 fix: pin 6 unpinned action(s) (#4750) dagecko 2026-03-30 00:20:11 -04:00
  • fff7eda9d7 Terminate child processes on Windows (#4723) PJ Eby 2026-03-28 23:40:24 -04:00
  • d198c0c9de Deploying to master from @ junegunn/fzf@55d5b153e6 🚀 junegunn 2026-03-28 15:05:52 +00:00
  • 55d5b153e6 docs: fix duplicate table rows and minor grammar/formatting in fzf.txt (#4743) harrywzl 2026-03-27 02:01:12 -04:00
  • 57695b0309 Remove deprecated FZF_TMUX vars from shell script headers Junegunn Choi 2026-03-26 21:35:14 +09:00
  • 6f17d49dbb Support zellij floating pane via --popup (new name for --tmux) (#4145) Junegunn Choi 2026-03-26 21:32:56 +09:00
  • a099d76fa6 Extract common popup argument building into popupArgStr zellij Junegunn Choi 2026-03-26 21:14:00 +09:00
  • 87586ac5eb Only use --no-same-owner with tar when supported Junegunn Choi 2026-03-26 21:02:35 +09:00
  • 12be5e7b83 Skip adaptive height validation when --tmux overrides --height Junegunn Choi 2026-03-26 20:55:51 +09:00
  • a5646b46e8 Support zellij floating pane via --popup (new name for --tmux) Junegunn Choi 2026-03-26 20:47:15 +09:00
  • 1acf980e95 enhancement: move server declaration to go func to allocate it in stack (#4739) Qingwei Li 2026-03-25 14:22:49 +08:00
  • 14e3995a06 Fix nthTransformer parts slice preallocation (#4734) cui 2026-03-23 08:55:00 +08:00
  • 2202481705 Add devel branch to Linux CI workflow trigger Junegunn Choi 2026-03-22 10:18:17 +09:00
  • 6153004070 Always check hasPreviewWindow() before processing preview mouse events Junegunn Choi 2026-03-22 10:04:29 +09:00
  • 95f186f364 Fix preview scrollbar not rendered after toggle-preview Junegunn Choi 2026-03-22 09:55:07 +09:00
  • 58b2855513 bash: Fix CTRL-R batch deletion Junegunn Choi 2026-03-22 09:19:54 +09:00
  • a00df93e13 bash: CTRL-R now supports multi-select and batch deletion Junegunn Choi 2026-03-21 21:41:22 +09:00
  • 76efddd718 bash: shift-delete to delete history entries during CTRL-R Junegunn Choi 2026-03-21 21:10:43 +09:00
  • b638ff46fb Include match positions in GET / HTTP response Junegunn Choi 2026-03-20 23:06:16 +09:00