Skip to content

Commit

Permalink
chore(deps): update dependency junegunn/fzf to v0.53.0 (#439)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [junegunn/fzf](https://togithub.com/junegunn/fzf) | minor | `0.52.1`
-> `0.53.0` |

---

### Release Notes

<details>
<summary>junegunn/fzf (junegunn/fzf)</summary>

###
[`v0.53.0`](https://togithub.com/junegunn/fzf/blob/HEAD/CHANGELOG.md#0530)

[Compare
Source](https://togithub.com/junegunn/fzf/compare/0.52.1...0.53.0)

-   Multi-line display
- See [Processing multi-line
items](https://junegunn.github.io/fzf/tips/processing-multi-line-items/)
    -   fzf can now display multi-line items
        ```sh
        ```

### All bash functions, highlighted

      declare -f | perl -0777 -pe 's/^}\n/}\0/gm' |
        bat --plain --language bash --color always |
        fzf --read0 --ansi --reverse --multi --highlight-line

### Ripgrep multi-line output

      rg --pretty bash | perl -0777 -pe 's/\n\n/\n\0/gm' |
        fzf --read0 --ansi --multi --highlight-line --reverse --tmux 70%
      ```
        - To disable multi-line display, use `--no-multi-line`
- CTRL-R bindings of bash, zsh, and fish have been updated to leverage
multi-line display
- The default `--pointer` and `--marker` have been changed from `>` to
Unicode bar characters as they look better with multi-line items
- Added `--marker-multi-line` to customize the select marker for
multi-line entries with the default set to `╻┃╹`
      ```
      ╻First line
      ┃...
      ╹Last line
      ```

-   Native tmux integration
- Added `--tmux` option to replace fzf-tmux script and simplify
distribution
        ```sh
        ```

### --tmux \[center|top|bottom|left|right]\[,SIZE\[%]]\[,SIZE\[%]]

### Center, 100% width and 70% height

      fzf --tmux 100%,70% --border horizontal --padding 1,2

### Left, 30% width

      fzf --tmux left,30%

### Bottom, 50% height

      fzf --tmux bottom,50%
      ```
- To keep the implementation simple, it only uses popups. You need tmux
3.3 or later.
    - To use `--tmux` in Vim plugin:
      ```vim
      let g:fzf_layout = { 'tmux': '100%,70%' }
      ```

-   Added support for endless input streams
- See [Browsing log stream with
fzf](https://junegunn.github.io/fzf/tips/browsing-log-streams/)
- Added `--tail=NUM` option to limit the number of items to keep in
memory. This is useful when you want to browse an endless stream of data
(e.g. log stream) with fzf while limiting memory usage.
        ```sh
        ```

### Interactive filtering of a log stream

      tail -f *.log | fzf --tail 100000 --tac --no-sort --exact
      ```

-   Better Windows Support
- fzf now works on Git bash (mintty) out of the box via winpty
integration
    -   Many fixes and improvements for Windows
-   man page is now embedded in the binary; `fzf --man` to see it
- Changed the default `--scroll-off` to 3, as we think it's a better
default
- Process started by `execute` action now directly writes to and reads
from `/dev/tty`. Manual `/dev/tty` redirection for interactive programs
is no longer required.
    ```sh
    ```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/izumin5210/dotfiles).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: izumin5210-update-aqua-checksum[bot] <169593670+izumin5210-update-aqua-checksum[bot]@users.noreply.github.com>
  • Loading branch information
1 parent bb63b7c commit e6753b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions config/.config/aquaproj-aqua/codespaces/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,33 +111,33 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/junegunn/fzf/0.52.1/fzf-0.52.1-darwin_amd64.zip",
"checksum": "C3D62B97ADCC4CB0F1B07DB30E4FA5CE7FE3B14CEE1534AD7638534D8E9A2274",
"id": "github_release/github.com/junegunn/fzf/0.53.0/fzf-0.53.0-darwin_amd64.zip",
"checksum": "6C92DB23607D142954C3A395037151F84D98661D8C17F8E8826EAE11A063FE46",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/junegunn/fzf/0.52.1/fzf-0.52.1-darwin_arm64.zip",
"checksum": "24BCFB1798377D43534971FDC124B4A5B6F823A094BEBEEDBD0ACB4D67B38365",
"id": "github_release/github.com/junegunn/fzf/0.53.0/fzf-0.53.0-darwin_arm64.zip",
"checksum": "0FE4F83D1719A4F909461D5E73B63501AE2A46092F7A915BC51ABA436BB46EB8",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/junegunn/fzf/0.52.1/fzf-0.52.1-linux_amd64.tar.gz",
"checksum": "0B5B0DBA42C916639B7F3770671317C0E1C479C6356147654BC4C97570BE18FE",
"id": "github_release/github.com/junegunn/fzf/0.53.0/fzf-0.53.0-linux_amd64.tar.gz",
"checksum": "AF2663C3309967DC191D21537E53C2E9F8A37F490A32456B9498A006F05E3796",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/junegunn/fzf/0.52.1/fzf-0.52.1-linux_arm64.tar.gz",
"checksum": "AA6C51CE60B526FD179D321D19ABE1225E813BBE0D9518AA9239C592327F1C7F",
"id": "github_release/github.com/junegunn/fzf/0.53.0/fzf-0.53.0-linux_arm64.tar.gz",
"checksum": "45B4CF8DB6433D45CBCB65FFA6B52FD9EA7697FFF3209705331514379D94A43B",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/junegunn/fzf/0.52.1/fzf-0.52.1-windows_amd64.zip",
"checksum": "2C36ADA2E09A51F3601DBA255C3F0DE7F897A1B08B76B7F60FDAAE3B5F3EFE2D",
"id": "github_release/github.com/junegunn/fzf/0.53.0/fzf-0.53.0-windows_amd64.zip",
"checksum": "E977DE12C1AB80F72E49E2FC8ECEB5F5623338200A87B2AAFAB2E87EBD85EFBE",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/junegunn/fzf/0.52.1/fzf-0.52.1-windows_arm64.zip",
"checksum": "090FC637540541108E276931D0EC485804F006E20C29498AB8315FAF6CA3D248",
"id": "github_release/github.com/junegunn/fzf/0.53.0/fzf-0.53.0-windows_arm64.zip",
"checksum": "01F9A486F0F79358AE66E30950DAABF8E83C47C0C0F8D3B54A130B48839BFF22",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion config/.config/aquaproj-aqua/codespaces/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ registries:
ref: v4.188.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: cli/[email protected]
- name: junegunn/fzf@0.52.1
- name: junegunn/fzf@0.53.0
- name: dandavison/[email protected]
- name: Wilfred/[email protected]
- name: rossmacarthur/[email protected]
Expand Down

0 comments on commit e6753b2

Please sign in to comment.