diff options
Diffstat (limited to 'nqterm.1')
-rw-r--r-- | nqterm.1 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/nqterm.1 b/nqterm.1 new file mode 100644 index 0000000..a217f8f --- /dev/null +++ b/nqterm.1 @@ -0,0 +1,56 @@ +.Dd July 3, 2024 +.Dt NQTERM 1 +.Os +.Sh NAME +.Nm nqterm +.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 nqtail 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 . +.El +.Sh EXIT STATUS +.Ex -std +.Sh SEE ALSO +.Xr nq 1 , +.Xr nqtail 1 , +.Xr screen 1 , +.Xr tmux 1 +.Sh AUTHORS +.An Leah Neukirchen Aq Mt leah@vuxu.org +.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 |