about summary refs log tree commit diff
path: root/nqterm.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2024-07-03 17:55:45 +0200
committerLeah Neukirchen <leah@vuxu.org>2024-07-03 17:58:18 +0200
commit2bb551efd8b3e50d715482a8f3b89f88bae74397 (patch)
treed380e8ffaba4e634b6e518480f91f2f37bad72be /nqterm.1
parente5861199e018fcc6537fbd4a522aea1f75ec0d4e (diff)
downloadnq-master.tar.gz
nq-master.tar.xz
nq-master.zip
Rename fq -> nqtail, tq -> nqterm HEAD v1.0 master
There's only so many two letter binaries that can exist at the same time.

A newer project, called fq, arrived and is clashing with nq in many
packaging systems, and nqtail is a fine name too.
Diffstat (limited to 'nqterm.1')
-rw-r--r--nqterm.156
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