Commit Graph

  • f864f8b5f7
    Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion (#3742) Junegunn Choi 2024-04-19 22:40:38 +0900
  • 8b5d710c66
    Fix flaky Junegunn Choi 2024-04-19 14:36:20 +0900
  • 64aaa33cad
    Update shell/key-bindings.bash Junegunn Choi 2024-04-19 13:09:56 +0900
  • b8729ef0bb
    fix fish Junegunn Choi 2024-04-18 23:44:08 +0900
  • 31d72efba7
    Describe how to build fzf from the latest source using brew Junegunn Choi 2024-04-18 23:37:12 +0900
  • 36ab5d08d9
    fish Junegunn Choi 2024-04-18 23:15:54 +0900
  • da78615265
    Respect $FZF_DEFAULT_OPTS_FILE in key bindings and completion Junegunn Choi 2024-04-18 22:48:50 +0900
  • d169c951f3
    fix: Move 'emulate' command outside interactive check (#3736) LangLangBart 2024-04-17 11:03:12 +0200
  • 707e125fd9 style: Remove extra blank line in completion.zsh LangLangbart 2024-04-17 10:48:05 +0200
  • fa1f49bd18 fix: Move 'emulate' command outside interactive check LangLangbart 2024-04-17 10:46:07 +0200
  • 90d7e38909
    [fzf-tmux] Replace `command -v` with `which` Junegunn Choi 2024-04-17 17:29:45 +0900
  • 938f23e429
    Fix typo in comment (#3734) hidewrong 2024-04-17 16:13:35 +0800
  • a50e753f14 chore: fix typo in comment hidewrong 2024-04-17 11:37:36 +0800
  • e4a9a08e33 Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-04-16 13:31:54 -0400
  • c266fa49df
    Bump crate-ci/typos from 1.19.0 to 1.20.8 dependabot[bot] 2024-04-15 13:44:35 +0000
  • f97d275413
    0.50.0 0.50.0 Junegunn Choi 2024-04-15 00:02:27 +0900
  • 3acb4ca90e
    Fix streaming filter mode by not running reader callback concurrently Junegunn Choi 2024-04-14 23:34:25 +0900
  • 8b3b9e71dc docs: Fix typo in FZF_SHELL_FLAG variable name LangLangbart 2024-04-14 11:43:34 +0200
  • 58a23d10b7 style: remove trailing whitespace in util_unix.go LangLangbart 2024-04-14 11:28:41 +0200
  • 6d1af4e769 feat: Add custom shell flag option for command execution LangLangbart 2024-04-14 08:46:05 +0200
  • e86b81bbf5
    Improve search performance by limiting the search scope Junegunn Choi 2024-04-14 07:52:42 +0900
  • a5447b8b75
    Improve search performance by pre-calculating bonus matrix Junegunn Choi 2024-04-13 16:57:34 +0900
  • 7ce6452d83
    Improve search performance by pre-calculating character classes Junegunn Choi 2024-04-13 16:11:18 +0900
  • 5643a306bd Deploying to master from @ junegunn/fzf@3c877c504b 🚀 junegunn 2024-04-14 00:03:45 +0000
  • 3c877c504b
    Enable profiling options when 'pprof' tag is set (#2813) Charlie Vieth 2024-04-13 01:58:11 -0400
  • 85f23372e0
    Ignore tmp directory Junegunn Choi 2024-04-13 14:49:47 +0900
  • 77d643f05a
    Merge branch 'master' into cev/profile Junegunn Choi 2024-04-13 14:47:24 +0900
  • 892d1acccb
    Fix tcell build Junegunn Choi 2024-04-13 14:47:04 +0900
  • 8098b74644
    Merge branch 'master' into cev/profile Junegunn Choi 2024-04-13 14:41:05 +0900
  • 1a9c282f76
    Fix unit tests Junegunn Choi 2024-04-13 14:40:43 +0900
  • 2086012ac9
    Fix mem profile Junegunn Choi 2024-04-13 14:34:40 +0900
  • 5aadcef244
    Add pprof instruction to BUILD.md Junegunn Choi 2024-04-13 14:07:56 +0900
  • 4e49ebe789
    options: require "pprof" build tag to enable profiling Charlie Vieth 2024-04-06 03:09:52 -0400
  • cf91e7bdd9
    Update src/options.go Charlie Vieth 2024-04-06 02:56:14 -0400
  • af60d4bfd3
    fzf: enable cpu, mem, block, and mutex profiling Charlie Vieth 2022-08-17 10:54:47 -0400
  • fd1ba46f77
    Export $FZF_KEY environment variable to child processes Junegunn Choi 2024-04-13 14:00:16 +0900
  • c9418579a1 Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-04-11 01:45:01 -0400
  • 741babf958
    Add arguments to disable loading keybindings or completion Sandro Jäckel 2024-04-10 22:29:18 +0200
  • a4745626dd
    Add jump and jump-cancel events Junegunn Choi 2024-04-10 20:11:47 +0900
  • 17bb7ad278
    Bump golang.org/x/term from 0.18.0 to 0.19.0 (#3718) dependabot[bot] 2024-04-10 00:51:29 +0900
  • 152988c17b
    [shell] Revert interactiveness checks for eval Junegunn Choi 2024-04-10 00:46:09 +0900
  • 4cd37fc02b
    Disable line wrapping during rendering Junegunn Choi 2024-04-09 00:26:25 +0900
  • 77023a2230
    Bump crate-ci/typos from 1.19.0 to 1.20.4 dependabot[bot] 2024-04-08 14:01:01 +0000
  • 7693f44297
    Bump golang.org/x/term from 0.18.0 to 0.19.0 dependabot[bot] 2024-04-08 13:54:19 +0000
  • cd049c0264
    Bump golang.org/x/sys from 0.18.0 to 0.19.0 dependabot[bot] 2024-04-08 13:54:12 +0000
  • 69b9d674a3
    chore: Add new option in issue checklist and modify requirements (#3715) LangLangBart 2024-04-07 03:25:12 +0200
  • bad8061547 Deploying to master from @ junegunn/fzf@62963dcefd 🚀 junegunn 2024-04-07 00:01:37 +0000
  • d4e9e59ae1 chore: Add new option in issue checklist and modify requirements LangLangbart 2024-04-06 15:46:07 +0200
  • 544a0bb542
    Use synchronized update mode to simplify and enhance rendering Junegunn Choi 2024-04-06 15:40:05 +0900
  • 62963dcefd
    0.49.0 0.49.0 Junegunn Choi 2024-04-04 23:56:30 +0900
  • 68a35e4735
    Do not trim CR on Windows when --read0 is set Junegunn Choi 2024-04-04 23:39:29 +0900
  • 0dad3addad
    Merge 1ac69fa4b0 into 9b9ad77e1c haosdent 2024-04-04 13:26:15 +0200
  • 9b9ad77e1c
    mod: update changes/fastwalk to v1.0.3 (#3709) Charlie Vieth 2024-04-04 00:29:32 -0400
  • a5ee76a7d7 mod: update changes/fastwalk to v1.0.3 Charlie Vieth 2024-04-04 00:10:01 -0400
  • 118b4d4a01
    [bash] Add -o nospace to dir completion options (#1987) Junegunn Choi 2024-04-04 13:20:10 +0900
  • da14ab6f16
    [bash] Remove -o default from dir completion options (#1987) Junegunn Choi 2024-04-04 12:57:50 +0900
  • 09a4ca6ab5
    [bash] Fix variable completion of directory-related commands Junegunn Choi 2024-04-04 12:43:35 +0900
  • 8a2df79711
    Do not hide separator by default on --info=inline-right|hidden Junegunn Choi 2024-04-04 00:05:55 +0900
  • 4e40803634
    Create go-ossf-slsa3-publish.yml cklim24 2024-04-03 02:27:11 +0800
  • c30e486b64
    Further performance improvements by removing unnecessary copies Junegunn Choi 2024-04-02 08:43:08 +0900
  • a575c0c54b
    GitHub Actions: Use Go "1.20" Junegunn Choi 2024-04-02 01:47:24 +0900
  • 77fe96ac0d
    GitHub Actions: Use Go 1.20 Junegunn Choi 2024-04-02 01:44:08 +0900
  • 5234c3759a
    Improve ingestion performance (by around 40%) Junegunn Choi 2024-04-02 01:02:49 +0900
  • 41b3511ad9
    Improve ingestion performance (by around 20%) Junegunn Choi 2024-04-01 23:38:46 +0900
  • 128e4a2e8d
    [fish] Fix $dir in FZF_{CTRL_T,ALT_C}_COMMAND not evaluated Junegunn Choi 2024-03-31 20:37:20 +0900
  • 07ac90d798 Deploying to master from @ junegunn/fzf@7de87a9b2c 🚀 junegunn 2024-03-31 00:01:48 +0000
  • 7de87a9b2c
    [shell] Make ALT-C use the absolute path to the selected directory (#3688) Emilio Vesprini 2024-03-30 13:13:15 -0300
  • 44909bbbf1
    Update shell/key-bindings.bash Junegunn Choi 2024-03-31 01:07:36 +0900
  • 93f0b2d482
    Update shell/key-bindings.zsh Junegunn Choi 2024-03-31 01:07:27 +0900
  • de6eda107e Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-03-29 12:36:32 -0400
  • dff865239a
    [bash-completion] Make dynamic loader return 124 to retry completion Junegunn Choi 2024-03-29 16:20:50 +0900
  • 07f8f70c5b
    Fix flaky test case Junegunn Choi 2024-03-29 16:15:53 +0900
  • f625c5aabe
    Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693) Matthieu Cneude 2024-03-29 08:14:08 +0100
  • c2a3b9ebb5
    Simplify the code example Junegunn Choi 2024-03-29 12:19:54 +0900
  • 027033ded3
    Add tests Junegunn Choi 2024-03-28 21:03:44 +0900
  • 48f1336eb1
    Update CHANGELOG Junegunn Choi 2024-03-28 20:58:27 +0900
  • 58f605ce9b
    Merge branch 'master' into master Junegunn Choi 2024-03-28 20:43:26 +0900
  • 713fc92e45
    Update src/terminal.go Junegunn Choi 2024-03-28 20:42:49 +0900
  • 8a74976c1f
    Add track-current, untrack-current, and toggle-track-current (#3699) Junegunn Choi 2024-03-28 20:42:01 +0900
  • a6c6062b57 Add the environment variable FZF_BORDER_LABEL Matthieu 2024-03-28 08:50:48 +0100
  • 46deb0623d Add the environment variable FZF_PREVIEW_LABEL Matthieu 2024-03-25 09:20:05 +0100
  • 39bb9cadc5
    Update CHANGELOG Junegunn Choi 2024-03-28 11:58:42 +0900
  • 257adec3a1
    Add track-current, untrack-current, and toggle-track-current Junegunn Choi 2024-03-27 21:44:06 +0900
  • b6bfd4a5cb
    Fix typo in comment Junegunn Choi 2024-03-27 17:36:08 +0900
  • 008fb9d258
    Fix reload and reload-sync behaviors Junegunn Choi 2024-03-27 17:25:56 +0900
  • 8a649d3a7b Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-03-25 11:28:37 -0400
  • 4c900a66b8
    Let toggle-track disable track action Julian Prein 2024-03-20 16:17:21 +0100
  • db6db49ed6
    Increase the buffer size for POST requests Junegunn Choi 2024-03-21 19:18:02 +0900
  • 05453881c3
    Set a 2-second timeout for POST requests Junegunn Choi 2024-03-21 19:01:44 +0900
  • 5e47ab9431
    README: Mention that you can source individual script files Junegunn Choi 2024-03-21 12:35:52 +0900
  • 0037541475 Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-03-20 23:10:27 -0400
  • ec70acd0b9
    chore: transition from markdown to YAML for issue template (#3687) LangLangBart 2024-03-21 00:33:28 +0100
  • 5f4114fcfb
    Apply suggestions from code review Junegunn Choi 2024-03-21 08:32:55 +0900
  • f19b9ac691
    Use realpath for fzf cd Emilio Vesprini 2024-03-20 15:10:58 +0000
  • 9bc5f10edd chore: transition from markdown to YAML for issue template LangLangbart 2024-03-20 14:22:20 +0100
  • 25e61056b6
    [fish] Fix Ctrl-T and Alt-C not using last token as search root (#3684) zeertzjq 2024-03-19 13:44:42 +0800
  • ebe264e16e
    Fix Ctrl-T and Alt-C in fish no longer using last token as search root zeertzjq 2024-03-19 08:40:22 +0800
  • d579e335b5
    0.48.1 0.48.1 Junegunn Choi 2024-03-17 16:35:35 +0900
  • 7e344ceb85
    Update README Junegunn Choi 2024-03-17 16:21:07 +0900
  • 0145b82ea0
    Update README Junegunn Choi 2024-03-17 16:20:14 +0900