Commit Graph

  • bbbcd780c9
    Allow "--version" to be used as the argument to --query, --header, et al. Junegunn Choi 2022-08-01 10:42:16 +0900
  • 475469a2e7
    [zsh] Make awk regex compatible with both GNU and macOS (#2906) kissge 2022-08-02 20:56:25 +0900
  • 3a7447dcb6
    Update FUNDING.yml Junegunn Choi 2022-07-30 19:35:41 +0900
  • e5d8cbd383
    [vim] Fix version check on windows/powershell (addendum) Junegunn Choi 2022-07-30 19:07:39 +0900
  • 3c08dca7e7
    Fix README examples so that they work both on bash and zsh Junegunn Choi 2022-07-29 22:02:10 +0900
  • d083f01d22
    [vim] Add option to force 24 bit colors on Windows (#2889) Carl Kamholtz 2022-07-29 22:51:35 +1000
  • 68cf393644
    [bash] Fix 'possible retry loop' problem of bash-completion (#2891) Bob Matcuk 2022-07-29 08:50:59 -0400
  • 18f7230662
    Fix mouse location in --height mode Junegunn Choi 2022-07-29 15:42:44 +0900
  • 728f735281
    [vim] Fix version check on windows/powershell (#2894) Carl Kamholtz 2022-07-29 09:18:06 +1000
  • ecc418ba77
    0.31.0 Junegunn Choi 2022-07-21 22:46:34 +0900
  • 3af5b7f2ac
    Do not validate other options when --version is present Junegunn Choi 2022-07-21 22:36:24 +0900
  • 7a7cfcacbe
    Lift unicode.IsGraphic constraint for pointer, marker, and ellipsis Junegunn Choi 2022-07-21 22:24:11 +0900
  • 52594355bf
    [shell] 'kill' completion will now require trigger sequence (**) Junegunn Choi 2022-07-21 22:16:19 +0900
  • 0d06c28b19
    Fix delimiter regex to properly support caret (^) Junegunn Choi 2022-07-21 21:21:06 +0900
  • ccc4677252
    [vim] fzf#exec: Shell-escape fzf binary path Junegunn Choi 2022-07-20 14:29:52 +0900
  • 821fc9feed
    Fix failing test case Junegunn Choi 2022-07-20 12:29:45 +0900
  • 82b46726fc
    Add support for an alternative preview window layout Junegunn Choi 2022-07-20 12:08:54 +0900
  • 8df872a482
    [zsh] Replace perl with awk (#2777) Jakub Jirutka 2022-07-20 04:53:34 +0200
  • c79c306adb
    [bash] Fix fzf-tmux to have fzf's completion (#2871) Jonathan Zacsh 2022-07-15 01:53:23 -0500
  • 51fdaad002
    [uninstall] Remove readlink to support relative symlinks of dotfiles Junegunn Choi 2022-07-01 16:30:56 +0900
  • 885cd8ff04
    [make] Add loongarch64 support (#2857) znley 2022-06-28 08:16:26 +0800
  • 2707af403a
    [shell] Don't export PATH in ~/.fzf.{bash,zsh} (#2852) Tanish Yadav 2022-06-24 13:23:51 +0530
  • 2d227e5222
    [man] Fix unescaped backslash in awk example Junegunn Choi 2022-06-23 15:45:36 +0900
  • 70529878e2
    Use SGR mouse mode for larger terminals Junegunn Choi 2022-06-17 12:47:42 +0900
  • 3b7a962dc6
    [vim] Fix fzf#shellescape when shell=fish (#2828) Daniel Zhang 2022-05-25 08:50:10 +0800
  • 6dcf5c3d7d
    [bash] Make complex commands slightly more friendly to work with (#2784) Jan Warchoł 2022-04-29 12:04:16 +0200
  • b089bb5e7b
    Fix scrollability of the preview window in certain cases Junegunn Choi 2022-04-28 11:24:59 +0900
  • a91a67668e
    Bump github/codeql-action from 2.1.6 to 2.1.8 (#2787) dependabot[bot] 2022-04-22 22:36:56 +0900
  • 220a908118
    Bump ruby/setup-ruby from 1.100.0 to 1.101.0 (#2795) dependabot[bot] 2022-04-22 22:35:51 +0900
  • 54841248e7
    [shell] ALT-C: Use builtin cd to avoid conflicts (#2799) Ajeet D'Souza 2022-04-22 18:28:32 +0530
  • a0b42e6538
    Require Go 1.17 or above Junegunn Choi 2022-04-07 20:31:19 +0900
  • 3312cf525d
    [bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783) Jan Warchoł 2022-04-06 04:29:01 +0200
  • 2093667548
    0.30.0 0.30.0 Junegunn Choi 2022-04-04 23:01:43 +0900
  • 3c868d7961
    ADVANCED.md: Add rebind example Junegunn Choi 2022-04-04 22:54:41 +0900
  • 707f4f5816
    Bump github/codeql-action from 1.1.5 to 2.1.6 (#2782) dependabot[bot] 2022-04-04 22:44:10 +0900
  • b3ab6311c5
    Hide cursor while rendering the screen Junegunn Choi 2022-04-04 22:06:16 +0900
  • d56f605b63
    Add rebind action for restoring bindings after unbind Junegunn Choi 2022-04-04 21:54:22 +0900
  • f8b713f425
    Remove redundant state update on reload Junegunn Choi 2022-03-31 10:05:28 +0900
  • 5209e95bc7
    Make preview updated when reload and change-query are combined Junegunn Choi 2022-03-29 22:25:48 +0900
  • ef67a45702
    Add --ellipsis=.. option Junegunn Choi 2022-03-29 21:35:36 +0900
  • b88eb72ac2
    Modernize build tags Junegunn Choi 2022-03-29 21:20:33 +0900
  • 32847f7254
    Bump actions/setup-go from 2.2.0 to 3 (#2776) dependabot[bot] 2022-03-29 21:17:44 +0900
  • 71df93b534
    Bump ruby/setup-ruby from 1.62.0 to 1.100.0 (#2775) dependabot[bot] 2022-03-29 21:17:29 +0900
  • bb028191f8
    Set up dependabot for GitHub actions (#2764) Naveen 2022-03-29 07:08:41 -0500
  • 19af8fc7d8
    Pin actions to a full length commit SHA (#2765) Naveen 2022-03-29 07:08:01 -0500
  • a06671b47f
    Increase TTY buffer limit Junegunn Choi 2022-03-09 17:02:06 +0900
  • 5f385d88e0
    [zsh] Set up bindings for all three keymaps: emacs, vicmd, and viins Junegunn Choi 2022-02-23 15:36:49 +0900
  • 9cb7a364a3
    [install] Remove code that might delete user fish script Junegunn Choi 2022-01-05 21:48:20 +0900
  • f68cbc577d
    Add link to ADVANCED.md Junegunn Choi 2022-01-03 13:52:46 +0900
  • dc975e8974
    0.29.0 0.29.0 Junegunn Choi 2021-12-25 01:46:01 +0900
  • 4311ade535
    ADVANCED.md: Add change-preview-window example Junegunn Choi 2021-12-24 14:41:47 +0900
  • cd23401411
    Fix rendering of the prompt line when overflow occurs with --info=inline Junegunn Choi 2021-12-22 23:22:08 +0900
  • 176ee6910f
    Update Dockerfile (#2662) Martin Jindra 2021-12-09 03:05:12 +0100
  • 13c8f3d3aa
    [vim] Handle writefile() failure gracefully Junegunn Choi 2021-12-07 17:33:26 +0900
  • ce9af687bc
    Remove unused code Junegunn Choi 2021-12-05 21:17:38 +0900
  • 43f0d0cacd
    change-preview-window to take multiple option sets separated by '|' Junegunn Choi 2021-12-04 11:46:15 +0900
  • 20b4e6953e
    Implement change-preview and change-preview-window actions Junegunn Choi 2021-11-30 23:37:48 +0900
  • 7da287e3aa
    README.md: HTTP => HTTPS (#2673) Kai 2021-11-28 14:28:32 +0100
  • 205f885d69
    [shell] Use cd -- (#2659) zsugabubus 2021-11-19 01:36:28 +0000
  • 3715cd349d
    Add repology packaging status badge Junegunn Choi 2021-11-18 15:46:30 +0900
  • e4c3ecc57e
    0.28.0 0.28.0 Junegunn Choi 2021-11-04 00:59:04 +0900
  • 673c5d886d
    Add 'put' action for putting the character to the prompt Junegunn Choi 2021-11-04 00:49:05 +0900
  • f799b568d1
    [bash] Suppress error message from 'bind' Junegunn Choi 2021-11-03 23:26:25 +0900
  • 7bff4661f6
    Add --header-first option to display header before prompt line Junegunn Choi 2021-11-03 21:19:22 +0900
  • ffd8bef808
    Update CHANGELOG Junegunn Choi 2021-11-02 16:34:16 +0900
  • 02cee2234d
    Implement --scroll-off=LINES Junegunn Choi 2021-11-02 21:18:29 +0900
  • e0dd2be3fb Document escaping and expanding of quotes on Windows Vlastimil Ovčáčík 2021-11-01 20:59:57 +0100
  • a33c011c21 Test escaping of powershell commands on Windows Vlastimil Ovčáčík 2021-10-27 21:47:01 +0200
  • 7c3f42bbba Fix powershell escaping Rashil Gandhi 2021-10-27 13:20:40 +0530
  • edac9820b5
    Cache cygpath result Junegunn Choi 2021-10-25 18:46:59 +0900
  • 84a47f7102
    Respect SHELL env var on Windows (#2641) Rashil Gandhi 2021-10-22 21:39:47 +0530
  • 97ae8afb6f
    Reload should update preview window Junegunn Choi 2021-10-23 01:06:15 +0900
  • 4138333f5c
    0.27.3 0.27.3 Junegunn Choi 2021-10-15 23:59:56 +0900
  • 61339a8ae2
    Add more tests of placeholder flags and simplify its logic (#2624) Vlastimil Ovčáčík 2021-10-15 15:31:59 +0200
  • 50eb2e3855
    Render spinner on info line during "reload" Junegunn Choi 2021-10-15 22:13:57 +0900
  • 5fc78e4584
    Add riscv64 build target (#2626) Xeonacid 2021-10-10 20:33:06 +0800
  • 2736a2f69e
    [vim] Empty out $FZF_DEFAULT_COMMAND before unletting it Junegunn Choi 2021-10-10 20:16:59 +0900
  • 179993f0cd
    Enable manually trigger on GitHub Workflows (#2620) Vlastimil Ovčáčík 2021-10-04 14:41:54 +0200
  • b734f657f9
    Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14 (#2612) dependabot[bot] 2021-10-04 21:13:46 +0900
  • c29d7d02c2
    Bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12 (#2592) dependabot[bot] 2021-10-04 21:12:40 +0900
  • 3df6b2a58c
    Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13 (#2591) dependabot[bot] 2021-10-04 21:01:03 +0900
  • b8aa2d2c32 Minor refactoring tcell library from tui.go to tcell.go Vlastimil Ovčáčík 2021-10-01 16:59:02 +0200
  • 0ff885461b Add mouse support to the FullscreenRenderer Vlastimil Ovčáčík 2021-09-21 17:52:39 +0200
  • ca43f95fb1 Fix Backspace key to emit BSpace and AltBS events instead of CtrlH Vlastimil Ovčáčík 2021-09-21 11:09:04 +0200
  • 09700f676b Add CtrlCaret keyboard event to FullscreenRenderer Vlastimil Ovčáčík 2021-09-20 20:19:11 +0200
  • 4271e9cffa Fix Ctrl+Space key combination to emit CtrlSpace instead of Rune ' ' Vlastimil Ovčáčík 2021-09-20 19:48:53 +0200
  • f3dc8a10d5 Add ability to type AltGr characters in FullscreenRenderer on Windows. Vlastimil Ovčáčík 2021-09-19 23:48:31 +0200
  • 00fb486f6a [tests] Add testing of keyboard events in FullscreenRenderer.GetChar() Vlastimil Ovčáčík 2021-09-19 21:37:37 +0200
  • 4173e94c6f
    Do not check for --height support on --version Junegunn Choi 2021-09-16 09:54:56 +0900
  • 261d3d3340 fix: replace broken links with archived ones Hiroki Konishi 2021-09-28 16:30:34 +0900
  • 15e20fcae1 fix: spelling Refence -> Reference Hiroki Konishi 2021-09-28 16:29:01 +0900
  • f4f47f5fe3 Minor changes Vlastimil Ovčáčík 2021-09-19 22:33:52 +0200
  • 71d11de7ca [tests] Change tests to output to stdout only with verbose flag Vlastimil Ovčáčík 2021-09-16 19:40:54 +0200
  • 88d74a15aa
    Change the tests to run on Windows (#2615) Vlastimil Ovčáčík 2021-09-24 02:45:06 +0200
  • 0f02fc0c77
    Reset {n} after reload Junegunn Choi 2021-09-14 16:58:26 +0900
  • 3f90fb42d8
    Fix spelling error (Extention -> Extension) (#2589) Keating950 2021-08-17 03:40:24 -0400
  • 9bd8988300
    Add dependabot config for dependency updates (#2573) Daniel Bast 2021-08-17 09:27:50 +0200
  • 3c804bcfec fix spelling a1346054 2021-08-14 11:33:22 +0000
  • cca4cdc4f1 improve test logic and be explicit about the test a1346054 2021-08-14 11:33:22 +0000
  • 8f899aaf8a use proper bash-style notation a1346054 2021-08-14 11:33:21 +0000