summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-06-19 12:39:31 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-06-19 12:39:31 +0900
commit16d338da84dda718935c46cbbc54c8c3be9e21a2 (patch)
treecf88b197ec03c17e15d3eb8abcd3da09a77ca37a /CHANGELOG.md
parent27258f720723d5de32d483fb6b9ff39608ff9cf9 (diff)
downloadfzf-16d338da84dda718935c46cbbc54c8c3be9e21a2.tar.gz
Revert "Add {*} placeholder flag"
This reverts commit 27258f720723d5de32d483fb6b9ff39608ff9cf9.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bfb9427..4a8cb3a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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'