Commit Graph

  • d19ce0ad8d Add 'best' action Junegunn Choi 2025-10-08 11:08:12 +09:00
  • ed7becfb47 Go to the closest match when disabling raw mode Junegunn Choi 2025-10-08 01:40:05 +09:00
  • 9ace1351ff ADD $FZF_DIRECTION Junegunn Choi 2025-10-04 22:50:33 +09:00
  • e1de29bc40 CTRL-R: Bind ALT-R to toggle-raw Junegunn Choi 2025-10-03 18:06:50 +09:00
  • 0df7d10550 Rename: '--color hidden' to '--color nomatch' Junegunn Choi 2025-10-03 17:28:24 +09:00
  • 91e119a77e Fix non-matching items not refreshing after clearing query Junegunn Choi 2025-10-02 23:58:32 +09:00
  • 3984161f6c Fix: 'hidden' style not applied to text without colors Junegunn Choi 2025-10-02 19:20:50 +09:00
  • 91beacf0f4 Add special 'strip' style attribute for stripping colors Junegunn Choi 2025-10-01 23:47:09 +09:00
  • e6ad01fb90 Revise color configuration Junegunn Choi 2025-10-01 00:00:54 +09:00
  • ce2200e908 Do not allow gutter characters with width other than 1 Junegunn Choi 2025-09-30 17:44:29 +09:00
  • 548061dbde --gutter ' ' --color gutter:reverse Junegunn Choi 2025-09-29 22:51:32 +09:00
  • 8f0c91545d Add $FZF_RAW for conditional actions Junegunn Choi 2025-09-29 22:36:44 +09:00
  • 0eefcf348e Update CHANGELOG Junegunn Choi 2025-09-29 21:52:31 +09:00
  • c1f8d18a0c Add enable-raw and disable-raw actions Junegunn Choi 2025-09-29 18:42:50 +09:00
  • 8585969d6d Refactor action implementation Junegunn Choi 2025-09-29 00:04:57 +09:00
  • 8a943a9b1a Remove TODO comments Junegunn Choi 2025-09-28 23:50:26 +09:00
  • c87a8eccd4 Add '--bind ctrl-x:toggle-raw' to CTRL-R bindings Junegunn Choi 2025-09-28 23:15:24 +09:00
  • 65df0abf0e Introduce 'raw' mode Junegunn Choi 2025-09-28 20:59:20 +09:00
  • b51bc6b50e Deploying to master from @ junegunn/fzf@febaadbee5 🚀 junegunn 2025-10-05 00:02:16 +00:00
  • febaadbee5 Fix stray character artifacts when scrollbar is hidden Junegunn Choi 2025-10-04 20:06:58 +09:00
  • 0e67c5aa7a Bump actions/setup-go from 5 to 6 (#4513) dependabot[bot] 2025-09-29 21:20:26 +09:00
  • 760d1b7c58 refactor: use maps.Copy and maps.Clone (#4518) mickychang9 2025-09-29 17:11:19 +08:00
  • 9bdacc8df2 Update --help output to avoid confusion Junegunn Choi 2025-09-28 23:56:24 +09:00
  • 8e936ecfa7 Deploying to master from @ junegunn/fzf@db2e95b1f2 🚀 junegunn 2025-09-28 00:02:15 +00:00
  • db2e95b1f2 Remove unused field Junegunn Choi 2025-09-27 22:34:12 +09:00
  • 687074e772 merger: fix chunk cache never getting cleared (#4531) alex-huff 2025-09-26 19:01:13 -05:00
  • 3401c2e0c7 Remove alignment in .tool-versions for RuboCop Junegunn Choi 2025-09-24 22:28:27 +09:00
  • e8cb315419 Apply shfmt to bash script files (make fmt) Junegunn Choi 2025-09-24 22:09:37 +09:00
  • f0c4ee4047 make lint: Perform bash script linting Junegunn Choi 2025-09-24 20:47:22 +09:00
  • de0df2422a feat: add make fmt for *.sh *.bash xieyonn 2025-09-21 15:50:06 +08:00
  • 148b0a94cd tui/light: consume full 7-byte CSI sequences to prevent leftover printing (#4528) Massimo Mund 2025-09-23 16:33:41 +02:00
  • ca294109c3 Apply RuboCop suggestions Junegunn Choi 2025-09-22 21:23:54 +09:00
  • 9cad2686e9 Update .tool-versions Junegunn Choi 2025-09-21 21:19:49 +09:00
  • 9a45172232 Deploying to master from @ junegunn/fzf@2a92c7d792 🚀 junegunn 2025-09-21 00:02:16 +00:00
  • 2a92c7d792 Adjust base16 (16) theme (#4501) Junegunn Choi 2025-09-17 19:38:49 +09:00
  • afc955771c Update CHANGELOG adjust-default-themes Junegunn Choi 2025-09-17 19:37:33 +09:00
  • c134c6f898 Update man page Junegunn Choi 2025-09-17 19:35:43 +09:00
  • 95697b96f8 Doc Junegunn Choi 2025-09-16 21:40:24 +09:00
  • 3809ebb0c8 Use grey background color Junegunn Choi 2025-09-16 21:37:00 +09:00
  • f5975cf870 Add --gutter to --help and man page Junegunn Choi 2025-09-16 21:29:42 +09:00
  • ca9b4d5a49 Use white foreground color Junegunn Choi 2025-09-15 09:40:49 +09:00
  • 04888f5b94 Make info yellow, no italics Junegunn Choi 2025-08-31 21:10:52 +09:00
  • 3072b46218 Adjust default themes Junegunn Choi 2025-08-24 15:34:41 +09:00
  • a67aa85820 Style change: thinner gutter column (#4521) Junegunn Choi 2025-09-16 21:22:56 +09:00
  • c5cabe1691 Bump github.com/charlievieth/fastwalk from 1.0.13 to 1.0.14 (#4522) dependabot[bot] 2025-09-16 01:19:14 +09:00
  • cbed41cd82 No emoji Junegunn Choi 2025-09-14 21:06:27 +09:00
  • 922bc22ceb Fix CTRL-Z for tcell renderer by using the official API go-1.20 Junegunn Choi 2025-09-14 11:41:12 +09:00
  • 223d0c0819 Fix rendering of multiple OSC 8 links in a single line Junegunn Choi 2025-09-14 11:26:47 +09:00
  • 6684771cbf Fix CTRL-Z for tcell renderer by using the official API Junegunn Choi 2025-09-14 11:41:12 +09:00
  • f5f894ea47 Fix rendering of multiple OSC 8 links in a single line Junegunn Choi 2025-09-14 11:26:47 +09:00
  • 1f389c4933 Build with Go 1.21 go-1.21 Junegunn Choi 2025-09-11 00:22:16 +09:00
  • a0a334fc8d Deploying to master from @ junegunn/fzf@ae12e94b1f 🚀 junegunn 2025-09-07 00:02:03 +00:00
  • ae12e94b1f Add sub-word actions (#3997) Massimo Mund 2025-09-05 12:38:22 +02:00
  • 9ed971cc90 Add keybindings for CTRL, ALT, SHIFT + UP, DOWN, RIGHT, LEFT, HOME, END, BACKSPACE, DELETE & more (#3996) Massimo Mund 2025-09-05 07:56:51 +02:00
  • 129cb23078 Require Go 1.23 Junegunn Choi 2025-09-05 14:45:17 +09:00
  • d22812e917 Bump github.com/gdamore/tcell/v2 from 2.8.1 to 2.9.0 (#4503) dependabot[bot] 2025-09-05 14:39:37 +09:00
  • 10d712824a mod: update charlievieth/fastwalk to v1.0.13 and min Go version to 1.21 (#4508) Charlie Vieth 2025-09-04 09:04:52 -04:00
  • de4059c8fa Update README Junegunn Choi 2025-09-03 08:18:57 +09:00
  • 416aff86e9 0.65.2 v0.65.2 Junegunn Choi 2025-08-31 22:05:06 +09:00
  • 59dc7f178f refactor: replace []byte(fmt.Sprintf) with fmt.Appendf (#4507) zhedazijingang 2025-08-31 21:01:35 +08:00
  • a3c9f8bfee Deploying to master from @ junegunn/fzf@5546c65491 🚀 junegunn 2025-08-31 00:02:03 +00:00
  • 5546c65491 Fix rendering of items with tabs when using a non-default ellipsis Junegunn Choi 2025-08-27 23:26:06 +09:00
  • f2179f015c Deploying to master from @ junegunn/fzf@9a53d84b9c 🚀 junegunn 2025-08-24 00:02:30 +00:00
  • 9a53d84b9c Update README.md Junegunn Choi 2025-08-22 22:51:04 +09:00
  • 0a8ff7899c Do not unset FZF_DEFAULT_* variables when using winpty Junegunn Choi 2025-08-22 19:13:30 +09:00
  • f9d7877d8b [bash 3] Fix CTRL-T and ALT-C to preserve the last yank (#4496) xty 2025-08-19 22:31:02 +08:00
  • 9fe9976591 Fix a typo in man page (#4495) Peter Sideris 2025-08-19 17:25:57 +03:00
  • de1824f71d [install] Support old uname in macOS (#4492) Chayoung You 2025-08-17 11:54:32 +09:00
  • 19a9296c47 Bump actions/checkout from 4 to 5 (#4485) dependabot[bot] 2025-08-15 21:17:29 +09:00
  • 49967f3d45 Use fixed-length array when possible (#4488) Ioannis Pinakoulakis 2025-08-15 15:16:41 +03:00
  • 978b6254c7 chore: remove redundant word in comment (#4490) longhutianjie 2025-08-14 12:26:29 +08:00
  • 1afd143810 Fix incorrect truncation of --info-command with --info=inline-right Junegunn Choi 2025-08-08 18:51:24 +09:00
  • e5cd7f0a3a 0.65.1 v0.65.1 Junegunn Choi 2025-08-03 14:41:56 +09:00
  • 51d3940c63 Deploying to master from @ junegunn/fzf@179aec1578 🚀 junegunn 2025-08-03 00:02:30 +00:00
  • 179aec1578 Fix '--color nth:regular' not to reset ANSI attributes of the original text Junegunn Choi 2025-08-03 00:50:38 +09:00
  • af0014aba8 Fix a bug where you cannot unset the default --nth using change-nth Junegunn Choi 2025-08-03 00:28:50 +09:00
  • da3d995709 Fix $FZF_CLICK_{HEADER,FOOTER}_WORD with ANSI colors and tabs Junegunn Choi 2025-08-02 16:00:28 +09:00
  • 04c4269db3 0.65.0 v0.65.0 Junegunn Choi 2025-07-27 10:35:39 +09:00
  • 78f238294f Deploying to master from @ junegunn/fzf@354d0468c1 🚀 junegunn 2025-07-27 00:02:23 +00:00
  • 354d0468c1 fix(shell): check for mawk existence before version check (#4468) LangLangBart 2025-07-25 10:33:18 +02:00
  • 4efcc344c3 Add 'trigger(KEY_OR_EVENT[,...])' action Junegunn Choi 2025-07-23 19:39:01 +09:00
  • 5818b58350 Better fix for #4465 - remove unnecessary erase Junegunn Choi 2025-07-23 19:30:01 +09:00
  • 7941129cc4 Add 'click-footer' event Junegunn Choi 2025-07-22 23:15:10 +09:00
  • 069d71a840 Fix rendering error when hiding a preview window without border Junegunn Choi 2025-07-22 19:19:15 +09:00
  • 08027e7a79 Fix --no-header-lines-border behavior Junegunn Choi 2025-07-22 19:16:55 +09:00
  • ead302981c Add support for {*n} and {*nf} placeholder Junegunn Choi 2025-07-20 10:52:29 +09:00
  • fe0ffa14ff Deploying to master from @ junegunn/fzf@821b8e70a8 🚀 junegunn 2025-07-20 00:02:23 +00:00
  • 821b8e70a8 [neovim] Fix margin background color when &winborder is used Junegunn Choi 2025-07-19 16:18:23 +09:00
  • 8ceda54c7d Fix a typo in README.md (#4459) Jaseem Abid 2025-07-16 15:19:43 +01:00
  • 84e515bd6e Deploying to master from @ junegunn/fzf@dea1df6878 🚀 junegunn 2025-07-13 00:02:29 +00:00
  • dea1df6878 Add missing mention of 'bg-cancel' to the man page Junegunn Choi 2025-07-12 20:09:54 +09:00
  • 0076ec2e8d 0.64.0 v0.64.0 Junegunn Choi 2025-07-06 22:07:59 +09:00
  • 82c9671f79 Fix selection lost on revision bump Junegunn Choi 2025-07-06 22:02:12 +09:00
  • d364a1122e Fix regression where header is not updated Junegunn Choi 2025-07-06 20:04:03 +09:00
  • fb570e94e7 Update: make generate Junegunn Choi 2025-07-06 20:03:13 +09:00
  • 6e3c830cd2 Add 'multi' event triggered on multi-selection changes Junegunn Choi 2025-07-06 10:05:25 +09:00
  • d7db7fc132 Deploying to master from @ junegunn/fzf@ff1550bb38 🚀 junegunn 2025-07-06 00:02:27 +00:00
  • ff1550bb38 Normalize halfwidth and fullwidth characers for matching Junegunn Choi 2025-07-03 20:57:19 +09:00
  • 976001e474 Explain the need to escape placeholders in transform actions Junegunn Choi 2025-07-02 22:26:56 +09:00
  • 531dd6fb4f Update copyright year Junegunn Choi 2025-07-02 22:10:05 +09:00