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

Revert "Add {*} placeholder flag"

This reverts commit 27258f7207.
This commit is contained in:
Junegunn Choi
2025-06-19 12:39:31 +09:00
parent 27258f7207
commit 16d338da84
4 changed files with 41 additions and 70 deletions

View File

@@ -3,11 +3,6 @@ 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'