about summary refs log tree commit diff
path: root/fq.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-25 20:55:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-25 20:55:41 +0200
commite548e22645d4f51bb647c387e10b8994630ed81a (patch)
tree12074cbb8c9e74eec503627d5f9c3ca0fcd94569 /fq.1
parent25f58cd9b5a704796cb7d64163cc4c88f66f0941 (diff)
downloadnq-e548e22645d4f51bb647c387e10b8994630ed81a.tar.gz
nq-e548e22645d4f51bb647c387e10b8994630ed81a.tar.xz
nq-e548e22645d4f51bb647c387e10b8994630ed81a.zip
Add man pages
Diffstat (limited to 'fq.1')
-rw-r--r--fq.164
1 files changed, 64 insertions, 0 deletions
diff --git a/fq.1 b/fq.1
new file mode 100644
index 0000000..72d9c3b
--- /dev/null
+++ b/fq.1
@@ -0,0 +1,64 @@
+.Dd August 25, 2015
+.Dt FQ 1
+.Os
+.Sh NAME
+.Nm fq
+.Nd job queue log viewer
+.Sh SYNOPSIS
+.Nm
+.Op Fl a
+.Op Fl q
+.Op Ar job\ id ...
+.Sh DESCRIPTION
+.Nm
+is a simple utility for
+.Dq following
+the output of
+.Xr nq 1
+jobs.
+.Pp
+Without arguments, the output of the currently running and queued
+as-of-now jobs is emitted; else the presented job ids are used.
+.Pp
+.Nm
+automatically terminates after the corresponding jobs are done.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl a
+Output all log files, even of already finished jobs.
+.It Fl q
+Only print the first line of each job output
+(i.e. the
+.Li exec
+line).
+.El
+.Sh ENVIRONMENT
+.Bl -hang -width Ds
+.It Ev NQDIR
+Directory where lock files/job output resides, see
+.Xr nq 1 .
+.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh INTERNALS
+On Linux,
+.Xr inotify 7
+is used to monitor job output.
+On other operating systems, polling is used.
+.Sh SEE ALSO
+.Xr nq 1 ,
+.Xr tq 1
+.Sh AUTHORS
+.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
+.Sh LICENSE
+.Nm
+is in the public domain.
+.Pp
+To the extent possible under law,
+the creator of this work
+has waived all copyright and related or
+neighboring rights to this work.
+.Pp
+.Lk http://creativecommons.org/publicdomain/zero/1.0/
+.\" .Sh BUGS