aquaproj/aqua-registry (aquaproj/aqua-registry)
### [`v4.191.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.191.0)
[Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0)
[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.191.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.191.0) | https://github.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0
#### π New Packages
[#23639](https://togithub.com/aquaproj/aqua-registry/issues/23639) [duckdb/duckdb](https://togithub.com/duckdb/duckdb): DuckDB is an analytical in-process SQL database management system [@nakatanakatana](https://togithub.com/nakatanakatana)
[#23727](https://togithub.com/aquaproj/aqua-registry/issues/23727) [laktak/zfind](https://togithub.com/laktak/zfind): search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter
#### Fixes
[#23628](https://togithub.com/aquaproj/aqua-registry/issues/23628) Rename the package `deepmap/oapi-codegen` to [oapi-codegen/oapi-codegen](https://togithub.com/oapi-codegen/oapi-codegen)
The repository was transfferred.
jdx/mise (jdx/mise)
### [`v2024.6.2`](https://togithub.com/jdx/mise/releases/tag/v2024.6.2)
[Compare Source](https://togithub.com/jdx/mise/compare/v2024.6.1...v2024.6.2)
##### π Bug Fixes
- after installing the latest version, mise rolls back to the previous one by [@roele](https://togithub.com/roele) in [#2258](https://togithub.com/jdx/mise/pull/2258)
##### π Documentation
- add SPM backend page by [@kattouf](https://togithub.com/kattouf) in [#2252](https://togithub.com/jdx/mise/pull/2252)
junegunn/fzf (junegunn/fzf)
### [`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
```
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v4.190.0
->v4.191.0
v2024.6.1
->v2024.6.2
0.52.1
->0.53.0
Release Notes
aquaproj/aqua-registry (aquaproj/aqua-registry)
### [`v4.191.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.191.0) [Compare Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0) [Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.191.0) | [Pull Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.191.0) | https://github.com/aquaproj/aqua-registry/compare/v4.190.0...v4.191.0 #### π New Packages [#23639](https://togithub.com/aquaproj/aqua-registry/issues/23639) [duckdb/duckdb](https://togithub.com/duckdb/duckdb): DuckDB is an analytical in-process SQL database management system [@nakatanakatana](https://togithub.com/nakatanakatana) [#23727](https://togithub.com/aquaproj/aqua-registry/issues/23727) [laktak/zfind](https://togithub.com/laktak/zfind): search for files (even inside tar/zip/7z/rar) using a SQL-WHERE filter #### Fixes [#23628](https://togithub.com/aquaproj/aqua-registry/issues/23628) Rename the package `deepmap/oapi-codegen` to [oapi-codegen/oapi-codegen](https://togithub.com/oapi-codegen/oapi-codegen) The repository was transfferred.jdx/mise (jdx/mise)
### [`v2024.6.2`](https://togithub.com/jdx/mise/releases/tag/v2024.6.2) [Compare Source](https://togithub.com/jdx/mise/compare/v2024.6.1...v2024.6.2) ##### π Bug Fixes - after installing the latest version, mise rolls back to the previous one by [@roele](https://togithub.com/roele) in [#2258](https://togithub.com/jdx/mise/pull/2258) ##### π Documentation - add SPM backend page by [@kattouf](https://togithub.com/kattouf) in [#2252](https://togithub.com/jdx/mise/pull/2252)junegunn/fzf (junegunn/fzf)
### [`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 ```Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.