-
Notifications
You must be signed in to change notification settings - Fork 0
/
terminalle.1
94 lines (83 loc) · 2 KB
/
terminalle.1
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.TH terminalle 1 "2024-08-02" "v0.13"
.SH NAME
Terminalle
.SH SYNOPSIS
.B terminalle
[-h|-v] [-c PATH] [-s]
.PD 0
.LP
.B terminalle
COMMAND [COMMAND-OPTION ...]
.PD
.SH DESCRIPTION
A fancy "drop\-down" terminal emulateur.
.SH OPTIONS
.TP
\fB\-c\fR PATH, \fB\-\-config=\fRPATH
load config settings from PATH
.TP
\fB\-s\fR, \fB\-\-show\fR
show the window immediately on startup
.TP
\fB\-h\fR, \fB\-\-help\fR
print help message and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
print program's version number and exit
.SH COMMANDS
.TP
\fBterminalle\fR \fI\,auto\/\fR [-h] [-u|-s] [-f] [--no-start-on-login] [--no-restart-if-closed]
Install an XDG desktop file to auto\-start Terminalle (in hidden mode) on login, as well as a DBUS service file to auto\-restart Terminalle if it's not already running when the user attempts to toggle it.
.TP
\fBterminalle\fR \fI\,no-auto\/\fR [-h] [-u|-s] [-f]
Remove the DBUS service file and XDG desktop file that were installed using the \fIauto\fR subcommand.
.SH COMMAND OPTIONS 'auto'
.TP
\fB\-u\fR, \fB\-\-user\fR
apply to the current user only - this is the default
.TP
\fB\-s\fR, \fB\-\-system\fR
apply to all users on the system
.TP
\fB\-f\fR, \fB\-\-force\fR
delete files even if the contents are unexpected
.TP
\fB\-\-no\-start\-on\-login\fR
do \fBnot\fR install XDG desktop file
.TP
\fB\-\-no\-restart\-if\-closed\fR
do \fBnot\fR install DBUS service file
.TP
\fB\-h\fR, \fB\-\-help\fR
print help message and exit
.SH COMMAND OPTIONS 'no-auto'
.TP
\fB\-u\fR, \fB\-\-user\fR
apply to the current user only - this is the default
.TP
\fB\-s\fR, \fB\-\-system\fR
apply to all users on the system
.TP
\fB\-f\fR, \fB\-\-force\fR
delete files even if the contents are unexpected
.TP
\fB\-h\fR, \fB\-\-help\fR
print help message and exit
.SH AUTHORS
Will Noble
.MT author@will.party
.ME .
.SH DISTRIBUTION
Documentation:
.UR https://docs.will.party/terminalle
.UE
.PD 0
.LP
Source:
.UR https://github.com/wm\-noble/terminalle
.UE
.LP
Python Package Index:
.UR https://pypi.org/project/terminalle/
.UE
.PD