Commit Graph

  • ef7a9e5c13
    Terminate when terminal failed to boot Junegunn Choi 2024-05-06 23:11:01 +0900
  • 38b4faa5dc
    update makefile Junegunn Choi 2024-05-06 22:59:06 +0900
  • ebe1cad53a
    code styles Junegunn Choi 2024-05-06 21:26:38 +0900
  • 017922a9b8
    fixup Junegunn Choi 2024-05-06 21:11:32 +0900
  • e4104724c1
    fixup Junegunn Choi 2024-05-06 20:57:55 +0900
  • 9c4df5a7c2
    fix windows build Junegunn Choi 2024-05-06 20:39:38 +0900
  • 6b68d145eb
    cleanup Junegunn Choi 2024-05-06 20:38:48 +0900
  • 67acc6b5b0
    cleanup Junegunn Choi 2024-05-06 20:37:58 +0900
  • 6be4d8c75e
    Code consistency Junegunn Choi 2024-05-06 20:24:36 +0900
  • 3ee76b56ab
    Hold reference to the global variable Junegunn Choi 2024-05-06 19:15:36 +0900
  • 4027f9f193
    Terminate previewer goroutine Junegunn Choi 2024-05-06 19:15:09 +0900
  • 31902b85af
    fixup Junegunn Choi 2024-05-06 19:00:01 +0900
  • 522440596a
    fixup Junegunn Choi 2024-05-06 18:55:40 +0900
  • 56b0299c21
    fixup Junegunn Choi 2024-05-06 18:41:53 +0900
  • 89455760c5
    fixup Junegunn Choi 2024-05-06 18:33:02 +0900
  • 451fdd57f2
    fixup Junegunn Choi 2024-05-06 18:32:20 +0900
  • 754da6d6f9
    Refactor Junegunn Choi 2024-05-06 18:22:44 +0900
  • 314947fae4
    Remove util.Exit Junegunn Choi 2024-05-06 18:07:19 +0900
  • 92e7d0affb
    cleanup Junegunn Choi 2024-05-06 18:05:09 +0900
  • d09d4bebf3
    Avoid altering global states on ParseOptions Junegunn Choi 2024-05-06 18:04:24 +0900
  • 21910968cd
    Input/Output channels Junegunn Choi 2024-05-06 14:20:09 +0900
  • e7b53df06a
    Simplify handling of exiting options Junegunn Choi 2024-05-06 09:54:43 +0900
  • 94d870132f
    Clear caches on exit Junegunn Choi 2024-05-05 19:05:27 +0900
  • d2554e2dbe
    Refactor the code so that fzf can be used as a library Junegunn Choi 2024-05-05 02:35:36 +0900
  • 065b9e6fb2
    Bump golang.org/x/term from 0.19.0 to 0.20.0 (#3774) dependabot[bot] 2024-05-06 22:51:10 +0900
  • 98141ca7d8
    Bump crate-ci/typos from 1.20.10 to 1.21.0 (#3772) dependabot[bot] 2024-05-06 22:50:50 +0900
  • 858e496bc6
    Bump golang.org/x/term from 0.19.0 to 0.20.0 dependabot[bot] 2024-05-06 13:40:02 +0000
  • 205c42dca4
    Bump golang.org/x/sys from 0.19.0 to 0.20.0 dependabot[bot] 2024-05-06 13:39:57 +0000
  • 28560fb23d
    Bump crate-ci/typos from 1.20.10 to 1.21.0 dependabot[bot] 2024-05-06 13:37:43 +0000
  • 501577ab28
    Fix flaky test case Junegunn Choi 2024-05-06 13:59:16 +0900
  • 5669f48343
    Do not enable delayed expansion mode when running cmd.exe Junegunn Choi 2024-05-06 12:07:51 +0900
  • 24ff66d4a9
    Fix `change-preview` reset by `change-preview-window` Junegunn Choi 2024-05-06 09:40:02 +0900
  • bf184449bc
    Count $FZF_CLICK_HEADER_LINE from top to bottom Junegunn Choi 2024-05-06 09:27:58 +0900
  • acb0a074ab
    Merge 22ba58b0a8 into 7b98c2c653 Ricky Zhou 2024-05-05 21:40:43 +0200
  • 7b98c2c653
    Add click-header event for reporting clicks within header (#3768) Kuremu 2024-05-05 09:56:43 +0000
  • 354b8b26dc
    Always export variables Junegunn Choi 2024-05-05 18:33:18 +0900
  • b6ead62cd2
    Update man/man1/fzf.1 Junegunn Choi 2024-05-05 18:23:49 +0900
  • 1c887caf37 Now resetting FZF_CLICK_HEADER_* env vars after firing click-header Clem Rowe 2024-05-05 18:19:29 +1000
  • b6add2a257
    Fix rendering of preview window border of tcell renderer Junegunn Choi 2024-05-05 17:09:00 +0900
  • 2bd41f1330
    Reduce flicking when changing the size of the preview window with --border Junegunn Choi 2024-05-05 13:44:08 +0900
  • b522297f34 Changed click-header env vars to 1-indexed Clem Rowe 2024-05-05 13:59:46 +1000
  • b7dac9e044 Renamed header-click to click-header Clem Rowe 2024-05-05 13:55:29 +1000
  • c37cd11ca5
    Remove unnecessary flicking when changing the size of the preview window Junegunn Choi 2024-05-05 11:10:54 +0900
  • 9dee8edc0c
    Clear characters on 1-column margin after the preview window on the left Junegunn Choi 2024-05-05 11:06:50 +0900
  • c587f4a571 manpage entry for header-click Clem Rowe 2024-05-04 23:31:35 +1000
  • 29a4018f05 Fixed formatting for header-click Clem Rowe 2024-05-04 16:01:48 +1000
  • 0b68c1aad4 Add header-click event for reporting clicks within header. Clem Rowe 2024-05-04 12:32:52 +1000
  • f6aa28c380
    Fix --info inline-right not properly clearing the previous output Junegunn Choi 2024-05-03 11:56:54 +0900
  • 09860f319e Add header-click event for reporting clicks within header. Clem Rowe 2024-05-03 11:46:09 +1000
  • dba1644518
    Fix unreliable GOOS detection (#3763) cyqsimon 2024-05-02 19:52:27 +0800
  • 17daacbb0f
    Use `go-env` cyqsimon 2024-05-02 19:18:21 +0800
  • e0acc15214
    Fix unreliable GOOS detection cyqsimon 2024-05-02 17:29:57 +0800
  • 260a65b0fb
    0.51.0 0.51.0 Junegunn Choi 2024-05-01 10:10:25 +0900
  • 835d2fb98c
    [vim] Fix argument escaping for Windows batch file Junegunn Choi 2024-05-01 10:02:26 +0900
  • a9811addaa
    Fix TestOSExitNotAllowed to handle empty GOROOT (#3758) Charlie Vieth 2024-04-30 20:15:47 -0400
  • 21563bdd4a
    Merge 6aa4ed870d into ee9d88b637 Adnn 2024-04-30 13:12:05 -0400
  • 2dc3fc40fc
    test: fix TestOSExitNotAllowed to handle empty GOROOT Charlie Vieth 2024-04-30 12:47:14 -0400
  • ee9d88b637
    Bump crate-ci/typos from 1.20.9 to 1.20.10 (#3757) dependabot[bot] 2024-04-29 23:10:50 +0900
  • 1538613461
    Bump crate-ci/typos from 1.20.9 to 1.20.10 dependabot[bot] 2024-04-29 13:17:32 +0000
  • 194a763c46
    Escaping for cmd.exe: always use double quotes Junegunn Choi 2024-04-28 23:29:29 +0900
  • b6b71280be
    Merge 0045dfc4eb into 8d74446bef Gary Geng 2024-04-28 22:28:49 +0900
  • 8d74446bef
    Fix escaping for cmd.exe Junegunn Choi 2024-04-28 22:03:00 +0900
  • 7ed6c7905c
    Determine shell type once by the basename Junegunn Choi 2024-04-28 20:10:54 +0900
  • 159a37fa37
    Restore CmdLine parameter when running commands using cmd.exe Junegunn Choi 2024-04-28 15:55:30 +0900
  • f39ae0e7c1 Deploying to master from @ junegunn/fzf@4a68eac99b 🚀 junegunn 2024-04-28 00:01:30 +0000
  • d9c8c9a232 Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-04-27 13:40:25 -0400
  • 4a68eac99b
    Suggest using toggle+up instead of toggle-up Junegunn Choi 2024-04-27 19:04:30 +0900
  • 2665580120
    Add $FZF_POS environment variable Junegunn Choi 2024-04-27 18:56:23 +0900
  • a4391aeedd
    Add --with-shell for shelling out with different command and flags (#3746) Junegunn Choi 2024-04-27 18:36:37 +0900
  • a42ecd7209
    Better example Junegunn Choi 2024-04-27 18:28:35 +0900
  • e4aa5bef1a
    doc Junegunn Choi 2024-04-27 18:00:50 +0900
  • b86a967ee2
    Bump crate-ci/typos from 1.19.0 to 1.20.9 (#3749) dependabot[bot] 2024-04-27 17:57:11 +0900
  • 0e0896d05d
    Exit with 127 on Windows when failed to 'become' Junegunn Choi 2024-04-22 15:58:59 +0900
  • b682f22f04
    Print error message when failed to locate binary for become Junegunn Choi 2024-04-22 09:29:58 +0900
  • c8eb2e4378
    Exit with 127 when 'become' cannot find the absolute path of the command Junegunn Choi 2024-04-22 09:24:37 +0900
  • c48e05c738
    A slighltly better example Junegunn Choi 2024-04-21 17:18:01 +0900
  • 986499b784
    'become' to use --with-shell / Allow 'become' on Windows Junegunn Choi 2024-04-21 17:03:14 +0900
  • 0ef31b55d5
    Change order of arguments for consistency Junegunn Choi 2024-04-21 13:54:45 +0900
  • 2876205a0a
    Doc Junegunn Choi 2024-04-27 17:54:51 +0900
  • cd7a0425ab
    Defer running cygpath Junegunn Choi 2024-04-21 10:45:43 +0900
  • 0ed4493856
    Add --with-shell for shelling out with different command and flags Junegunn Choi 2024-04-21 10:24:36 +0900
  • 608232568b
    Add 'change-multi' action Junegunn Choi 2024-04-27 17:38:06 +0900
  • 7f85beccb5
    [completion] Add undocumented bash variables for completion commands Junegunn Choi 2024-04-27 14:11:08 +0900
  • f15fbf0dfb Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-04-26 20:17:42 -0400
  • 767f1255ab
    Make completion.bash load faster Junegunn Choi 2024-04-25 16:53:43 +0900
  • fddbfe7b0e
    Fix 'reload' not terminating closed standard input stream Junegunn Choi 2024-04-25 16:42:13 +0900
  • 4ab7fdc28e
    Merge identical case clauses Junegunn Choi 2024-04-25 16:34:05 +0900
  • e352b68878
    Update Dockerfile to use Ubuntu 24.04 Junegunn Choi 2024-04-24 18:20:02 +0900
  • ac5fd61225 Merge remote-tracking branch 'upstream/master' MenkeTechnologies 2024-04-23 13:35:00 -0400
  • 207deeadba
    Add -trimpath to build command Junegunn Choi 2024-04-23 17:24:50 +0900
  • 76286bfe1c
    Bump crate-ci/typos from 1.19.0 to 1.20.9 dependabot[bot] 2024-04-22 13:27:51 +0000
  • d18d92f925
    Replace fmt.Errorf with no parameters with errors.New (#3747) Cheng 2024-04-22 08:35:33 +0800
  • 913ceb17b9 chore: use errors.New to replace fmt.Errorf with no parameters will much better ChengenH 2024-04-21 11:37:17 +0800
  • af3ce47c44 Deploying to master from @ junegunn/fzf@d8bfb6712d 🚀 junegunn 2024-04-21 00:01:49 +0000
  • d8bfb6712d
    Remove invalid 'result' event when using --sync option Junegunn Choi 2024-04-20 14:40:48 +0900
  • 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