diff options
Diffstat (limited to 'bin/man1/ever.1')
-rw-r--r-- | bin/man1/ever.1 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/bin/man1/ever.1 b/bin/man1/ever.1 new file mode 100644 index 00000000..7689c5fb --- /dev/null +++ b/bin/man1/ever.1 @@ -0,0 +1,49 @@ +.Dd June 1, 2020 +.Dt EVER 1 +.Os +. +.Sh NAME +.Nm ever +.Nd watch files +. +.Sh SYNOPSIS +.Nm +.Op Fl i +.Ar +.Ar command +.Nm +.Op Fl i +.Ar +.Fl - +.Ar command +.Op Ar argument ... +. +.Sh DESCRIPTION +.Nm +executes the +.Ar command +whenever +.Ar file +is modified. +. +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl i +Attach the +.Ar file +which was modified +to the standard input of +.Ar command . +.El +. +.Sh EXAMPLES +.Dl ever ever.c make +.Dl ever when.y ever.c -- make when ever +.Dl ever -i ever.1 mandoc +. +.Sh CAVEATS +.Nm +does not support Linux +since it uses +.Xr kqueue 2 . |