summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-06-19 22:35:23 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-06-19 22:35:23 +0900
commitdcec6354f5e57be1f8420850c3cfd6a56206c67a (patch)
tree098e183bbad04c6d4babbfb16bc9557e7d8fecb6 /CHANGELOG.md
parent16d338da84dda718935c46cbbc54c8c3be9e21a2 (diff)
downloadfzf-dcec6354f5e57be1f8420850c3cfd6a56206c67a.tar.gz
Add {*} placeholder flag
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a8cb3a7..6bfb9427 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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'