aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-08-03 17:16:10 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-08-03 17:16:10 +0900
commit13da012c18beecff8ebed1a43a33c7aa470b0948 (patch)
treec0485b8ad9e356eb31928cd8721f243d4ee4318d
parentMerge pull request #1284 from zsh-users/remove_sdd (diff)
downloadzsh-completions-update-peco.tar
zsh-completions-update-peco.tar.gz
zsh-completions-update-peco.tar.bz2
zsh-completions-update-peco.tar.lz
zsh-completions-update-peco.tar.xz
zsh-completions-update-peco.tar.zst
zsh-completions-update-peco.zip
Add new optionsupdate-peco
-rw-r--r--src/_peco1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_peco b/src/_peco
index 406b03a..d5c933e 100644
--- a/src/_peco
+++ b/src/_peco
@@ -57,6 +57,7 @@ _arguments \
'--print-query[print out the current query as first line of output]' \
'--color[color mode(default: auto)]:mode:(auto none)' \
'--height[display height in lines or percentage(e.g. 10, 50%)]:height' \
+ '(-f --follow)'{-f,--follow}'[follow streaming input, auto-scrolling to keep the newest lines visible]' \
'*::file:_files'
# Local Variables: