about summary refs log tree commit diff
path: root/tq.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 /tq.1
parent25f58cd9b5a704796cb7d64163cc4c88f66f0941 (diff)
downloadnq-e548e22645d4f51bb647c387e10b8994630ed81a.tar.gz
nq-e548e22645d4f51bb647c387e10b8994630ed81a.tar.xz
nq-e548e22645d4f51bb647c387e10b8994630ed81a.zip
Add man pages
Diffstat (limited to 'tq.1')
-rw-r--r--tq.155
1 files changed, 55 insertions, 0 deletions
diff --git a/tq.1 b/tq.1
new file mode 100644
index 0000000..7d96824
--- /dev/null
+++ b/tq.1
@@ -0,0 +1,55 @@
+.Dd August 25, 2015
+.Dt TQ 1
+.Os
+.Sh NAME
+.Nm tq
+.Nd job queue wrapper for tmux/screen
+.Sh SYNOPSIS
+.Nm
+.Ar command\ line ...
+.Sh DESCRIPTION
+.Nm
+is a tiny wrapper around the
+.Xr nq 1
+job queue which automatically spawns a corresponding
+.Xr fq 1
+watching process in a new
+.Xr tmux 1
+or
+.Xr screen 1
+window.
+.Pp
+You can cancel the
+.Xr nq 1
+job by pressing
+.Ic C-c
+in the job output window.
+.Pp
+After the job has finished, the window will
+close on
+.Ic C-d .
+.Sh ENVIRONMENT
+.Bl -hang -width Ds
+.It Ev NQDIR
+Directory where lock files/job output resides, see
+.Xr nq 1 .
+.Sh EXIT STATUS
+.Ex -std
+.Sh SEE ALSO
+.Xr nq 1 ,
+.Xr fq 1 ,
+.Xr tmux 1 ,
+.Xr screen 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