Commit Graph

  • 2a9c1c06a4 Revert "Disable tmux popup when already running inside one (#4351)" Junegunn Choi 2025-04-22 20:18:03 +09:00
  • 90ad1b7f22 0.61.2 v0.61.2 Junegunn Choi 2025-04-20 11:37:15 +09:00
  • f22fbcd1af Fix typo and update CHANGLOG Junegunn Choi 2025-04-20 11:31:15 +09:00
  • 1d761684c5 Add --tty-default=/dev/tty and --no-tty-default option (#4352) Junegunn Choi 2025-04-20 11:24:50 +09:00
  • e491770f1c [fish] Improve option prefix processing bitraid 2025-04-16 10:43:45 +03:00
  • a41be61506 [fish] Fix whitespace/regex characters in command line bitraid 2025-02-28 11:48:11 +02:00
  • 1a8f633611 [fish] Fix for file/dir names containing newlines bitraid 2025-02-27 12:36:57 +02:00
  • af8fe918d8 Disable tmux popup when already running inside one (#4351) Pierre Guinoiseau 2025-04-18 20:35:48 +12:00
  • 8ef9dfd9a2 Update reference to manpage in README.md (#4348) istepic 2025-04-18 01:38:28 +02:00
  • 66df24040f Fix panic when use header border without pointer/marker (#4345) phanium 2025-04-13 19:24:29 +08:00
  • ed4442d9ea Deploying to master from @ junegunn/fzf@0edb5d5ebb 🚀 junegunn 2025-04-13 00:26:08 +00:00
  • 0edb5d5ebb Fix trailing ␊ not rendered with '--read0 --no-multi-line' Junegunn Choi 2025-04-11 20:46:49 +09:00
  • 9ffc2c7ca3 reader: Do not append '/' to '/' Junegunn Choi 2025-04-11 20:38:16 +09:00
  • 93cb3758b5 0.61.1 v0.61.1 Junegunn Choi 2025-04-06 13:04:53 +09:00
  • d22e75dcdd Disable bracketed paste mode on exit Junegunn Choi 2025-04-06 12:50:50 +09:00
  • a1b2a6fe2c Deploying to master from @ junegunn/fzf@e15cba0c8c 🚀 junegunn 2025-04-06 00:02:12 +00:00
  • e15cba0c8c 0.61.0 v0.61.0 Junegunn Choi 2025-03-30 19:51:28 +09:00
  • 31fd207ba2 Add 'r' flag (raw) for unquoted output Junegunn Choi 2025-03-30 19:28:21 +09:00
  • ba6d1b8772 Add change-ghost and transform-ghost Junegunn Choi 2025-03-28 23:35:20 +09:00
  • 0dce561ec9 Fix header window not updated on change-header Junegunn Choi 2025-03-28 23:22:09 +09:00
  • 376142eb0d Bump github.com/charlievieth/fastwalk from 1.0.9 to 1.0.10 (#4307) dependabot[bot] 2025-03-28 23:05:34 +09:00
  • 664ee1f483 Add change-pointer and transform-pointer Junegunn Choi 2025-03-28 21:27:44 +09:00
  • dac5b6fde1 Fix info not updated after track-current is disabled due to race condition Junegunn Choi 2025-03-26 16:00:05 +09:00
  • 998c57442b Fix query precedence in an action chain (#4326) Junegunn Choi 2025-03-26 15:47:43 +09:00
  • 4a0ab6c926 Improve query modification prevention in input-less mode Junegunn Choi 2025-03-26 10:34:52 +09:00
  • f43e82f17f Do not ignore current query when input is hidden Junegunn Choi 2025-03-25 21:06:04 +09:00
  • 62238620a5 Fix first entry not clickable when input section is hidden Junegunn Choi 2025-03-24 22:08:57 +09:00
  • 200745011a Fix cursor position when prompt is truncated Junegunn Choi 2025-03-24 17:09:44 +09:00
  • 82fd88339b Fix offset-middle not updating the list Junegunn Choi 2025-03-23 11:06:18 +09:00
  • de0f2efbfb Deploying to master from @ junegunn/fzf@29cf28d845 🚀 junegunn 2025-03-23 00:02:20 +00:00
  • 29cf28d845 Suppress 'change' event during bracketed paste mode Junegunn Choi 2025-03-22 09:15:26 +09:00
  • 7e4dbb5f3b Prevent start:track-current from being disabled Junegunn Choi 2025-03-20 00:58:59 +09:00
  • 923c3a814d [bash] Fix $FZF_COMPLETION_{DIR,PATH}_OPTS to support non-trivial arguments Junegunn Choi 2025-03-17 18:12:26 +09:00
  • 779e3cc5b5 [vim] Use 24-bit colors on gvim even when &termguicolors is off Junegunn Choi 2025-03-17 17:46:56 +09:00
  • 3f3d1ef8f5 Deploying to master from @ junegunn/fzf@f92f9f137a 🚀 junegunn 2025-03-16 00:02:19 +00:00
  • f92f9f137a Fix wrapping of the list section Junegunn Choi 2025-03-16 01:55:11 +09:00
  • 87f7f436e8 Fix ghost text with inline info Junegunn Choi 2025-03-15 18:42:08 +09:00
  • 4298c0b1eb Add --ghost=TEXT to display a ghost text when the input is empty Junegunn Choi 2025-03-14 16:46:23 +09:00
  • 6c104d771e Change 'interface{}' to 'any' (#4308) Gabriel Marin 2025-03-11 07:24:54 +02:00
  • aefb9a5bc4 Nullify unwanted FZF_DEFAULT_* variables in tmux popup Junegunn Choi 2025-03-10 18:16:20 +09:00
  • 8868d7cbb8 Add .idea to .gitignore Junegunn Choi 2025-03-10 18:15:53 +09:00
  • 10cbac20f9 Deploying to master from @ junegunn/fzf@26bcd0c90d 🚀 junegunn 2025-03-09 00:01:51 +00:00
  • 26bcd0c90d README: Sponsors ❤️ Junegunn Choi 2025-03-04 18:30:50 +09:00
  • fbece2bb67 Update README Junegunn Choi 2025-03-04 17:42:14 +09:00
  • 0012183ede 0.60.3 v0.60.3 Junegunn Choi 2025-03-03 17:10:49 +09:00
  • 8916cbc6ab [windows] Prevent fzf from consuming user input while paused Junegunn Choi 2025-03-03 14:01:53 +09:00
  • 21ce70054f Deploying to master from @ junegunn/fzf@3ba82b6d87 🚀 junegunn 2025-03-02 00:02:11 +00:00
  • 3ba82b6d87 Make truncateQuery faster Junegunn Choi 2025-02-27 15:49:15 +09:00
  • e771c5d057 Update README Junegunn Choi 2025-02-27 14:01:13 +09:00
  • 4e5e925e39 Increase the query length limit from 300 to 1000 Junegunn Choi 2025-02-27 11:43:58 +09:00
  • b7248d4115 Remove temp files before 'become' when using --tmux option Junegunn Choi 2025-02-26 20:46:14 +09:00
  • 639253840f Trim trailing whitespaces after processing ANSI sequences Junegunn Choi 2025-02-26 16:17:12 +09:00
  • 710ebdf9c1 Make --accept-nth compatible with --select-1 Junegunn Choi 2025-02-26 00:24:41 +09:00
  • bb64d84ce4 [fish] Enable multiple history commands insertion (#4280) bitraid 2025-02-25 17:18:56 +02:00
  • cd1da27ff2 Fix condition for using item numlines cache (#4285) alex-huff 2025-02-25 05:25:26 -06:00
  • c1accc2e5b Use '/' as path separator on MSYS2 Junegunn Choi 2025-02-25 10:12:19 +09:00
  • e4489dcbc1 Fix regression: Trim trailing whitespaces when using --with-nth Junegunn Choi 2025-02-24 18:40:13 +09:00
  • c0d407f7ce 0.60.2 v0.60.2 Junegunn Choi 2025-02-23 19:49:57 +09:00
  • 461115afde Add support for {n} in --with-nth and --accept-nth templates Junegunn Choi 2025-02-23 19:47:56 +09:00
  • bae1965231 Deploying to master from @ junegunn/fzf@b89c77ec9a 🚀 junegunn 2025-02-23 00:02:08 +00:00
  • b89c77ec9a Mention that actions after accept or abort are ignored (#4271) Junegunn Choi 2025-02-22 22:19:16 +09:00
  • 1ca5f09d7b Explain the difference of template from a single field index expression Junegunn Choi 2025-02-22 22:14:49 +09:00
  • d79902ae59 Fix 'jump' when pointer is empty Junegunn Choi 2025-02-22 19:05:30 +09:00
  • 77568e114f Don't trim last field when delimiter is regex (#4266) phanium 2025-02-21 21:21:55 +08:00
  • a24d274a3c 0.60.1 v0.60.1 Junegunn Choi 2025-02-20 21:42:56 +09:00
  • dac81432d6 [zsh/key-bindings] don't unescape FZF_DEFAULT_OPTS (addendum: #4262) Junegunn Choi 2025-02-20 20:58:05 +09:00
  • 309b5081ef [zsh/completion] don't unescape FZF_DEFAULT_OPTS (#4262) Steve Williams 2025-02-20 15:55:23 +04:00
  • 91bc4f2671 [fish] Add comment about fish version compatibility bitraid 2025-02-18 19:28:34 +02:00
  • 4c9d37d919 [fish] Reorder functions bitraid 2025-02-18 19:15:03 +02:00
  • 7e9566f66a [fish] Refactor bind commands bitraid 2025-02-18 19:11:40 +02:00
  • 3f7e8a475d [fish] Refactor fzf-cd-widget bitraid 2025-02-15 12:12:59 +02:00
  • 1cf7c0f334 [fish] Refactor fzf-history-widget bitraid 2025-02-15 10:56:01 +02:00
  • ff8ee9ee4e [fish] Refactor fzf-file-widget bitraid 2025-02-13 18:56:46 +02:00
  • cbbd939a94 [fish] Refactor __fzf_parse_commandline, remove __fzf_get_dir bitraid 2025-02-13 12:46:49 +02:00
  • f232df2887 [fish] __fzfcmd: Don't set FZF_TMUX bitraid 2025-02-13 11:33:31 +02:00
  • 16bfb2c80c [fish] Refactor __fzf_defaults bitraid 2025-02-13 11:22:35 +02:00
  • 0ba066123e Fix case where preview window is not scrollable (#4258) Junegunn Choi 2025-02-20 08:22:12 +09:00
  • 81c51c26cc [man] Describe what 'smart-case' mode is Junegunn Choi 2025-02-20 08:02:04 +09:00
  • 6fa8295ac5 walker: Append path separator to directories Junegunn Choi 2025-02-18 21:57:53 +09:00
  • f975b40236 Fix {q} in preview window affected by 'search' action Junegunn Choi 2025-02-18 10:08:47 +09:00
  • 01d9d9c8c8 Normalize char before pattern lookup (#4252) Alexei Șerșun 2025-02-17 13:50:15 +02:00
  • 1eafc4e5d9 Ignore NULL byte before CSI 6N response Junegunn Choi 2025-02-16 21:13:00 +09:00
  • 38e4020aa8 Deploying to master from @ junegunn/fzf@ac32fbb3b2 🚀 junegunn 2025-02-16 00:02:15 +00:00
  • ac32fbb3b2 Avoid printing items in an extremely narrow screen Junegunn Choi 2025-02-13 22:12:25 +09:00
  • 7d26eca5cc Truncate wrap sign in the list section if necessary Junegunn Choi 2025-02-13 21:50:53 +09:00
  • 3347d61591 0.60.0 v0.60.0 Junegunn Choi 2025-02-13 00:54:21 +09:00
  • 9abf2c8c9c Allow suffix match on --nth with custom --delimiter Junegunn Choi 2025-02-12 20:50:01 +09:00
  • 84e2262ad6 Make --accept-nth and --with-nth support templates Junegunn Choi 2025-02-12 20:15:04 +09:00
  • 378137d34a Simplify code Junegunn Choi 2025-02-11 23:43:43 +09:00
  • 66ca16f836 Truncate wrap signs in extremely narrow preview window Junegunn Choi 2025-02-11 23:41:13 +09:00
  • 282884ad83 [fish] Unescape query from commandline (#4236) bitraid 2025-02-11 16:19:40 +02:00
  • 7877ac42f0 Bump golang.org/x/term from 0.28.0 to 0.29.0 (#4234) dependabot[bot] 2025-02-11 00:41:55 +09:00
  • 19ef8891e3 Print --wrap-sign in preview window Junegunn Choi 2025-02-10 23:58:23 +09:00
  • bfea9e53a6 fzf-preview.sh: Use kitten icat on ghostty (#4232) Coko 2025-02-09 12:02:05 +01:00
  • a2420026ab Rename actions: exclude and exclude-multi Junegunn Choi 2025-02-09 13:52:20 +09:00
  • 1be1991299 Add exclude-current action Junegunn Choi 2025-02-09 13:37:22 +09:00
  • 67dd7e1923 Add 'exclude' action for excluding current/selected items from the result (#4231) Junegunn Choi 2025-02-09 13:22:33 +09:00
  • 2b584586ed Add --accept-nth option to transform the output Junegunn Choi 2025-02-09 11:53:35 +09:00
  • a1994ff0ab Update README.md (#4225) Eric Chen 2025-02-08 19:19:15 -05:00
  • ca0e858871 Deploying to master from @ junegunn/fzf@06c6615507 🚀 junegunn 2025-02-09 00:02:24 +00:00