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

Add {*} placeholder flag

This commit is contained in:
Junegunn Choi
2025-06-19 01:03:42 +09:00
parent 4d2d6a5ced
commit 27258f7207
4 changed files with 73 additions and 44 deletions

View File

@@ -3,6 +3,11 @@ CHANGELOG
0.63.0
------
- Added `{*}` placeholder flag that evaluates to all matched items.
```bash
seq 10000 | fzf --preview "awk '{sum += \$1} END {print sum}' {*f}"
```
- Use this with caution, as it can make fzf sluggish for large lists.
- Added background variants of transform actions with `bg-` prefix that run asynchronously in the background
```sh
GETTER='curl -s http://metaphorpsum.com/sentences/1'