Commit Graph

  • b59f27ef5a Fix --with-shell not handling quoted arguments correctly master Junegunn Choi 2026-03-09 22:09:27 +09:00
  • f3ca0b1365 Fix OSC8 hyperlinks mangled when URL contains unicode Junegunn Choi 2026-03-08 13:47:56 +09:00
  • a8e1ef0989 Add CHANGELOG.md entry for 0.70.1 Junegunn Choi 2026-03-08 11:54:56 +09:00
  • 3fa0639179 fish: Fixes and improvements to CTRL-R (#4703) devel bitraid 2026-03-07 14:36:10 +02:00
  • 2f27a3ede2 Replace []Result cache with bitmap cache for reduced memory usage Junegunn Choi 2026-03-08 11:40:37 +09:00
  • 9249ea1739 Deploying to master from @ junegunn/fzf@92bfe68c74 🚀 junegunn 2026-03-07 15:02:15 +00:00
  • 92bfe68c74 Use a shared work queue instead of static partitioning in matcher #4706 Junegunn Choi 2026-03-07 18:00:23 +09:00
  • 92dc40ea82 Print ingestion time in --bench output Junegunn Choi 2026-03-07 17:18:58 +09:00
  • 12a280ba14 Fix lint errors Junegunn Choi 2026-03-07 18:13:23 +09:00
  • 0c6ead6e98 Replace procFun map with fixed-size array for faster algo dispatch Junegunn Choi 2026-03-07 14:19:05 +09:00
  • 280a011f02 With a non-default --delimiter, --{accept,with}-nth should not remove trailing whitespaces Junegunn Choi 2026-03-07 13:39:55 +09:00
  • d324580840 Fix AWK tokenizer not treating a new line character as whitespace Junegunn Choi 2026-03-07 11:45:02 +09:00
  • f9830c5a3d Fix test cases not to fail on small screens (contd.) Junegunn Choi 2026-03-06 19:43:16 +09:00
  • 95bc5b8f0c Fix test cases not to fail on small screens Junegunn Choi 2026-03-06 19:40:57 +09:00
  • 0b08f0dea0 Fix preview follow/scroll with long wrapped lines Junegunn Choi 2026-03-06 19:21:22 +09:00
  • e7300fe300 Fix tab width when --frozen-left is used Junegunn Choi 2026-03-06 18:53:23 +09:00
  • 260d160973 Bump actions/labeler from 5 to 6 (#4700) dependabot[bot] 2026-03-02 23:58:37 +09:00
  • d57ed157ad Remove tmppath pledge on OpenBSD (#4699) Laurent Cheylus 2026-03-02 14:55:13 +01:00
  • 9226bc605d Fix typos CI failure by excluding .s files Junegunn Choi 2026-03-02 22:49:54 +09:00
  • eacef5ea6e 0.70.0 v0.70.0 Junegunn Choi 2026-03-02 16:56:13 +09:00
  • 96eb68ce63 Add SIMD indexByteTwo/lastIndexByteTwo doc Junegunn Choi 2026-03-02 15:49:28 +09:00
  • 50be8bc78e Add fuzz tests for SIMD indexByteTwo to CI Junegunn Choi 2026-03-02 12:23:01 +09:00
  • b4e585779a Fix nth attr merge order to respect precedence hierarchy (#4697) Junegunn Choi 2026-03-02 12:00:21 +09:00
  • 97ac7794cf Add SIMD indexByteTwo/lastIndexByteTwo for faster prefiltering Junegunn Choi 2026-03-02 10:37:55 +09:00
  • 4866c34361 Replace printf with builtin printf to by pass local indirections (#4684) Darren Bishop 2026-03-01 10:13:16 +00:00
  • 3cfee281b4 Add change-with-nth action to dynamically change --with-nth (#4691) Junegunn Choi 2026-03-01 16:09:54 +09:00
  • 5887edc6ba Use LSD radix sort for Result sorting in matcher Junegunn Choi 2026-02-28 11:35:34 +09:00
  • 3e751c4e87 Add direct algo fast path in matchChunk Junegunn Choi 2026-02-28 15:03:30 +09:00
  • 8452c78cc8 Return Result by value from MatchItem Junegunn Choi 2026-02-28 15:02:06 +09:00
  • ce58d08ee3 Use LSD radix sort for Result sorting in matcher #4696 perf Junegunn Choi 2026-02-28 11:35:34 +09:00
  • 997a7e5947 Add direct algo fast path in matchChunk Junegunn Choi 2026-02-28 15:03:30 +09:00
  • 88e48619d6 Return Result by value from MatchItem Junegunn Choi 2026-02-28 15:02:06 +09:00
  • 2db14b4308 Enhance --bench output with formatted times, match count, and selectivity Junegunn Choi 2026-03-01 11:16:52 +09:00
  • 90c4269d4e Deploying to master from @ junegunn/fzf@6087055305 🚀 junegunn 2026-02-28 15:01:49 +00:00
  • 6087055305 Enable uint64 compareRanks on arm64 Junegunn Choi 2026-02-28 10:19:18 +09:00
  • 2f9df91171 Add --threads option to control matcher concurrency Junegunn Choi 2026-02-26 14:51:59 +09:00
  • 12e24d368c Add --bench flag for repeatable filter-mode timing Junegunn Choi 2026-02-25 10:15:13 +09:00
  • 55193ee4dc Fix double subtraction of header lines from FZF_TOTAL_COUNT Junegunn Choi 2026-02-25 00:50:43 +09:00
  • ff6a3bbee0 Add GitHub action for labelling PRs Junegunn Choi 2026-02-24 20:27:29 +09:00
  • dce248ac6d Revert "Add GitHub action for labelling PRs" Junegunn Choi 2026-02-24 20:26:39 +09:00
  • 0ff13dcfbe Add GitHub action for labelling PRs Junegunn Choi 2026-02-24 20:20:04 +09:00
  • 4d6a7757b8 Fix adaptive height calculation to exclude header lines Junegunn Choi 2026-02-23 02:21:41 +09:00
  • b9804f5873 Add change-header-lines action to dynamically change --header-lines Junegunn Choi 2026-02-23 01:45:47 +09:00
  • 98a3b1fff8 Revert "Skip dead zones in FuzzyMatchV2 score matrix computation" Junegunn Choi 2026-02-23 01:47:52 +09:00
  • 6df5ca17e8 Skip dead zones in FuzzyMatchV2 score matrix computation Junegunn Choi 2026-02-22 00:12:46 +09:00
  • 09ca45f7db Increase chunkSize from 100 to 1000 to reduce lock contention Junegunn Choi 2026-02-20 23:59:21 +09:00
  • 09fe3a4180 Deploying to master from @ junegunn/fzf@b908f7a0ec 🚀 junegunn 2026-02-21 15:03:44 +00:00
  • b908f7a0ec 0.68.0 v0.68.0 Junegunn Choi 2026-02-20 11:03:46 +09:00
  • 1a50a3c082 Fix FZF_COMPLETION_{DIR,PATH}_OPTS ignored with custom compgen functions (#4679) Kyle Tse 2026-02-20 02:59:43 +01:00
  • fefea8d885 zsh: Make _fzf_compgen_{path,dir} respect FZF_COMPLETION_{PATH,DIR}_OPTS Junegunn Choi 2026-02-20 10:29:08 +09:00
  • 385cccd362 fish: Command history improvements (#4672) bitraid 2026-02-19 16:41:26 +02:00
  • 4a684b6c78 Fix test failure Junegunn Choi 2026-02-19 21:30:46 +09:00
  • 4a195e6323 Add --preview-wrap-sign Junegunn Choi 2026-02-19 21:29:03 +09:00
  • 0ecbf3f475 Fix missing wrap sign at ANSI color boundary Junegunn Choi 2026-02-19 19:49:13 +09:00
  • 4522868fc0 Year 2026 Junegunn Choi 2026-02-19 00:20:09 +09:00
  • 111a62f1ea Update bash fzf option completion Junegunn Choi 2026-02-19 00:15:08 +09:00
  • 33cac3f0e7 Fix test case Junegunn Choi 2026-02-18 23:00:33 +09:00
  • 74e98cac5c Fix --preview-window follow not working correctly with wrapping (contd.) Junegunn Choi 2026-02-18 21:55:28 +09:00
  • c338df02c4 Fix --preview-window follow not working correctly with wrapping Junegunn Choi 2026-02-18 21:36:23 +09:00
  • 69e9abdab4 Implement word wrapping in the list section Junegunn Choi 2026-02-18 15:20:56 +09:00
  • b6411beaa1 Implement word wrapping in the preview window Junegunn Choi 2026-02-18 13:21:33 +09:00
  • b56d614ba2 Add underline style variants and underline color support Junegunn Choi 2026-02-15 00:59:16 +09:00
  • 49ab253555 Run sponsors workflow at midnight KST on Sundays Junegunn Choi 2026-02-15 00:59:42 +09:00
  • 0e859a18ed Update README Junegunn Choi 2026-02-09 09:43:47 +09:00
  • 880dd20b18 Make symlinks to directories to return as directories, not files (#4676) Sam Killen 2026-02-08 14:57:45 +11:00
  • 91aa25c863 Deploying to master from @ junegunn/fzf@7e62b34087 🚀 junegunn 2026-02-08 00:06:19 +00:00
  • 7e62b34087 Add fish completion support (#4605) LM 2026-02-05 04:50:26 +01:00
  • f9f0014c16 Fix bug in advanced guide for using fzf as a ripgrep launcher (#4670) Stephen Bolton 2026-02-04 03:14:02 -05:00
  • ab3b9fef52 Update README Junegunn Choi 2026-02-02 09:40:38 +09:00
  • 7d9724157c fix(terminal): handle SIGHUP signal (#4668) LangLangBart 2026-02-01 11:51:49 +01:00
  • bc8967632b Fix preview process not killed on exit Junegunn Choi 2026-02-01 11:32:04 +09:00
  • 6360c9261c Fix coloring of items with zero-width characters Junegunn Choi 2026-01-31 13:25:50 +09:00
  • e653628458 lint: test code Junegunn Choi 2026-02-01 11:08:11 +09:00
  • 28747e5cb6 Deploying to master from @ junegunn/fzf@9725eac314 🚀 junegunn 2026-02-01 00:03:06 +00:00
  • 9725eac314 fzf-tmux: Use mktemp, and fix TERM quoting (#4664) Rahul Narsingipyta 2026-01-27 21:09:05 +05:30
  • b389616030 Fix track-current unset after a combined movement action Junegunn Choi 2026-01-26 11:16:59 +09:00
  • 25b2248f11 Deploying to master from @ junegunn/fzf@14564e4fc7 🚀 junegunn 2026-01-25 00:02:24 +00:00
  • 14564e4fc7 Avoid clearing the rest of the current line on start Junegunn Choi 2026-01-22 12:23:29 +09:00
  • d01eaa9de3 Deploying to master from @ junegunn/fzf@aad805d0d3 🚀 junegunn 2026-01-18 00:02:25 +00:00
  • aad805d0d3 Fix x-api-key header not required for GET requests Junegunn Choi 2026-01-17 15:13:11 +09:00
  • d1f037059a Deploying to master from @ junegunn/fzf@3f94bcb5bf 🚀 junegunn 2026-01-11 00:02:24 +00:00
  • 3f94bcb5bf Cancel key reading when 'execute' triggered via a server request (#4653) Junegunn Choi 2026-01-09 00:29:40 +09:00
  • 3c7cbc9d47 Deploying to master from @ junegunn/fzf@28e2a067e5 🚀 junegunn 2026-01-04 00:02:18 +00:00
  • 28e2a067e5 fix: rebind readline command redraw-current-line (#4635) James Lazo (jazo) 2026-01-02 09:44:49 -07:00
  • b29e2ee2d1 Deploying to master from @ junegunn/fzf@029b241dbb 🚀 junegunn 2025-12-28 00:02:17 +00:00
  • 029b241dbb Fix goreleaser deprecation warnings (#4644) mrclmr 2025-12-24 00:57:43 +01:00
  • d6ded42026 Replace nested max calls with single max Marcel Meyer 2025-12-21 17:28:33 +01:00
  • 6eb4b41e34 Add generic utils constraint function Marcel Meyer 2025-12-19 23:23:37 +01:00
  • 14b5e1d88c Replace utils Min, Max with builtin min, max Marcel Meyer 2025-12-19 23:19:01 +01:00
  • 603240122e Deploying to master from @ junegunn/fzf@8d688521fe 🚀 junegunn 2025-12-21 00:02:22 +00:00
  • 8d688521fe Fix --accept-nth being ignored in filter mode (#4636) Charalambos Emmanouilidis 2025-12-19 11:31:39 +02:00
  • 775129367a docs(README): add mise alternative method installation (#4637) Jean-Yves LENHOF 2025-12-18 01:59:11 +01:00
  • b3b221854b Deploying to master from @ junegunn/fzf@c8cf0992c1 🚀 junegunn 2025-12-14 00:02:25 +00:00
  • c8cf0992c1 zsh foreign test (#4622) LangLangBart 2025-12-08 03:15:44 +01:00
  • 33d8d51c8a Deploying to master from @ junegunn/fzf@b473477c22 🚀 junegunn 2025-12-07 00:02:17 +00:00
  • b473477c22 Update README Junegunn Choi 2025-12-04 08:36:49 +09:00
  • fcc4178bca Updates man page documentation (#4607) LangLangBart 2025-12-02 10:29:46 +01:00
  • cfc37caabc feat(zsh): Handle multi-line history selection (#4595) LangLangBart 2025-11-30 13:32:55 +01:00
  • af2a81dc02 Add Goods code Junegunn Choi 2025-11-29 14:39:43 +09:00
  • be5a687281 Goods Junegunn Choi 2025-11-29 13:59:43 +09:00