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

Commit Graph

  • 8a5f719964 ADVANCED: fzf-git.sh Junegunn Choi 2022-08-25 17:54:35 +09:00
  • 209d5e8e90 ansi: speed up escape sequence parsing (#2927) Charlie Vieth 2022-08-25 01:02:08 -04:00
  • 9d041aa582 Update README Junegunn Choi 2022-08-23 13:29:41 +09:00
  • 6532b3e655 [completion] Remove extra trailing slash on directory completion Junegunn Choi 2022-08-22 22:29:51 +09:00
  • c1c355160d Support border-{up,down} as the synonyms for border-{top,bottom} Junegunn Choi 2022-08-18 09:19:02 +09:00
  • 83515d5610 Update ANSI test cases Junegunn Choi 2022-08-13 22:40:26 +09:00
  • aa10dccf90 Support colon delimiter in ANSI escape sequences Junegunn Choi 2022-08-12 22:18:10 +09:00
  • f4fd53211a Reformat comments adhere to gofmt Junegunn Choi 2022-08-12 22:11:15 +09:00
  • 4993d19466 0.32.1 0.32.1 Junegunn Choi 2022-08-08 23:57:32 +09:00
  • 19f9bbca0d Allow specifying fzf options in $FZF_TMUX_OPTS without '--' Junegunn Choi 2022-08-08 13:39:37 +09:00
  • 779d8e1627 Use go 1.19 Junegunn Choi 2022-08-08 13:39:00 +09:00
  • bb07410448 Add --strip-cwd-prefix to fd examples Junegunn Choi 2022-08-08 13:38:21 +09:00
  • d826f9e72f [fzf-tmux] Use fzf border instead of tmux popup border (#2908) Yang Tian 2022-08-06 18:28:45 -07:00
  • 6a6130615d [fzf-tmux] Remove code for tmux 3.2 beta compatibility Junegunn Choi 2022-08-06 19:01:08 +09:00
  • a8e7021be2 [completion] ssh: Remove values with '%' (#2548) lbesnard 2022-08-03 23:39:42 +10:00
  • 38259d0382 Fix incorrect ordering of --tiebreak=chunk Junegunn Choi 2022-08-03 22:18:26 +09:00
  • f7e7259910 0.32.0 0.32.0 Junegunn Choi 2022-08-02 21:56:14 +09:00
  • f0bfeba733 Add new tiebreak: 'chunk' Junegunn Choi 2022-08-02 13:44:55 +09:00
  • c3a7a24eea Tweak bonus points to word boundaries Junegunn Choi 2022-07-30 22:11:21 +09:00
  • bbbcd780c9 Allow "--version" to be used as the argument to --query, --header, et al. Junegunn Choi 2022-08-01 10:42:16 +09:00
  • 475469a2e7 [zsh] Make awk regex compatible with both GNU and macOS (#2906) kissge 2022-08-02 20:56:25 +09:00
  • 3a7447dcb6 Update FUNDING.yml Junegunn Choi 2022-07-30 19:35:41 +09:00
  • e5d8cbd383 [vim] Fix version check on windows/powershell (addendum) Junegunn Choi 2022-07-30 19:07:39 +09:00
  • 3c08dca7e7 Fix README examples so that they work both on bash and zsh Junegunn Choi 2022-07-29 22:02:10 +09:00
  • d083f01d22 [vim] Add option to force 24 bit colors on Windows (#2889) Carl Kamholtz 2022-07-29 22:51:35 +10:00
  • 68cf393644 [bash] Fix 'possible retry loop' problem of bash-completion (#2891) Bob Matcuk 2022-07-29 08:50:59 -04:00
  • 18f7230662 Fix mouse location in --height mode Junegunn Choi 2022-07-29 15:42:44 +09:00
  • 728f735281 [vim] Fix version check on windows/powershell (#2894) Carl Kamholtz 2022-07-29 09:18:06 +10:00
  • ecc418ba77 0.31.0 Junegunn Choi 2022-07-21 22:46:34 +09:00
  • a0ef8987fb 0.31.0 0.31.0 Junegunn Choi 2022-07-21 22:46:34 +09:00
  • 3af5b7f2ac Do not validate other options when --version is present Junegunn Choi 2022-07-21 22:36:24 +09:00
  • 7a7cfcacbe Lift unicode.IsGraphic constraint for pointer, marker, and ellipsis Junegunn Choi 2022-07-21 22:24:11 +09:00
  • 52594355bf [shell] 'kill' completion will now require trigger sequence (**) Junegunn Choi 2022-07-21 22:16:19 +09:00
  • 0d06c28b19 Fix delimiter regex to properly support caret (^) Junegunn Choi 2022-07-21 21:21:06 +09:00
  • ccc4677252 [vim] fzf#exec: Shell-escape fzf binary path Junegunn Choi 2022-07-20 14:29:52 +09:00
  • 821fc9feed Fix failing test case Junegunn Choi 2022-07-20 12:29:45 +09:00
  • 82b46726fc Add support for an alternative preview window layout Junegunn Choi 2022-07-20 12:08:54 +09:00
  • 8df872a482 [zsh] Replace perl with awk (#2777) Jakub Jirutka 2022-07-20 04:53:34 +02:00
  • c79c306adb [bash] Fix fzf-tmux to have fzf's completion (#2871) Jonathan Zacsh 2022-07-15 01:53:23 -05:00
  • 51fdaad002 [uninstall] Remove readlink to support relative symlinks of dotfiles Junegunn Choi 2022-07-01 16:30:56 +09:00
  • 885cd8ff04 [make] Add loongarch64 support (#2857) znley 2022-06-28 08:16:26 +08:00
  • 2707af403a [shell] Don't export PATH in ~/.fzf.{bash,zsh} (#2852) Tanish Yadav 2022-06-24 13:23:51 +05:30
  • 2d227e5222 [man] Fix unescaped backslash in awk example Junegunn Choi 2022-06-23 15:45:36 +09:00
  • 70529878e2 Use SGR mouse mode for larger terminals Junegunn Choi 2022-06-17 12:47:42 +09:00
  • 3b7a962dc6 [vim] Fix fzf#shellescape when shell=fish (#2828) Daniel Zhang 2022-05-25 08:50:10 +08:00
  • 6dcf5c3d7d [bash] Make complex commands slightly more friendly to work with (#2784) Jan Warchoł 2022-04-29 12:04:16 +02:00
  • b089bb5e7b Fix scrollability of the preview window in certain cases Junegunn Choi 2022-04-28 11:24:59 +09:00
  • a91a67668e Bump github/codeql-action from 2.1.6 to 2.1.8 (#2787) dependabot[bot] 2022-04-22 22:36:56 +09:00
  • 220a908118 Bump ruby/setup-ruby from 1.100.0 to 1.101.0 (#2795) dependabot[bot] 2022-04-22 22:35:51 +09:00
  • 54841248e7 [shell] ALT-C: Use builtin cd to avoid conflicts (#2799) Ajeet D'Souza 2022-04-22 18:28:32 +05:30
  • a0b42e6538 Require Go 1.17 or above Junegunn Choi 2022-04-07 20:31:19 +09:00
  • 3312cf525d [bash] Allow passing args to __fzf_select__ via fzf-file-widget (#2783) Jan Warchoł 2022-04-06 04:29:01 +02:00
  • 2093667548 0.30.0 0.30.0 Junegunn Choi 2022-04-04 23:01:43 +09:00
  • 3c868d7961 ADVANCED.md: Add rebind example Junegunn Choi 2022-04-04 22:54:41 +09:00
  • 707f4f5816 Bump github/codeql-action from 1.1.5 to 2.1.6 (#2782) dependabot[bot] 2022-04-04 22:44:10 +09:00
  • b3ab6311c5 Hide cursor while rendering the screen Junegunn Choi 2022-04-04 22:06:16 +09:00
  • d56f605b63 Add rebind action for restoring bindings after unbind Junegunn Choi 2022-04-04 21:54:22 +09:00
  • f8b713f425 Remove redundant state update on reload Junegunn Choi 2022-03-31 10:05:28 +09:00
  • 5209e95bc7 Make preview updated when reload and change-query are combined Junegunn Choi 2022-03-29 22:25:48 +09:00
  • ef67a45702 Add --ellipsis=.. option Junegunn Choi 2022-03-29 21:35:36 +09:00
  • b88eb72ac2 Modernize build tags Junegunn Choi 2022-03-29 21:20:33 +09:00
  • 32847f7254 Bump actions/setup-go from 2.2.0 to 3 (#2776) dependabot[bot] 2022-03-29 21:17:44 +09:00
  • 71df93b534 Bump ruby/setup-ruby from 1.62.0 to 1.100.0 (#2775) dependabot[bot] 2022-03-29 21:17:29 +09:00
  • bb028191f8 Set up dependabot for GitHub actions (#2764) Naveen 2022-03-29 07:08:41 -05:00
  • 19af8fc7d8 Pin actions to a full length commit SHA (#2765) Naveen 2022-03-29 07:08:01 -05:00
  • a06671b47f Increase TTY buffer limit Junegunn Choi 2022-03-09 17:02:06 +09:00
  • 5f385d88e0 [zsh] Set up bindings for all three keymaps: emacs, vicmd, and viins Junegunn Choi 2022-02-23 15:36:49 +09:00
  • 9cb7a364a3 [install] Remove code that might delete user fish script Junegunn Choi 2022-01-05 21:48:20 +09:00
  • f68cbc577d Add link to ADVANCED.md Junegunn Choi 2022-01-03 13:52:46 +09:00
  • dc975e8974 0.29.0 0.29.0 Junegunn Choi 2021-12-25 01:46:01 +09:00
  • 4311ade535 ADVANCED.md: Add change-preview-window example Junegunn Choi 2021-12-24 14:41:47 +09:00
  • cd23401411 Fix rendering of the prompt line when overflow occurs with --info=inline Junegunn Choi 2021-12-22 23:22:08 +09:00
  • 176ee6910f Update Dockerfile (#2662) Martin Jindra 2021-12-09 03:05:12 +01:00
  • 13c8f3d3aa [vim] Handle writefile() failure gracefully Junegunn Choi 2021-12-07 17:33:26 +09:00
  • ce9af687bc Remove unused code Junegunn Choi 2021-12-05 21:17:38 +09:00
  • 43f0d0cacd change-preview-window to take multiple option sets separated by '|' Junegunn Choi 2021-12-04 11:46:15 +09:00
  • 20b4e6953e Implement change-preview and change-preview-window actions Junegunn Choi 2021-11-30 23:37:48 +09:00
  • 7da287e3aa README.md: HTTP => HTTPS (#2673) Kai 2021-11-28 14:28:32 +01:00
  • 205f885d69 [shell] Use cd -- (#2659) zsugabubus 2021-11-19 01:36:28 +00:00
  • 3715cd349d Add repology packaging status badge Junegunn Choi 2021-11-18 15:46:30 +09:00
  • e4c3ecc57e 0.28.0 0.28.0 Junegunn Choi 2021-11-04 00:59:04 +09:00
  • 673c5d886d Add 'put' action for putting the character to the prompt Junegunn Choi 2021-11-04 00:49:05 +09:00
  • f799b568d1 [bash] Suppress error message from 'bind' Junegunn Choi 2021-11-03 23:26:25 +09:00
  • 7bff4661f6 Add --header-first option to display header before prompt line Junegunn Choi 2021-11-03 21:19:22 +09:00
  • ffd8bef808 Update CHANGELOG Junegunn Choi 2021-11-02 16:34:16 +09:00
  • 02cee2234d Implement --scroll-off=LINES Junegunn Choi 2021-11-02 21:18:29 +09:00
  • e0dd2be3fb Document escaping and expanding of quotes on Windows Vlastimil Ovčáčík 2021-11-01 20:59:57 +01:00
  • a33c011c21 Test escaping of powershell commands on Windows Vlastimil Ovčáčík 2021-10-27 21:47:01 +02:00
  • 7c3f42bbba Fix powershell escaping Rashil Gandhi 2021-10-27 13:20:40 +05:30
  • edac9820b5 Cache cygpath result Junegunn Choi 2021-10-25 18:46:59 +09:00
  • 84a47f7102 Respect SHELL env var on Windows (#2641) Rashil Gandhi 2021-10-22 21:39:47 +05:30
  • 97ae8afb6f Reload should update preview window Junegunn Choi 2021-10-23 01:06:15 +09:00
  • 4138333f5c 0.27.3 0.27.3 Junegunn Choi 2021-10-15 23:59:56 +09:00
  • 61339a8ae2 Add more tests of placeholder flags and simplify its logic (#2624) Vlastimil Ovčáčík 2021-10-15 15:31:59 +02:00
  • 50eb2e3855 Render spinner on info line during "reload" Junegunn Choi 2021-10-15 22:13:57 +09:00
  • 5fc78e4584 Add riscv64 build target (#2626) Xeonacid 2021-10-10 20:33:06 +08:00
  • 2736a2f69e [vim] Empty out $FZF_DEFAULT_COMMAND before unletting it Junegunn Choi 2021-10-10 20:16:59 +09:00
  • 179993f0cd Enable manually trigger on GitHub Workflows (#2620) Vlastimil Ovčáčík 2021-10-04 14:41:54 +02:00
  • b734f657f9 Bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14 (#2612) dependabot[bot] 2021-10-04 21:13:46 +09:00
  • c29d7d02c2 Bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12 (#2592) dependabot[bot] 2021-10-04 21:12:40 +09:00