summary refs log tree commit diff
path: root/bin/man1/wat.1
blob: f4ef4ed61085c519141cf420e0a50394629ff10b (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 January 1, 2018
.Dt WAT 1
.Os
.
.Sh NAME
.Nm wat
.Nd watch files
.
.Sh SYNOPSIS
.Nm
.Ar
.Ar command
.Nm
.Ar
.Fl -
.Ar command
.Op Ar argument ...
.
.Sh DESCRIPTION
.Nm
executes the
.Ar command
each time a
.Ar file
is modified.
.
.Sh EXAMPLES
.Dl wat wat.c make
.Dl wat wat.c wake.c -- make wat wake
.
.Sh CAVEATS
.Nm
does not support Linux
since it uses
.Xr kqueue 2 .
tle='2019-02-05 02:07:53 -0500'>2019-02-05Add aesJune McEnroe Okay this should really be aes(6) but I don't feel like adding back MAN6 in the Makefile. 2019-02-01Set nvim Directory back to blueJune McEnroeder'>2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe