Add execute-silent action

Close #823
This commit is contained in:
Junegunn Choi
2017-01-27 17:46:56 +09:00
parent ed57dcb924
commit 421b9b271a
5 changed files with 93 additions and 55 deletions

View File

@@ -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
------