summary refs log tree commit diff
path: root/bin/man1/ever.1
blob: cde6d9b945df5b6d992fd8b155e531c07b74b468 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.Dd August 28, 2019
.Dt EVER 1
.Os
.
.Sh NAME
.Nm ever
.Nd watch files
.
.Sh SYNOPSIS
.Nm
.Ar
.Ar command
.Nm
.Ar
.Fl -
.Ar command
.Op Ar argument ...
.
.Sh DESCRIPTION
.Nm
executes the
.Ar command
whenever
.Ar file
is modified.
.
.Sh EXAMPLES
.Dl ever ever.c make
.Dl ever when.y ever.c -- make when ever
.
.Sh CAVEATS
.Nm
does not support Linux
since it uses
.Xr kqueue 2 .
bin/qf.c?id=07596633a2d95ff24de1a7a6b9df64534cd9e82e&follow=1'>Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe