Commit Graph

  • ad113d00b7 Bump golang.org/x/term from 0.24.0 to 0.25.0 (#4031) dependabot[bot] 2024-10-15 16:56:37 +09:00
  • 7bd5884d12 Deploying to master from @ junegunn/fzf@c3505858a6 🚀 junegunn 2024-10-13 00:02:13 +00:00
  • c3505858a6 Deploying to master from @ junegunn/fzf@e76aa37fd4 🚀 junegunn 2024-10-06 00:02:11 +00:00
  • e76aa37fd4 Make RuboCop happy Junegunn Choi 2024-10-01 19:45:53 +09:00
  • 1a32220ca9 Add --gap option to put empty lines between items Junegunn Choi 2024-10-01 19:15:17 +09:00
  • 38040d43e4 Leverage existing bash completion leverage-bash-completion Junegunn Choi 2024-09-30 19:08:28 +09:00
  • 4161403a1d --tmux: Export bash functions Junegunn Choi 2024-09-22 00:31:11 +09:00
  • 53bcdc4294 Deploying to master from @ junegunn/fzf@30a8ef28cd 🚀 junegunn 2024-09-29 00:02:07 +00:00
  • 30a8ef28cd [bash] Fix infinite retry loop for completion setting without "-F func" (#4004) Koichi Murase 2024-09-23 19:16:59 +09:00
  • 855f90727a Deploying to master from @ junegunn/fzf@2191a44e36 🚀 junegunn 2024-09-15 00:02:03 +00:00
  • 2191a44e36 Redraw/hide scroll offset when 'info' property is changed Junegunn Choi 2024-09-12 22:04:19 +09:00
  • 952276dc2d Add 'noinfo' option to hide scroll offset information in preview window Junegunn Choi 2024-09-12 18:22:07 +09:00
  • 2286edb329 Bump golang.org/x/term from 0.23.0 to 0.24.0 (#3991) dependabot[bot] 2024-09-10 21:25:57 +09:00
  • a0f28583e7 Deploying to master from @ junegunn/fzf@8af0af3400 🚀 junegunn 2024-09-08 00:02:05 +00:00
  • 8af0af3400 Highlights Junegunn Choi 2024-09-01 16:20:06 +09:00
  • 769e5cbb2d Deploying to master from @ junegunn/fzf@fc69308057 🚀 junegunn 2024-09-01 00:02:21 +00:00
  • fc69308057 0.55.0 v0.55.0 Junegunn Choi 2024-08-29 17:10:58 +09:00
  • c6d620c99e Add to CHANGELOG Junegunn Choi 2024-08-17 18:23:34 +09:00
  • f510a4def6 Test cases for non-default --scheme options Junegunn Choi 2024-08-17 18:23:42 +09:00
  • 4ae3069c6f Underscore boundaries should be ranked lower Junegunn Choi 2024-08-16 19:20:30 +09:00
  • c0f27751d3 Add exact-boundary-match to man page Junegunn Choi 2024-08-16 18:20:55 +09:00
  • efbcd5a683 Require quotes on both sides for boundary matching even in --exact mode Junegunn Choi 2024-08-16 18:02:36 +09:00
  • 6a67712944 Implement exact-boundary match type Junegunn Choi 2024-08-13 11:19:54 +09:00
  • e8a690928d Bump crate-ci/typos from 1.23.6 to 1.24.1 (#3978) dependabot[bot] 2024-08-29 17:04:44 +09:00
  • 0eee95af57 Fix CTRL-Z handling Junegunn Choi 2024-08-29 16:41:52 +09:00
  • a09c6e991a [vim] Ignore argument to fzf#exec if it's lower than minimum requirement Junegunn Choi 2024-08-28 13:49:41 +09:00
  • d06c5ab990 [vim] Require fzf 0.53.0 or above (with --tmux) Junegunn Choi 2024-08-28 13:41:46 +09:00
  • e0924d27b8 Change default --ellipsis to '··' Junegunn Choi 2024-08-27 19:39:09 +09:00
  • 2775b771f2 [man] Add italics (#3097) polluks2 2024-08-25 15:39:20 +02:00
  • cf7a3c6a0e Deploying to master from @ junegunn/fzf@230cc6acc3 🚀 junegunn 2024-08-25 00:01:56 +00:00
  • 230cc6acc3 Fix fzf-tmux on tmux 3.0 Junegunn Choi 2024-08-24 22:52:45 +09:00
  • 626a23a585 Bump crate-ci/typos from 1.23.1 to 1.23.6 (#3956) dependabot[bot] 2024-08-24 16:12:01 +09:00
  • 74f196eebb [vim] Fix callback not run on exit code 1 Junegunn Choi 2024-08-23 19:35:25 +09:00
  • cf2242aea3 [bash] Revert skipping setting up fuzzy path completion Junegunn Choi 2024-08-22 19:39:22 +09:00
  • 8cb59e6fca [vim] Add 'exit' callback Junegunn Choi 2024-08-19 20:51:08 +09:00
  • 5cce17e80a Fix preview window incorrectly rendering empty line at the bottom Junegunn Choi 2024-08-18 11:37:50 +09:00
  • ee5302fb2d Deploying to master from @ junegunn/fzf@387c6ef664 🚀 junegunn 2024-08-18 00:02:08 +00:00
  • 387c6ef664 Support hyperlinks (OSC 8) in the main window Junegunn Choi 2024-08-14 23:04:05 +09:00
  • 581734c369 Fix OSC 8 parser Junegunn Choi 2024-08-14 19:16:48 +09:00
  • d90a969c00 Add support for hyperlinks in preview window Junegunn Choi 2024-08-14 08:43:27 +09:00
  • 2c8a96bb27 Bump golang.org/x/sys from 0.22.0 to 0.24.0 (#3968) dependabot[bot] 2024-08-13 23:22:55 +09:00
  • 5da168db30 Bump golang.org/x/term from 0.22.0 to 0.23.0 (#3966) dependabot[bot] 2024-08-13 22:37:21 +09:00
  • e215e2daf3 Allow comments in $FZF_DEFAULT_OPTS and $FZF_DEFAULT_OPTS_FILE Junegunn Choi 2024-08-13 18:51:02 +09:00
  • e28f5aa45b Make sure preview command is not run before Terminal is ready Junegunn Choi 2024-08-11 14:48:52 +09:00
  • a2d0e8f233 [bash] Enable fuzzy path completion for all commands (#3958) Junegunn Choi 2024-08-11 14:22:21 +09:00
  • 303d04106a Deploying to master from @ junegunn/fzf@c423c496a1 🚀 junegunn 2024-08-11 00:01:54 +00:00
  • c423c496a1 fix: Add fallback for cygwin ps (#3955) Eduardo D Sanchez 2024-08-07 01:42:27 -04:00
  • 4e85f72f0e Fix extra scroll offset in multi-line mode (--read0 or --wrap) Junegunn Choi 2024-08-04 10:49:43 +09:00
  • dd0737aac0 Deploying to master from @ junegunn/fzf@f90985845d 🚀 junegunn 2024-08-04 00:02:03 +00:00
  • f90985845d Fix '--tmux bottom' when the status line is not at the bottom Junegunn Choi 2024-08-02 23:11:20 +09:00
  • af4917dbb6 0.54.3 v0.54.3 Junegunn Choi 2024-07-31 21:51:54 +09:00
  • e8a39eeb0f Ignore invalid byte sequence in UTF-8 history-highlighted Junegunn Choi 2024-07-22 13:12:54 +09:00
  • c790ab2024 [bash] CTRL-R: Show timestamp and syntax highlighted command Junegunn Choi 2024-07-21 19:02:08 +09:00
  • d9404fcce4 Remove stale comment Junegunn Choi 2024-07-28 10:12:56 +09:00
  • 5c01fee5a9 Deploying to master from @ junegunn/fzf@9b27d68a37 🚀 junegunn 2024-07-28 00:02:00 +00:00
  • 9b27d68a37 Fix build error Junegunn Choi 2024-07-27 19:13:24 +09:00
  • b99d884e57 Minor refactoring Junegunn Choi 2024-07-27 18:58:23 +09:00
  • 587df594b8 Fix incompatibility of adaptive height and 'start:reload' Junegunn Choi 2024-07-27 10:38:08 +09:00
  • b896e0d314 0.54.2 v0.54.2 Junegunn Choi 2024-07-25 22:35:29 +09:00
  • 559fb7ee45 Revert "Prefer LightRenderer over tcell on Windows" Junegunn Choi 2024-07-26 01:35:24 +09:00
  • 62545cd983 Display repology image in 3 columns Junegunn Choi 2024-07-25 12:49:02 +09:00
  • c50812518e Deploying to master from @ junegunn/fzf@4cc5609d8b 🚀 junegunn 2024-07-21 00:02:12 +00:00
  • 4cc5609d8b Fix invalid highlighting of truncated multi-line items Junegunn Choi 2024-07-21 01:09:39 +09:00
  • 50fa90dfb8 0.54.1 v0.54.1 Junegunn Choi 2024-07-19 17:10:35 +09:00
  • a2c365e710 Update fastwalk to v1.0.8 for better MSYS detection and sorting (#3930) Charlie Vieth 2024-07-19 00:17:41 -04:00
  • b4ddffdc61 fix(fish): partially revert dbe8dc3 by removing the 'builtin' for cd LangLangBart 2024-07-17 15:13:01 +02:00
  • 8d4d184fc6 Change WinGet workflow to drop 'v' prefix from tag (#3927) Junegunn Choi 2024-07-17 12:37:21 +09:00
  • ea23539b59 Deploying to master from @ junegunn/fzf@9e92b6f11e 🚀 junegunn 2024-07-14 00:02:04 +00:00
  • 9e92b6f11e 0.54.0 v0.54.0 Junegunn Choi 2024-07-07 16:30:23 +09:00
  • 6cbde812f6 [bash] Add code to the default list of programs to support completion Junegunn Choi 2024-07-07 15:14:07 +09:00
  • 3b2e932c13 Bind CTRL-/ and ALT-/ to toggle-wrap by default Junegunn Choi 2024-07-06 14:10:02 +09:00
  • 8ff4e52641 Bump golang.org/x/term from 0.21.0 to 0.22.0 (#3913) dependabot[bot] 2024-07-08 22:51:27 +09:00
  • 2dbc874e3d Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS (#3907) Charlie Vieth 2024-07-08 09:21:37 -04:00
  • 039a2f1d04 Bump crate-ci/typos from 1.22.9 to 1.23.1 (#3912) dependabot[bot] 2024-07-08 22:20:30 +09:00
  • 4ef1cf5b35 Deploying to master from @ junegunn/fzf@b44ab9e33c 🚀 junegunn 2024-07-07 00:01:56 +00:00
  • b44ab9e33c [completion] Use --wrap option in process completion Junegunn Choi 2024-07-06 10:20:00 +09:00
  • 8f4c23f1c4 Remove --walker-path-sep Junegunn Choi 2024-07-05 20:15:03 +09:00
  • 23a391e715 [zsh] Fix backslash escaping (#3909) Junegunn Choi 2024-07-05 01:46:36 +09:00
  • 035b0be29f Adjust offset immediately after 'first', 'last', and 'pos' Junegunn Choi 2024-07-03 22:06:17 +09:00
  • e1fcdbc337 fix(zsh): use the '=~' operator instead of grep (#3906) LangLangBart 2024-07-03 04:03:21 +02:00
  • cfc149e994 Avoid printing ANSI reset codes Junegunn Choi 2024-07-02 09:20:10 +09:00
  • 2faffbd1b7 Fill background color in padding area Junegunn Choi 2024-07-01 21:39:09 +09:00
  • 8db65704b9 Deploying to master from @ junegunn/fzf@797a01aed4 🚀 junegunn 2024-06-30 00:01:54 +00:00
  • 797a01aed4 [man] Clarify --walker-path-sep=CHAR Junegunn Choi 2024-06-29 18:44:28 +09:00
  • bf515a3d32 Add --walker-path-sep=CHAR to use a different path separator Junegunn Choi 2024-06-29 17:11:09 +09:00
  • a06745826a [zsh] Fix completion error on openSUSE Tumbleweed Junegunn Choi 2024-06-28 16:58:47 +09:00
  • 0420ed4f2a Empty --marker-multi-line if --marker is empty Junegunn Choi 2024-06-25 20:49:42 +09:00
  • 3b944addd4 Allow removing header line with change-header and transform-header Junegunn Choi 2024-06-25 17:10:22 +09:00
  • 70bf8bc35d Add --wrap option and 'toggle-wrap' action (#3887) Junegunn Choi 2024-06-25 17:08:47 +09:00
  • 724f8a1d45 Bump crate-ci/typos from 1.22.7 to 1.22.9 (#3894) dependabot[bot] 2024-06-24 23:55:53 +09:00
  • cc2b2146ee ADVANCED.md: Remove unnecessary : | fzf Junegunn Choi 2024-06-24 17:22:46 +09:00
  • 8689f5f230 Fix rubocop warning Junegunn Choi 2024-06-24 17:16:56 +09:00
  • e9e0011f1d fix zsh ${(@)history} syntax does not work with ksh_arrays (#3893) 林千里 2024-06-24 18:07:55 +10:00
  • 5b52833785 Do not start the initial reader if 'reload*' is bound to 'start' Junegunn Choi 2024-06-24 17:05:53 +09:00
  • 1525768094 [man] Escape hyphens to prevent conversion to Unicode hyphens (#3885) Koichi Murase 2024-06-24 09:32:35 +09:00
  • a70ea4654e Fix regression in separator display Junegunn Choi 2024-06-23 18:23:46 +09:00
  • b02bf9b6bb Fix panic on extremely short terminals Junegunn Choi 2024-06-23 11:27:03 +09:00
  • bee7bc5324 Deploying to master from @ junegunn/fzf@7c2ffd3fef 🚀 junegunn 2024-06-23 00:01:48 +00:00
  • 7c2ffd3fef Make transform*, --info-command, and execute-silent cancellable Junegunn Choi 2024-06-20 23:18:28 +09:00
  • db01e7dab6 fix(zsh): add (s) modifier to perl command (#3882) LangLangBart 2024-06-20 10:51:52 +02:00