about summary refs log tree commit diff
path: root/tq.1
blob: b0eaaa1024c9a830768931a6439d1344de660d03 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.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 .
.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr fq 1 ,
.Xr nq 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