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

Commit Graph

  • e619b7c4f4 Fix the background color of the scrollbar inside the preview window Junegunn Choi 2023-05-01 16:18:26 +09:00
  • b7c2e8cb67 Fix caching when reload and query change triggered by the same binding Junegunn Choi 2023-05-01 13:53:34 +09:00
  • fb76893e18 0.40.0 0.40.0 Junegunn Choi 2023-05-01 01:55:14 +09:00
  • 88d812fe82 Do not display trailing carriage returns in the preview window Junegunn Choi 2023-04-30 18:13:31 +09:00
  • 77f9f4664a Fix search not triggered when query change and reload happen at the same time Junegunn Choi 2023-04-29 21:27:30 +09:00
  • 5c2f85c39e Bump golang.org/x/term from 0.6.0 to 0.7.0 (#3249) dependabot[bot] 2023-04-28 23:24:56 +09:00
  • ac4d22cd12 Bump golang.org/x/sys from 0.6.0 to 0.7.0 (#3248) dependabot[bot] 2023-04-28 23:20:28 +09:00
  • cf95e44cb4 Add 'zero' event Junegunn Choi 2023-04-26 15:13:08 +09:00
  • 65dd2bb429 Add 'track' action Junegunn Choi 2023-04-22 23:39:35 +09:00
  • 6be855be6a Add change-header and transform-header Junegunn Choi 2023-04-22 22:01:00 +09:00
  • b6e3f4423b [man] Suggest setting RUNEWIDTH_EASTASIAN to 0 or 1 Junegunn Choi 2023-04-22 16:29:25 +09:00
  • 0c61d81713 Add toggle-track action Junegunn Choi 2023-04-22 15:48:51 +09:00
  • 7c6f5dba63 Fixed --track when used with --tac Junegunn Choi 2023-04-22 15:06:22 +09:00
  • 44cfc7e62a [vim] Add check for powershell 7 users (#3257) psarlov 2023-04-21 14:23:03 +03:00
  • 96670d5f16 Disallow using --track with --tac Junegunn Choi 2023-04-12 13:23:10 +09:00
  • 36b971ee4e [fzf-tmux] Try awk before bc Junegunn Choi 2023-04-11 16:29:29 +09:00
  • f1a9629652 [fzf-tmux] Use awk if bc is not found Junegunn Choi 2023-04-06 13:43:18 +09:00
  • 20230402d0 0.39.0 0.39.0 Junegunn Choi 2023-04-02 23:29:15 +09:00
  • 5c2c3a6c88 Use Go 1.20.2 Junegunn Choi 2023-04-02 23:27:22 +09:00
  • fb019d43bf Fix a bug of height range with -1 or -0 (#3226) tyama711 2023-04-02 23:26:13 +09:00
  • 025aa33773 [fzf-tmux] Disallow popup mode on tmux 3.1 or below Junegunn Choi 2023-04-02 00:16:00 +09:00
  • 302e21fd58 [shell] Update kill completion Junegunn Choi 2023-04-01 19:52:34 +09:00
  • 211512ae64 Fix Rubocop error Junegunn Choi 2023-04-01 17:29:13 +09:00
  • 8ec917b1c3 Add 'one' event Junegunn Choi 2023-04-01 17:16:02 +09:00
  • 1c7534f009 Add --track option to track the current selection Junegunn Choi 2023-03-29 20:36:09 +09:00
  • ae745d9397 Add bat to bash autocomplete commands (#3223) Sten Arthur Laane 2023-03-27 04:21:37 +01:00
  • 60f37aae2f Respect 'regular' attribute in 'bw' base theme Junegunn Choi 2023-03-26 23:39:05 +09:00
  • d7daf5f724 Render CR and LF as ␍ and ␊ Junegunn Choi 2023-03-25 10:23:05 +09:00
  • e5103d9429 README.md: package managers: add Portage/Gentoo (#3205) Vitaly Zdanevich 2023-03-22 04:57:50 +04:00
  • 8fecb29848 Bump github.com/rivo/uniseg from 0.4.2 to 0.4.4 (#3192) dependabot[bot] 2023-03-21 16:53:20 +09:00
  • 290ea6179d Bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.6.0 (#3203) dependabot[bot] 2023-03-21 16:19:55 +09:00
  • 9695a40fc9 Bump golang.org/x/sys from 0.0.0-20220811171246-fbc7d0a398ab to 0.6.0 (#3202) dependabot[bot] 2023-03-21 16:14:14 +09:00
  • 1913b95227 Bump actions/setup-go from 3 to 4 (#3216) dependabot[bot] 2023-03-21 16:13:02 +09:00
  • a874aea692 [vim] More explanation on 'set rtp+=~/.fzf' instruction Junegunn Choi 2023-03-20 22:30:14 +09:00
  • 69c52099e7 docs: Fix intention of README (#3214) Michael Vorburger ⛑️ 2023-03-19 21:00:33 -07:00
  • cfc0747d5d Follow Rubocop suggestion Junegunn Choi 2023-03-19 15:53:31 +09:00
  • fcd7e8768d Omit port number in --listen for automatic port assignment Junegunn Choi 2023-03-19 15:42:47 +09:00
  • 3c34dd8275 Fix extra new line in the preview window Junegunn Choi 2023-03-17 13:22:20 +09:00
  • 1116e481be [vim] Update setqflist example Junegunn Choi 2023-03-10 22:20:57 +09:00
  • 63cf9d04de Bump crate-ci/typos from 1.13.10 to 1.13.16 (#3194) dependabot[bot] 2023-03-07 01:21:23 +09:00
  • 3364d4d147 Add spell check workflow (#3183) Zhizhen He 2023-02-22 23:36:04 +08:00
  • 57ad21e4bd Build and release s390x binaries Junegunn Choi 2023-02-22 13:32:52 +09:00
  • 414f87981f Add support for s390x architecture Julian Ruess 2023-02-20 13:00:54 +01:00
  • b1459c79cf Make sure that the query before the cursor is not hidden Junegunn Choi 2023-02-19 16:38:26 +09:00
  • 352ea07226 0.38.0 0.38.0 Junegunn Choi 2023-02-15 23:20:18 +09:00
  • 27018787af Describe become(...) action and use it to simplify examples Junegunn Choi 2023-02-13 00:57:51 +09:00
  • 4e305eca26 become: Set stdin to /dev/tty Junegunn Choi 2023-02-14 23:21:34 +09:00
  • 9e9c0ceaf4 Add Winget Releaser workflow (#3164) sitiom 2023-02-15 15:47:12 +08:00
  • b3bf18b1c0 [fzf-tmux] Fix version check Junegunn Choi 2023-02-13 15:25:39 +09:00
  • b1619f675f [fzf-tmux] Do not set --margin 0,1 on tmux 3.3 or above Junegunn Choi 2023-02-13 14:48:10 +09:00
  • 96c3de12eb Run 'become' only when the command template is properly evaluated Junegunn Choi 2023-02-12 22:06:21 +09:00
  • 719dbb8bae Update ADVANCED.md: transform-query to restore the query string Junegunn Choi 2023-02-12 17:23:17 +09:00
  • f38a7f7f8f [bash] Enable environment variable completion for printenv Junegunn Choi 2023-02-12 16:58:36 +09:00
  • 6ea38b4438 Add become(...) action that replaces current fzf process Junegunn Choi 2023-02-11 20:21:10 +09:00
  • f7447aece1 Code cleanup Junegunn Choi 2023-02-01 18:16:58 +09:00
  • aa2b9ec476 Add 'show-preview' and 'hide-preview' Junegunn Choi 2023-01-31 17:33:53 +09:00
  • 3ee00f8bc2 toggle-preview should not show empty preview window Junegunn Choi 2023-01-30 22:05:34 +09:00
  • fccab60a5c --preview-window 0,hidden should not execute the preview command Junegunn Choi 2023-01-30 21:39:18 +09:00
  • 0f4af38457 [vim] Simplify --border injection Junegunn Choi 2023-01-27 14:00:12 +09:00
  • aef39f1160 [vim] Fix missing --border when --border-label is present Junegunn Choi 2023-01-27 11:00:59 +09:00
  • 2023012408 0.37.0 0.37.0 Junegunn Choi 2023-01-24 22:11:14 +09:00
  • 95a7661bb1 Sanitize input strings that should be a single line Junegunn Choi 2023-01-24 19:33:14 +09:00
  • 618d317803 Support custom separator of inline info Junegunn Choi 2023-01-24 17:40:08 +09:00
  • ae897c8cdb No need to touch mouse flag if it's already false Junegunn Choi 2023-01-24 12:45:07 +09:00
  • d0a0f3c052 Temporarily disable mouse mode when switching to an external command Junegunn Choi 2023-01-24 12:41:40 +09:00
  • 91b9591b10 Reenable mouse mode when coming back from an external program Junegunn Choi 2023-01-24 12:00:41 +09:00
  • aa7361337d Make test case pass on 32-bit platforms Junegunn Choi 2023-01-23 18:30:36 +09:00
  • 284d77fe2e Add 'focus' event Junegunn Choi 2023-01-23 16:22:25 +09:00
  • 826178f1e2 Do not restore terminal state while running an external command Junegunn Choi 2023-01-23 02:16:26 +09:00
  • acccf8a9b8 Fix TOC Junegunn Choi 2023-01-23 02:23:25 +09:00
  • 57c066f0be Fix bat url in README (#3129) Francesco Bigagnoli 2023-01-22 18:21:16 +01:00
  • e44f64ae92 Add Helix editor to bash autocompletion (#3137) Nachum Barcohen 2023-01-22 19:21:04 +02:00
  • d51980a3f5 Add 'transform-border-label' and 'transform-preview-label' Junegunn Choi 2023-01-22 01:56:29 +09:00
  • c3d73e7ecb Add change-border-label and change-preview-label actions, update man jpcrs 2023-01-17 18:43:02 +00:00
  • b077f6821d Action argument in enclosed form should allow new lines Junegunn Choi 2023-01-21 22:20:26 +09:00
  • a79de11af7 README: Add FZF_TMUX_OPTS example for tmux popup Junegunn Choi 2023-01-19 13:25:08 +09:00
  • 2023011763 0.36.0 0.36.0 Junegunn Choi 2023-01-17 01:19:59 +09:00
  • b46e40e86b [vim] Automatically set RUNEWIDTH_EASTASIAN=1 when &ambiwidth == double Junegunn Choi 2023-01-17 00:57:53 +09:00
  • a6d6cdd165 [vim] Use system-default border style Junegunn Choi 2023-01-16 22:44:22 +09:00
  • dc8da605f9 Fix rendering of double-column borders on light renderer Junegunn Choi 2023-01-16 19:55:44 +09:00
  • 8b299a29c7 Fix rendering of double-column borders Junegunn Choi 2023-01-16 19:34:28 +09:00
  • 3109b865d2 Fix typo on man page Junegunn Choi 2023-01-16 01:32:25 +09:00
  • 0c5956c43c Better support for Windows terminals Junegunn Choi 2023-01-16 01:22:02 +09:00
  • 1c83b39691 Update README examples Junegunn Choi 2023-01-13 21:10:18 +09:00
  • 77874b473c Update Rubocop dependencies Junegunn Choi 2023-01-12 23:37:23 +09:00
  • b7cce7be15 Remove unused block argument Junegunn Choi 2023-01-12 23:24:39 +09:00
  • 3cd3362417 Fix test failure Junegunn Choi 2023-01-12 23:23:29 +09:00
  • e97e925efb Resume preview following if the user scrolls the window to the bottom Junegunn Choi 2023-01-12 23:12:26 +09:00
  • 0f032235cf Correct package manager commands for apt (#3117) Farooq Karimi Zadeh 2023-01-10 05:16:13 +03:30
  • e0f0984da7 Allow re-enabling preview follow on change-preview-window Junegunn Choi 2023-01-09 11:08:06 +09:00
  • 4d22b5aaef Disable preview follow after dragging the scrollbar Junegunn Choi 2023-01-09 11:07:31 +09:00
  • 80b8846318 Run preview command when preview window appears after resize (#3113) Junegunn Choi 2023-01-07 16:06:18 +09:00
  • bf641faafa Prevent fzf crashing on malformed remote action Junegunn Choi 2023-01-07 15:35:29 +09:00
  • 23d8b78ce1 Allow toggling of alternative preview window layout that is hidden Junegunn Choi 2023-01-07 11:21:52 +09:00
  • 3b2244077d Add scrollbar to the preview window Junegunn Choi 2023-01-06 15:36:12 +09:00
  • ee5cdb9713 Reduce flickering of the scroll info panel on the preview window Junegunn Choi 2023-01-05 01:55:59 +09:00
  • 03d02d67f7 Fix cyclic scrolling with non-zero preview header lines Junegunn Choi 2023-01-04 22:00:00 +09:00
  • 5798145581 Fix preview border on tcell renderer Junegunn Choi 2023-01-04 10:09:39 +09:00
  • 51ef0b7f66 Bump github.com/gdamore/tcell/v2 from 2.5.3 to 2.5.4 dependabot[bot] 2023-01-02 17:39:52 +00:00
  • 97b4542c73 Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 dependabot[bot] 2023-01-02 13:04:35 +00:00