Commit Graph

  • 2bf5fa27be [completion] Replace 'tr' with built-in string substitution Junegunn Choi 2025-01-27 19:19:08 +09:00
  • af7940746f Fix test case Junegunn Choi 2025-01-27 18:12:25 +09:00
  • a2aa1a156c Allow {q} placeholders with range expressions Junegunn Choi 2025-01-27 15:40:21 +09:00
  • 2f8a72a42a More match_count fixes Junegunn Choi 2025-01-27 15:22:39 +09:00
  • 8179ca5eaa Fix edge cases in --bind where ',' or ':' are chained (#4206) Junegunn Choi 2025-01-27 09:28:40 +09:00
  • 4b74f882c7 [test] Prefer match_count over item_count Junegunn Choi 2025-01-27 02:08:52 +09:00
  • 7cf45af502 Add --bind example (multi-key binding) Junegunn Choi 2025-01-27 02:08:32 +09:00
  • 46c21158d8 Update CHANGELOG Junegunn Choi 2025-01-27 01:52:24 +09:00
  • 80da0776f8 Allow actions to multiple keys and events at once Junegunn Choi 2025-01-27 01:46:21 +09:00
  • e91f10ab16 Enhance click-header event Junegunn Choi 2025-01-27 01:10:08 +09:00
  • 2c15cd7923 [completion] Make kill completion header clickable Junegunn Choi 2025-01-26 16:11:15 +09:00
  • d6584543e9 Make click-header export $FZF_CLICK_HEADER_{NTH,WORD} Junegunn Choi 2025-01-26 15:04:30 +09:00
  • c13228f346 Deploying to master from @ junegunn/fzf@7220d8233e 🚀 junegunn 2025-01-26 00:02:08 +00:00
  • 7220d8233e Add 'search' and 'transform-search' Junegunn Choi 2025-01-26 01:50:08 +09:00
  • 0237bf09bf Split integration test file (#4205) Junegunn Choi 2025-01-25 19:57:40 +09:00
  • 04017c25bb Add 'bell' action to ring the terminal bell Junegunn Choi 2025-01-25 11:22:32 +09:00
  • 02199cd609 Update CHANGLOG Junegunn Choi 2025-01-25 10:58:24 +09:00
  • 26b9f5831a [fish] Fix compatibility with v3.1.2 - v3.3.1 (#4200) bitraid 2025-01-24 10:15:43 +02:00
  • 243a76002c Option to prioritize file name matches (#4192) Junegunn Choi 2025-01-24 00:54:53 +09:00
  • c71e4ddee4 Make it possible to change one-time preview window Junegunn Choi 2025-01-23 18:45:36 +09:00
  • 32eb8c1be9 Fix resizing of a one-time preview window Junegunn Choi 2025-01-23 18:41:06 +09:00
  • c587017830 Fix header window location and size Junegunn Choi 2025-01-23 12:55:59 +09:00
  • fb885652cc Fix RuboCop errors Junegunn Choi 2025-01-23 09:43:12 +09:00
  • afc2f05e5e Fix --info-command when focus event is bound Junegunn Choi 2025-01-23 09:31:51 +09:00
  • 06547d0cbe Add --header-lines-border to separate two headers Junegunn Choi 2025-01-23 01:39:57 +09:00
  • 578108280e Support OSC 8 sequence with BEL characters Junegunn Choi 2025-01-22 19:16:08 +09:00
  • 65db7352b7 0.58.0 v0.58.0 Junegunn Choi 2025-01-20 02:00:03 +09:00
  • a4db8bd7b5 Make 'current-fg' inherit from 'fg' to simplify configuration Junegunn Choi 2025-01-20 00:49:08 +09:00
  • f1c1b02d77 Bump github.com/gdamore/tcell/v2 from 2.7.4 to 2.8.1 (#4175) dependabot[bot] 2025-01-20 01:01:59 +09:00
  • 6580f32b43 Fix a non-constant format string (#4189) Elliott Sales de Andrade 2025-01-19 10:32:50 -05:00
  • b028cbd8bd Clarify print(...) action Junegunn Choi 2025-01-19 10:58:57 +09:00
  • a1a5418318 Deploying to master from @ junegunn/fzf@5a32634b74 🚀 junegunn 2025-01-19 00:02:12 +00:00
  • 5a32634b74 [fish] Allow setting multi-select and list reload for history (#4179) bitraid 2025-01-18 18:38:18 +02:00
  • c1875af70b Add 'gap-line' color for the horizontal line on each gap Junegunn Choi 2025-01-18 13:47:25 +09:00
  • 0a10d14e19 [fish] CTRL-R: Make loading non-blocking Junegunn Choi 2025-01-18 02:33:28 +09:00
  • ed8ceec66f Add FZF_NTH to man page Junegunn Choi 2025-01-17 23:17:58 +09:00
  • 03760011d7 chore: fix comment (#4181) piguagua 2025-01-17 13:31:07 +08:00
  • 0d5aebb806 Allow setting border styles at once with --style full:STYLE Junegunn Choi 2025-01-17 12:51:51 +09:00
  • 1313510890 Do not apply nth style when the whole range is covered Junegunn Choi 2025-01-16 10:05:26 +09:00
  • b712f2bb6a Export the current nth value as $FZF_NTH Junegunn Choi 2025-01-16 09:23:25 +09:00
  • 938c15ec63 Skip merging nth offsets when unnecessary Junegunn Choi 2025-01-16 01:52:42 +09:00
  • 3e7f032ec2 Allow displaying --nth parts in a different text style Junegunn Choi 2025-01-16 01:38:45 +09:00
  • b42f5bfb19 Add --gap-line to --help output and man page Junegunn Choi 2025-01-15 23:40:42 +09:00
  • 717562b264 Disallow incorrect wrapping range expression for --nth Junegunn Choi 2025-01-15 22:39:48 +09:00
  • 9d6637c1b3 Add gap line Junegunn Choi 2025-01-15 22:23:52 +09:00
  • 56fef7c8df Simplify nth comparison when reusing transformed tokens Junegunn Choi 2025-01-13 17:37:50 +09:00
  • ba0935c71f Fix change-nth Junegunn Choi 2025-01-13 12:45:01 +09:00
  • d83eb2800a Add change-nth action Junegunn Choi 2025-01-13 00:13:31 +09:00
  • 6f943112a9 Align header with the list Junegunn Choi 2025-01-12 14:58:55 +09:00
  • f422893b8e Add --style to the CHANGELOG Junegunn Choi 2025-01-12 10:29:15 +09:00
  • 22b498489c [fish] Optimize history formatting without perl (#4171) bitraid 2025-01-12 03:27:26 +02:00
  • 5460517bd2 Treat a single-character delimiter as a plain string delimiter Junegunn Choi 2025-01-12 10:23:43 +09:00
  • 9a6e557e52 Deploying to master from @ junegunn/fzf@4fdc07927f 🚀 junegunn 2025-01-12 00:02:26 +00:00
  • 4fdc07927f Refactor --preview-border=line Junegunn Choi 2025-01-11 19:34:13 +09:00
  • 9030b67e4f Fix window sizing with borders on the right Junegunn Choi 2025-01-11 11:39:15 +09:00
  • 43eafdf4b7 Fix preview scrollbar with '--preview-window bottom,border-line' Junegunn Choi 2025-01-11 00:53:07 +09:00
  • dfb88edb5e Make preview-scrollbar color conditionally inherit from scrollbar color Junegunn Choi 2025-01-11 00:51:19 +09:00
  • bd3e65df4d Trim unsupported OSC sequences (#4169) Junegunn Choi 2025-01-10 20:53:47 +09:00
  • d7b13f3408 Add a test case for the mixed delimiter ANSI sequence (#4169) Junegunn Choi 2025-01-10 20:31:28 +09:00
  • 14ef8e8051 Support ANSI sequences with mixed ; and : delimiters (#4169) Junegunn Choi 2025-01-10 17:43:13 +09:00
  • cc1d9f124e [fish] Fix history formatting when perl is missing (#4166) bitraid 2025-01-10 07:03:21 +02:00
  • 93c0299606 [fish] remove defunct bind feature detection (#4165) Kid 2025-01-09 18:16:24 +08:00
  • 55e3c73221 fzf-preview.sh: Support FILEPATH:LINE[:COL] argument Junegunn Choi 2025-01-09 17:00:21 +09:00
  • 6783417504 Do not export $LINES and $COLUMNS for non-preview processes Junegunn Choi 2025-01-08 10:00:57 +09:00
  • fa3f706e71 Refactor option parser Junegunn Choi 2025-01-07 19:16:41 +09:00
  • 9c2f6cae88 Fix adaptive height with --header-border Junegunn Choi 2025-01-07 19:16:16 +09:00
  • a30181e240 Update man page sections Junegunn Choi 2025-01-07 00:20:36 +09:00
  • b4ccf64e62 Bump golang.org/x/term from 0.27.0 to 0.28.0 (#4162) dependabot[bot] 2025-01-06 23:36:41 +09:00
  • 88d768bf6b Restructure --help output Junegunn Choi 2025-01-06 23:33:21 +09:00
  • 6444cc7905 Render preview label if possible when --preview-border=line Junegunn Choi 2025-01-06 10:08:25 +09:00
  • 328af1f397 Remove header indentation when unnecessary Junegunn Choi 2025-01-06 09:28:07 +09:00
  • 5ae60e2e80 Add style presets: --style=[default|minimal|full] Junegunn Choi 2025-01-06 02:10:44 +09:00
  • 0e0b868342 Add preview border style 'line' Junegunn Choi 2025-01-06 00:44:59 +09:00
  • a5beb08ed7 Border around the header section Junegunn Choi 2025-01-05 23:02:52 +09:00
  • 45fc7b903d [install] Unset FZF_DEFAULT_OPTS when checking the binary Junegunn Choi 2025-01-05 11:32:54 +09:00
  • 4f2c274942 Deploying to master from @ junegunn/fzf@93415493b4 🚀 junegunn 2025-01-05 00:02:19 +00:00
  • 93415493b4 fix: make header align with list (#4158) phanium 2025-01-05 00:13:23 +08:00
  • 8e4d338de9 Fix adaptive height in the presence of --list-border and --input-border Junegunn Choi 2025-01-04 19:19:18 +09:00
  • 8a71e091a8 Fix '--tmux border-native' Junegunn Choi 2025-01-04 18:47:00 +09:00
  • 120cd7f25a Add border-native option to --tmux flag (#4157) Andreas Auernhammer 2025-01-04 10:30:32 +01:00
  • fb3bf6c984 Fix cursor placement of tcell renderer Junegunn Choi 2025-01-03 19:56:07 +09:00
  • d57e1f8baa Bump crate-ci/typos from 1.28.2 to 1.28.4 (#4141) dependabot[bot] 2025-01-03 13:49:18 +09:00
  • 15ca9ad8eb Replace bash to sh in Makefile (#4138) Minseo Kim 2025-01-03 13:48:51 +09:00
  • c2e1861747 Update --help output Junegunn Choi 2025-01-02 23:54:59 +09:00
  • 543d41f3dd Do not try to print anything is screen height is zero Junegunn Choi 2025-01-02 23:44:47 +09:00
  • e5cfc988ec Fix RuboCop error Junegunn Choi 2025-01-02 16:55:56 +09:00
  • ee3916be17 Border around the input section (prompt + info) Junegunn Choi 2025-01-02 16:24:46 +09:00
  • fd513f8af8 Add missing --list-border=* parser Junegunn Choi 2024-12-31 19:39:46 +09:00
  • 9a2b7f559c Add --list-border for additional border around the list section Junegunn Choi 2024-12-31 17:03:18 +09:00
  • b8d2b0df7e Deploying to master from @ junegunn/fzf@fe3a9c603e 🚀 junegunn 2024-12-29 00:02:16 +00:00
  • fe3a9c603e fzf-preview.sh: Don't include the file name in type information (#4143) Hong Xu 2024-12-25 21:58:10 -08:00
  • 97030d4cb1 Deploying to master from @ junegunn/fzf@b2c3e567da 🚀 junegunn 2024-12-22 00:02:14 +00:00
  • b2c3e567da [fish] Partly revert change of 0167691 (#4137) bitraid 2024-12-20 03:05:09 +02:00
  • ca5e633399 Add toggle-hscroll Junegunn Choi 2024-12-19 21:01:16 +09:00
  • e60a9a628b Add toggle-multi-line action Junegunn Choi 2024-12-19 20:51:49 +09:00
  • 0167691941 [fish] Small syntax modification of some commands bitraid 2024-12-19 11:36:37 +02:00
  • 3b0f976380 [fish] Enable home dir expansion of leading ~/ bitraid 2024-12-19 11:14:54 +02:00
  • 7bd298b536 [fish] Don't strip leading dot (.) character bitraid 2024-12-19 10:31:52 +02:00
  • 0476a65fca 0.57.0 v0.57.0 Junegunn Choi 2024-12-15 17:03:47 +09:00
  • 2cb2af115a Deploying to master from @ junegunn/fzf@789226ff6d 🚀 junegunn 2024-12-15 00:02:31 +00:00