m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 09:33:42 -05:00

Commit Graph

  • 0420ed4f2a Empty --marker-multi-line if --marker is empty Junegunn Choi 2024-06-25 20:49:42 +09:00
  • 3b944addd4 Allow removing header line with change-header and transform-header Junegunn Choi 2024-06-25 17:10:22 +09:00
  • 70bf8bc35d Add --wrap option and 'toggle-wrap' action (#3887) Junegunn Choi 2024-06-25 17:08:47 +09:00
  • 724f8a1d45 Bump crate-ci/typos from 1.22.7 to 1.22.9 (#3894) dependabot[bot] 2024-06-24 23:55:53 +09:00
  • cc2b2146ee ADVANCED.md: Remove unnecessary : | fzf Junegunn Choi 2024-06-24 17:22:46 +09:00
  • 8689f5f230 Fix rubocop warning Junegunn Choi 2024-06-24 17:16:56 +09:00
  • e9e0011f1d fix zsh ${(@)history} syntax does not work with ksh_arrays (#3893) 林千里 2024-06-24 18:07:55 +10:00
  • 5b52833785 Do not start the initial reader if 'reload*' is bound to 'start' Junegunn Choi 2024-06-24 17:05:53 +09:00
  • 1525768094 [man] Escape hyphens to prevent conversion to Unicode hyphens (#3885) Koichi Murase 2024-06-24 09:32:35 +09:00
  • a70ea4654e Fix regression in separator display Junegunn Choi 2024-06-23 18:23:46 +09:00
  • b02bf9b6bb Fix panic on extremely short terminals Junegunn Choi 2024-06-23 11:27:03 +09:00
  • bee7bc5324 Deploying to master from @ junegunn/fzf@7c2ffd3fef 🚀 junegunn 2024-06-23 00:01:48 +00:00
  • 7c2ffd3fef Make transform*, --info-command, and execute-silent cancellable Junegunn Choi 2024-06-20 23:18:28 +09:00
  • db01e7dab6 fix(zsh): add (s) modifier to perl command (#3882) LangLangBart 2024-06-20 10:51:52 +02:00
  • 2326c74eb2 Code cleanup Junegunn Choi 2024-06-20 17:06:44 +09:00
  • b9d15569e8 Fix test case for validateSign Junegunn Choi 2024-06-20 01:48:11 +09:00
  • c3cc378d89 Allow empty pointer and marker Junegunn Choi 2024-06-20 01:45:06 +09:00
  • 27d1f5e0a8 Fix typos Junegunn Choi 2024-06-20 00:58:51 +09:00
  • 540632bb9e Add --info-command for customizing the input text Junegunn Choi 2024-06-20 00:53:18 +09:00
  • d9c028c934 fzf-preview.sh: Let chafa decide the right format Junegunn Choi 2024-06-19 19:25:46 +09:00
  • c54ad82e8d Clarify that --nth applies after --with-nth transformation Junegunn Choi 2024-06-19 17:00:30 +09:00
  • 295b89631b Add wpath and dpath pledges on OpenBSD to make --tmux work (#3877) bsdmp 2024-06-19 05:26:08 +03:00
  • 6179faf778 mod: upgrade fastwalk to 1.0.4 (#3878) Jan Palus 2024-06-19 04:23:43 +02:00
  • 16dc236a25 Bump crate-ci/typos from 1.22.3 to 1.22.7 (#3871) dependabot[bot] 2024-06-19 11:23:30 +09:00
  • 61ae9d75b6 Remove comment in command substitution (#3875) Hexin 2024-06-19 11:22:57 +09:00
  • e2401aca68 Add 'offset-middle' action Junegunn Choi 2024-06-17 18:34:10 +09:00
  • 59943cbb48 Fire 'result' even when input stream is not complete Junegunn Choi 2024-06-17 17:54:04 +09:00
  • 02634d404d Remove {fzf:query} from man page Junegunn Choi 2024-06-17 17:53:02 +09:00
  • ed12925f7d --sync: Suppress initial render also when focus event is bound Junegunn Choi 2024-06-17 17:00:27 +09:00
  • e0ddb97ab4 Improved --sync behavior Junegunn Choi 2024-06-17 00:07:27 +09:00
  • b8c01af0fc Deploying to master from @ junegunn/fzf@6de0a7ddc1 🚀 junegunn 2024-06-16 00:01:59 +00:00
  • 6de0a7ddc1 --sync: Do not start TUI until initial filtering is complete Junegunn Choi 2024-06-15 10:46:28 +09:00
  • 79196c025d Clean up GitHub Actions workflow Junegunn Choi 2024-06-15 10:27:54 +09:00
  • 94c33ac020 Fix panic when parent process is killed Junegunn Choi 2024-06-15 10:23:03 +09:00
  • b2ecb6352c Make GET endpoint available from 'execute' and 'transform' actions Junegunn Choi 2024-06-14 21:33:42 +09:00
  • 9dc3ed638a --walker-skip should also handle symlinks to directories Junegunn Choi 2024-06-13 22:54:13 +09:00
  • 0acace1ace Bump crate-ci/typos from 1.21.0 to 1.22.3 (#3850) dependabot[bot] 2024-06-13 20:51:13 +09:00
  • 1a2d37e1e6 Bump golang.org/x/term from 0.20.0 to 0.21.0 (#3849) dependabot[bot] 2024-06-13 20:50:57 +09:00
  • 22adb6494f chore(shell): Separate declaration and assignment for zsh legacy versions (#3856) LangLangBart 2024-06-13 10:33:23 +02:00
  • e023736c30 [zsh] Prevent glob expansion in history widget (#3855) Samara Jinnah 2024-06-13 03:43:33 +02:00
  • dca2262fe6 Prefer LightRenderer over tcell on Windows Junegunn Choi 2024-06-12 21:53:18 +09:00
  • 0684a20ea3 Fix invalid mouse offset for --height on Windows Junegunn Choi 2024-06-12 21:18:02 +09:00
  • a1a72bb8d1 Do not open tmux or winpty in --filter mode Junegunn Choi 2024-06-12 21:02:48 +09:00
  • 144d55a5be [fish] Merge history before searching (#3852) ismay 2024-06-12 06:56:20 +02:00
  • 7fc13c5cfd Less aggressive chunk cache invalidation for --tail Junegunn Choi 2024-06-10 20:30:19 +09:00
  • dfee7af57b Fix divide by zero error with --tiebreak=end for long items Junegunn Choi 2024-06-10 08:24:39 +09:00
  • 9b0e2daf02 Deploying to master from @ junegunn/fzf@590060a16b 🚀 junegunn 2024-06-09 00:02:07 +00:00
  • 590060a16b Remove unused field Junegunn Choi 2024-06-07 17:05:33 +09:00
  • 368294edf6 Reduce flickering of the list when the list is truncated by --tail Junegunn Choi 2024-06-07 16:58:56 +09:00
  • c4a9ccd6af 0.53.0 0.53.0 Junegunn Choi 2024-06-06 22:03:26 +09:00
  • cbf91f2ed3 ADVANCED.md: /dev/tty redirection no longer required Junegunn Choi 2024-06-06 21:55:06 +09:00
  • b1460d4787 hasPreviewFlags should ignore escaped placeholder Junegunn Choi 2024-06-06 15:15:15 +09:00
  • 7dc9e14874 Update docs Junegunn Choi 2024-06-06 14:19:50 +09:00
  • 1616ed543d Fix index out of bounds error caused by outdated offset Junegunn Choi 2024-06-06 00:23:58 +09:00
  • dc73fba188 [man] Clarification on --scheme options Junegunn Choi 2024-06-05 10:34:44 +09:00
  • ef148dfd37 Handle int32 overflow Junegunn Choi 2024-06-05 09:47:05 +09:00
  • 93bbb3032d Add --tail=NUM to limit the number of items to keep in memory Junegunn Choi 2024-06-04 15:48:38 +09:00
  • 4c83d8596d Add new options to bash completion Junegunn Choi 2024-06-03 09:44:36 +09:00
  • d453e6d7db Update ADVANCED.md: Use --tmux instead of fzf-tmux Junegunn Choi 2024-06-03 09:41:40 +09:00
  • c29533994f Fix invalid default of selected-hl (--color) Junegunn Choi 2024-06-02 18:08:24 +09:00
  • 1afe13b5b5 Merge remote-tracking branch 'origin/master' into devel Junegunn Choi 2024-06-02 17:59:04 +09:00
  • 36600eaaa9 Update CHANGELOG: clarification Junegunn Choi 2024-06-02 17:58:44 +09:00
  • 3ee1fc2034 Deploying to master from @ junegunn/fzf@124cd70710 🚀 junegunn 2024-06-02 00:01:52 +00:00
  • e2f93e5a2d --tmux vs. --height: Last one wins Junegunn Choi 2024-06-01 19:50:17 +09:00
  • cfdf2f1153 Update README Junegunn Choi 2024-06-01 16:20:03 +09:00
  • e042143e3f Immediately close standard output of the child process Junegunn Choi 2024-06-01 15:22:05 +09:00
  • 7c613d0d9b Do not disable --height on mintty (because it works) Junegunn Choi 2024-06-01 14:42:23 +09:00
  • b00d46bc14 Fix --height on Windows Junegunn Choi 2024-06-01 14:34:27 +09:00
  • 555b0d235b Ignore --height option if it's not supported on the platform Junegunn Choi 2024-06-01 14:13:24 +09:00
  • 564daf9a7d Set standard input of 'man' process to os.Stdin Junegunn Choi 2024-06-01 13:23:46 +09:00
  • 41bcbe342f Revert "An '--expect' key should execute actions bound to the key" Junegunn Choi 2024-06-01 13:20:12 +09:00
  • dbe8dc344e [fish] Use builtins for cd and history (#3830) LangLangBart 2024-06-01 04:28:02 +02:00
  • e33fb59da1 Update CHANGELOG Junegunn Choi 2024-05-31 14:40:56 +09:00
  • 7aa88aa115 Fix error message on invalid --tmux option Junegunn Choi 2024-05-31 13:38:39 +09:00
  • 2b6d600879 [zsh] Enhance CTRL-R to display multi-line entires (#3823) LangLangBart 2024-05-31 03:43:58 +02:00
  • 05c765d442 [fish] Add --nth 2..,.. to allow anchored search against command Junegunn Choi 2024-05-30 21:54:57 +09:00
  • 49b496269c Fix index out of bounds error on scroll-down action Junegunn Choi 2024-05-30 11:03:36 +09:00
  • 7405925952 [bash] Indent multi-line history entries Junegunn Choi 2024-05-30 10:23:45 +09:00
  • 3afd543a7e [fish] Use perl instead of sed to strip leading tabs Junegunn Choi 2024-05-30 10:23:10 +09:00
  • b4f2cde5ac [fish] Better multi-line support for CTRL-R Junegunn Choi 2024-05-29 20:14:56 +09:00
  • ed53ef7cee [shell] Add --highlight-line to CTRL-R bindings Junegunn Choi 2024-05-29 20:13:41 +09:00
  • 12630b124d Make --tmux argument optional Junegunn Choi 2024-05-29 02:09:32 +09:00
  • 1d59ac09d2 Pass-through error message from 'tmux display-popup' Junegunn Choi 2024-05-29 02:07:56 +09:00
  • a8f3a0dd59 Merge branch 'master' into devel Junegunn Choi 2024-05-28 23:19:26 +09:00
  • 124cd70710 [vim] Do not prepend CWD to path starting with a backslash on Windows (#3820) Konstantin-Glukhov 2024-05-28 23:15:14 +09:00
  • 782de139c8 [vim] Native --tmux fix for Neovim Junegunn Choi 2024-05-28 19:25:28 +09:00
  • 32eb32ee5e Add multi-line example to CHANGELOG Junegunn Choi 2024-05-27 01:48:46 +09:00
  • 2f51eb2b41 Different marker for the first and last line of multi-line entries Junegunn Choi 2024-05-27 01:20:56 +09:00
  • 0ccbd79e10 Fix --help output: marker default Junegunn Choi 2024-05-26 09:24:30 +09:00
  • 99bd6de541 Deploying to master from @ junegunn/fzf@daa602422d 🚀 junegunn 2024-05-26 00:01:51 +00:00
  • 1fef36e4bc Do not allow tabs in pointer and marker Junegunn Choi 2024-05-25 16:31:34 +09:00
  • 89375005b5 Fix option validation order Junegunn Choi 2024-05-25 16:20:37 +09:00
  • 88e78c9193 Update integration test to use named pipes Junegunn Choi 2024-05-25 11:53:09 +09:00
  • 29a19ad080 Update CHANGELOG Junegunn Choi 2024-05-25 09:40:17 +09:00
  • 2a039ab746 Describe exit code 126 Junegunn Choi 2024-05-24 19:32:44 +09:00
  • 7e9a0fcdbd Change default --scroll-off to 3 Junegunn Choi 2024-05-24 19:25:50 +09:00
  • 7a97532547 Fix --scroll-off for multi-line mode Junegunn Choi 2024-05-24 19:23:36 +09:00
  • 996abb2831 Fix incorrect colors for selected-{fg,bg,hl} Junegunn Choi 2024-05-24 00:46:01 +09:00
  • da500a358f Use bold bar as the default marker Junegunn Choi 2024-05-24 00:31:20 +09:00
  • c36b846acc [vim] Open cmd.exe window only on mintty < 3.4.5 without winpty Junegunn Choi 2024-05-23 21:27:29 +09:00