From 13da012c18beecff8ebed1a43a33c7aa470b0948 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Mon, 3 Aug 2026 17:16:10 +0900 Subject: [PATCH] Add new options --- src/_peco | 1 + 1 file changed, 1 insertion(+) 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: