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

Commit Graph

  • 69b9d674a3 chore: Add new option in issue checklist and modify requirements (#3715) LangLangBart 2024-04-07 03:25:12 +02:00
  • bad8061547 Deploying to master from @ junegunn/fzf@62963dcefd 🚀 junegunn 2024-04-07 00:01:37 +00:00
  • 62963dcefd 0.49.0 0.49.0 Junegunn Choi 2024-04-04 23:56:30 +09:00
  • 68a35e4735 Do not trim CR on Windows when --read0 is set Junegunn Choi 2024-04-04 23:39:29 +09:00
  • 9b9ad77e1c mod: update changes/fastwalk to v1.0.3 (#3709) Charlie Vieth 2024-04-04 00:29:32 -04:00
  • 118b4d4a01 [bash] Add -o nospace to dir completion options (#1987) Junegunn Choi 2024-04-04 13:20:10 +09:00
  • da14ab6f16 [bash] Remove -o default from dir completion options (#1987) Junegunn Choi 2024-04-04 12:57:50 +09:00
  • 09a4ca6ab5 [bash] Fix variable completion of directory-related commands Junegunn Choi 2024-04-04 12:43:35 +09:00
  • 8a2df79711 Do not hide separator by default on --info=inline-right|hidden Junegunn Choi 2024-04-04 00:05:55 +09:00
  • c30e486b64 Further performance improvements by removing unnecessary copies Junegunn Choi 2024-04-02 08:43:08 +09:00
  • a575c0c54b GitHub Actions: Use Go "1.20" Junegunn Choi 2024-04-02 01:47:24 +09:00
  • 77fe96ac0d GitHub Actions: Use Go 1.20 Junegunn Choi 2024-04-02 01:44:08 +09:00
  • 5234c3759a Improve ingestion performance (by around 40%) Junegunn Choi 2024-04-02 01:02:49 +09:00
  • 41b3511ad9 Improve ingestion performance (by around 20%) Junegunn Choi 2024-04-01 23:38:46 +09:00
  • 128e4a2e8d [fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluated Junegunn Choi 2024-03-31 20:37:20 +09:00
  • 07ac90d798 Deploying to master from @ junegunn/fzf@7de87a9b2c 🚀 junegunn 2024-03-31 00:01:48 +00:00
  • 7de87a9b2c [shell] Make ALT-C use the absolute path to the selected directory (#3688) Emilio Vesprini 2024-03-30 13:13:15 -03:00
  • dff865239a [bash-completion] Make dynamic loader return 124 to retry completion Junegunn Choi 2024-03-29 16:20:50 +09:00
  • 07f8f70c5b Fix flaky test case Junegunn Choi 2024-03-29 16:15:53 +09:00
  • f625c5aabe Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693) Matthieu Cneude 2024-03-29 08:14:08 +01:00
  • 8a74976c1f Add track-current, untrack-current, and toggle-track-current (#3699) Junegunn Choi 2024-03-28 20:42:01 +09:00
  • b6bfd4a5cb Fix typo in comment Junegunn Choi 2024-03-27 17:36:08 +09:00
  • 008fb9d258 Fix reload and reload-sync behaviors Junegunn Choi 2024-03-27 17:25:56 +09:00
  • db6db49ed6 Increase the buffer size for POST requests Junegunn Choi 2024-03-21 19:18:02 +09:00
  • 05453881c3 Set a 2-second timeout for POST requests Junegunn Choi 2024-03-21 19:01:44 +09:00
  • 5e47ab9431 README: Mention that you can source individual script files Junegunn Choi 2024-03-21 12:35:52 +09:00
  • ec70acd0b9 chore: transition from markdown to YAML for issue template (#3687) LangLangBart 2024-03-21 00:33:28 +01:00
  • 25e61056b6 [fish] Fix Ctrl-T and Alt-C not using last token as search root (#3684) zeertzjq 2024-03-19 13:44:42 +08:00
  • d579e335b5 0.48.1 0.48.1 Junegunn Choi 2024-03-17 16:35:35 +09:00
  • 7e344ceb85 Update README Junegunn Choi 2024-03-17 16:21:07 +09:00
  • 0145b82ea0 Update README Junegunn Choi 2024-03-17 16:20:14 +09:00
  • b4efe7aab7 Show how to disable a key binding Junegunn Choi 2024-03-17 16:18:19 +09:00
  • 9ffe951f6d Update Makefile target dependencies Junegunn Choi 2024-03-17 16:11:21 +09:00
  • a5ea4f57bd Updated link for highlight command (#3680) Brayden Hill 2024-03-17 01:09:39 -06:00
  • 88f4c16755 Make it possible to disable Ctrl+T / Alt+C / completions (#3678) Eli Barzilay 2024-03-17 03:06:48 -04:00
  • c7ee071efa Fix panic caused by invalid cursor index Junegunn Choi 2024-03-17 15:55:16 +09:00
  • 0740ef7ceb [bash] Fix default completion of unset, unalias, etc Junegunn Choi 2024-03-17 15:36:33 +09:00
  • b29bd809ac Deploying to master from @ junegunn/fzf@8977c9257a 🚀 junegunn 2024-03-17 00:01:33 +00:00
  • 8977c9257a Limit the maximum number of focus events to process at once Junegunn Choi 2024-03-14 11:18:47 +09:00
  • 091b7eacba 0.48.0 0.48.0 Junegunn Choi 2024-03-14 00:02:53 +09:00
  • e74b1251c0 Embed shell integration scripts in fzf binary (--bash / --zsh / --fish) (#3675) Junegunn Choi 2024-03-13 23:59:34 +09:00
  • d282a1649d Add walker options and replace 'find' with the built-in walker (#3649) Junegunn Choi 2024-03-13 20:56:31 +09:00
  • 6ce8d49d1b [bash] Fix regression in dynamic completion Junegunn Choi 2024-03-13 08:31:14 +09:00
  • c5b197078a Bump golang.org/x/term from 0.17.0 to 0.18.0 (#3670) dependabot[bot] 2024-03-12 08:11:25 +09:00
  • 0494f20d62 Revert "Fix CHANGELOG" Junegunn Choi 2024-03-10 23:24:59 +09:00
  • 73aff476dd Fix CHANGELOG Junegunn Choi 2024-03-10 21:52:39 +09:00
  • 98ee5e651a 0.47.0 0.47.0 Junegunn Choi 2024-03-10 21:43:41 +09:00
  • 01871ea383 [bash] Update orig_complete after _completion_loader Koichi Murase 2024-03-10 16:32:25 +09:00
  • 1dbdb9438f [bash] Refactor access to "_fzf_orig_complete_${cmd//[^A-Za-z0-9_]/_}" Koichi Murase 2024-03-10 16:31:55 +09:00
  • c70f0eadb8 Deploying to master from @ junegunn/fzf@26244ad8c2 🚀 junegunn 2024-03-10 00:01:32 +00:00
  • 26244ad8c2 Fix preview area not being cleared when using certain types of border styles Junegunn Choi 2024-03-09 14:01:49 +09:00
  • fa0aa5510d Kill preview process when hiding the preview window Junegunn Choi 2024-03-08 22:01:45 +09:00
  • eec557b6aa Fix invalid memory access when the preview window becomes hidden Junegunn Choi 2024-03-08 17:46:24 +09:00
  • 0cc27c3cc1 Fix typo (#3661) huajin tong 2024-03-07 00:35:31 +08:00
  • 507089d7b2 Bump actions/checkout from 3 to 4 (#3428) dependabot[bot] 2024-03-05 11:48:46 +09:00
  • a6b3517b75 Bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.7.4 (#3658) dependabot[bot] 2024-03-05 11:04:38 +09:00
  • 2d6beb7813 Bump crate-ci/typos from 1.18.2 to 1.19.0 (#3657) dependabot[bot] 2024-03-05 11:04:17 +09:00
  • 61bc129e1d Update parseGetParams to call strconv.Atoi when params are valid onee-only 2024-03-04 21:06:09 +09:00
  • 52210a57f0 Update error return position according to convention onee-only 2024-03-04 12:56:41 +09:00
  • 8061a2f108 Remove duplicate code onee-only 2024-03-04 12:55:59 +09:00
  • 7444eff6d4 Deploying to master from @ junegunn/fzf@f35a9da99a 🚀 junegunn 2024-03-03 00:01:39 +00:00
  • f35a9da99a Bump crate-ci/typos from 1.17.2 to 1.18.2 (#3624) dependabot[bot] 2024-03-02 18:40:13 +09:00
  • c3098e9ab2 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.20 (#3489) dependabot[bot] 2024-03-02 18:39:37 +09:00
  • 686f9288fc Allow iTerm2 image data that ends with 'ESC \' (#3646) Junegunn Choi 2024-03-02 18:24:54 +09:00
  • 1833670fb9 Add $FZF_DEFAULT_OPTS_FILE (#3618) Junegunn Choi 2024-02-29 09:49:33 +09:00
  • 3dd42f5aa2 Deploying to master from @ junegunn/fzf@99a7beba57 🚀 junegunn 2024-02-25 00:01:35 +00:00
  • 99a7beba57 Fix missing bonus score on a delimiter character Junegunn Choi 2024-02-22 23:19:11 +09:00
  • edee2b753c fzf-tmux: Workaround for tmux 3.4 bug Junegunn Choi 2024-02-21 14:39:03 +09:00
  • 545d5770be Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.1 (#3639) dependabot[bot] 2024-02-20 10:35:23 +09:00
  • ca747a2b54 Fix unit tests Junegunn Choi 2024-02-19 12:39:04 +09:00
  • 17da165cfe CHANGELOG: charlievieth/fastwalk Junegunn Choi 2024-02-19 12:35:46 +09:00
  • 5e6788c679 Export FZF_* variables to 'reload' process as well Junegunn Choi 2024-02-15 22:27:32 +09:00
  • 425deadca9 dep: update github.com/charlievieth/fastwalk to v1.0.2 (#3631) Charlie Vieth 2024-02-17 23:20:50 -05:00
  • 2c8e9dd3a5 Deploying to master from @ junegunn/fzf@7a72f1a253 🚀 junegunn 2024-02-18 00:01:35 +00:00
  • 7a72f1a253 Code cleanup: Remove unused argument Junegunn Choi 2024-02-15 17:09:13 +09:00
  • 208e556332 Replace "default find command" with built-in directory traversal Junegunn Choi 2024-02-15 15:10:54 +09:00
  • c65d11bfb5 Update README: warp.dev Junegunn Choi 2024-02-15 14:30:44 +09:00
  • 3b5b52d89a Update README: warp.dev Junegunn Choi 2024-02-13 08:45:33 +09:00
  • a4f6c8f990 Bump github.com/rivo/uniseg from 0.4.6 to 0.4.7 (#3623) dependabot[bot] 2024-02-11 08:53:03 +09:00
  • 670c329852 Bump golang.org/x/term from 0.16.0 to 0.17.0 (#3622) dependabot[bot] 2024-02-11 08:52:31 +09:00
  • f3551c8422 Bump golang.org/x/sys from 0.16.0 to 0.17.0 (#3621) dependabot[bot] 2024-02-11 08:50:49 +09:00
  • 90b8187882 Add info about MSYS2 distro to README.md (#3610) Konstantin Podsvirov 2024-02-04 13:02:32 +03:00
  • 1a43259989 Deploying to master from @ junegunn/fzf@3c0a630475 🚀 junegunn 2024-02-04 00:01:39 +00:00
  • 3c0a630475 0.46.1 0.46.1 Junegunn Choi 2024-02-01 18:03:26 +09:00
  • 2a1e5a9729 More test fixes for tcell on GitHub Actions Junegunn Choi 2024-02-01 17:04:15 +09:00
  • 413c66beba Fix tests for tcell build Junegunn Choi 2024-02-01 16:25:53 +09:00
  • 1416e696b1 Avoid full redraw on 'preview' action when preview window exists Junegunn Choi 2024-02-01 15:50:48 +09:00
  • d373cf89c7 Retain preview window on resize after 'preview' action Junegunn Choi 2024-02-01 15:46:42 +09:00
  • dd886d22f0 Bump github.com/rivo/uniseg from 0.4.5 to 0.4.6 (#3605) dependabot[bot] 2024-01-30 11:23:08 +09:00
  • 472569a27c Deploying to master from @ junegunn/fzf@76cf6559cc 🚀 junegunn 2024-01-28 00:01:29 +00:00
  • 76cf6559cc junegunn/uniseg -> rivo/uniseg Junegunn Choi 2024-01-27 22:18:43 +09:00
  • a34e8dcdc9 Downgrade Go version to keep support for old Windows (#3601) Junegunn Choi 2024-01-26 12:21:35 +09:00
  • da752fc9a4 Fix Windows build Junegunn Choi 2024-01-24 15:59:54 +09:00
  • beb2de2dd9 0.46.0 0.46.0 Junegunn Choi 2024-01-23 23:47:24 +09:00
  • 2a8b65e105 Fix highlighting of regions that are matched multiple times Junegunn Choi 2024-01-23 12:17:40 +09:00
  • 62a916bc24 Bump crate-ci/typos from 1.16.4 to 1.17.2 (#3595) dependabot[bot] 2024-01-23 10:21:01 +09:00
  • c47b833e7b Bump actions/dependency-review-action from 3 to 4 (#3594) dependabot[bot] 2024-01-23 10:20:39 +09:00
  • 09b0958b5f docs(ADVANCED.md): replace placeholder with env variable for toggle single key binding (#3593) LangLangBart 2024-01-22 05:17:03 +01:00
  • 3a4c3d3e58 Add link to fzf Theme Playground by @vitormv Junegunn Choi 2024-01-21 23:12:57 +09:00
  • 7484292e63 Avoid deadlocks by adding a 2 second timeout to GET / endpoint Junegunn Choi 2024-01-21 22:58:18 +09:00