diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-06-21 17:21:03 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-06-21 17:28:48 +0900 |
| commit | c36ddce36fce8e2e11a822366df81c5c15644a14 (patch) | |
| tree | 32e6092a12ce16ec88847b93a5631bd40ccffd13 /src/util | |
| parent | c35d9cff7d26dc0389db888c461c660147613f7d (diff) | |
| download | fzf-c36ddce36fce8e2e11a822366df81c5c15644a14.tar.gz | |
Add bg-cancel action to ignore running background transforms
Close #4430
Example:
# Implement popup that disappears after 1 second
# * Use footer as the popup
# * Use `bell` to ring the terminal bell
# * Use `bg-transform-footer` to clear the footer after 1 second
# * Use `bg-cancel` to ignore currently running background transform actions
fzf --multi --list-border \
--bind 'enter:execute-silent(echo -n {+} | pbcopy)+bell' \
--bind 'enter:+transform-footer(echo Copied {} to clipboard)' \
--bind 'enter:+bg-cancel+bg-transform-footer(sleep 1)'
Diffstat (limited to 'src/util')
0 files changed, 0 insertions, 0 deletions
