summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-27 17:46:56 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-27 18:56:41 +0900
commit421b9b271ac263057c81eb58f98d5a96c04ce941 (patch)
treea79c584958acc6272699a48510c4a7ad3948d00e /CHANGELOG.md
parented57dcb924112192636260fb31d0db54352c517a (diff)
Add execute-silent action
Close #823
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4dd6e9c4..f8a5bcdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ CHANGELOG
- Placeholder expression used in `--preview` and `execute` action can
optionally take `+` flag to be used with multiple selections
- e.g. `git log --oneline | fzf --multi --preview 'git show {+1}'`
+- Added `execute-silent` action for executing a command silently without
+ switching to the alternate screen. This is useful when the process is
+ short-lived and you're not interested in its output.
+ - e.g. `fzf --bind 'ctrl-y:execute!(echo -n {} | pbcopy)'`
0.16.2
------