zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Update procps watch completion
@ 2023-07-13  3:31 Shohei YOSHIDA
  2023-07-13  3:31 ` [PATCH 1/1] Update procps watch completion version 4.0.3 Shohei YOSHIDA
  2023-07-13 11:04 ` [PATCH 0/1] Update procps watch completion Mikael Magnusson
  0 siblings, 2 replies; 4+ messages in thread
From: Shohei YOSHIDA @ 2023-07-13  3:31 UTC (permalink / raw)
  To: zsh-workers; +Cc: Shohei YOSHIDA

Reference
- https://man7.org/linux/man-pages/man1/watch.1.html

Shohei YOSHIDA (1):
  Update procps watch completion version 4.0.3

 Completion/Unix/Command/_watch | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] Update procps watch completion version 4.0.3
  2023-07-13  3:31 [PATCH 0/1] Update procps watch completion Shohei YOSHIDA
@ 2023-07-13  3:31 ` Shohei YOSHIDA
  2023-07-13 11:04 ` [PATCH 0/1] Update procps watch completion Mikael Magnusson
  1 sibling, 0 replies; 4+ messages in thread
From: Shohei YOSHIDA @ 2023-07-13  3:31 UTC (permalink / raw)
  To: zsh-workers; +Cc: Shohei YOSHIDA

---
 Completion/Unix/Command/_watch | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Completion/Unix/Command/_watch b/Completion/Unix/Command/_watch
index fff3d56f6..91244abe7 100644
--- a/Completion/Unix/Command/_watch
+++ b/Completion/Unix/Command/_watch
@@ -18,7 +18,10 @@ case $variant in
       '(-g --chgexit)'{-g,--chgexit}'[exit on command output change]' \
       '(-n --interval)'{-n+,--interval=}'[specify update interval]:update interval (seconds) [2]' \
       '(-p --precise)'{-p,--precise}'[run command at precise intervals]' \
+      '(-q --equexit)'{-q,--equexit}'[exit when output of command does not change for the given cycles]:cycles' \
+      '(-r --no-rerun)'{-r,--no-rerun}'[do not run the program on terminal resize]' \
       '(-t --no-title)'{-t,--no-title}'[disable header]' \
+      '(-w --no-wrap)'{-w,--no-wrap}'[disable line wrapping]' \
       '(-x --exec)'{-x,--exec}'[pass command to exec(2) instead of `sh -c`]' \
       '(-)*::: :->cmd' \
     && ret=0
-- 
2.39.2



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Update procps watch completion
  2023-07-13  3:31 [PATCH 0/1] Update procps watch completion Shohei YOSHIDA
  2023-07-13  3:31 ` [PATCH 1/1] Update procps watch completion version 4.0.3 Shohei YOSHIDA
@ 2023-07-13 11:04 ` Mikael Magnusson
  2023-07-13 11:19   ` Shohei Yoshida
  1 sibling, 1 reply; 4+ messages in thread
From: Mikael Magnusson @ 2023-07-13 11:04 UTC (permalink / raw)
  To: Shohei YOSHIDA; +Cc: zsh-workers

On 7/13/23, Shohei YOSHIDA <syohex@gmail.com> wrote:
> Reference
> - https://man7.org/linux/man-pages/man1/watch.1.html
>
> Shohei YOSHIDA (1):
>   Update procps watch completion version 4.0.3
>
>  Completion/Unix/Command/_watch | 3 +++
>  1 file changed, 3 insertions(+)

Hi, please don't send cover letters for single patches, just include
the relevant info in the patch mail.

-- 
Mikael Magnusson


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] Update procps watch completion
  2023-07-13 11:04 ` [PATCH 0/1] Update procps watch completion Mikael Magnusson
@ 2023-07-13 11:19   ` Shohei Yoshida
  0 siblings, 0 replies; 4+ messages in thread
From: Shohei Yoshida @ 2023-07-13 11:19 UTC (permalink / raw)
  To: Mikael Magnusson; +Cc: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

I'm sorry. I will do that next time.

On Thu, Jul 13, 2023 at 8:04 PM Mikael Magnusson <mikachu@gmail.com> wrote:

> On 7/13/23, Shohei YOSHIDA <syohex@gmail.com> wrote:
> > Reference
> > - https://man7.org/linux/man-pages/man1/watch.1.html
> >
> > Shohei YOSHIDA (1):
> >   Update procps watch completion version 4.0.3
> >
> >  Completion/Unix/Command/_watch | 3 +++
> >  1 file changed, 3 insertions(+)
>
> Hi, please don't send cover letters for single patches, just include
> the relevant info in the patch mail.
>
> --
> Mikael Magnusson
>


-- 
Shohei YOSHIDA(syohex@gmail.com)
<http://b.hatena.ne.jp/entry/https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.ja.tLQrNXCHmdo.O/m=m_i,t,it/am=nBHH5b_7g8gZ7tIn1f7977tLmp39J3_3JgBC2Amo_5v9P4jWA_ug_FA/rt=h/d=1/t=zcms/rs=AItRSTNJwrjV1i8LKqdsHFfbx47Tnlb-Bw>

[-- Attachment #2: Type: text/html, Size: 1877 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-13 11:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-13  3:31 [PATCH 0/1] Update procps watch completion Shohei YOSHIDA
2023-07-13  3:31 ` [PATCH 1/1] Update procps watch completion version 4.0.3 Shohei YOSHIDA
2023-07-13 11:04 ` [PATCH 0/1] Update procps watch completion Mikael Magnusson
2023-07-13 11:19   ` Shohei Yoshida

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).