-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathachilterm.1
41 lines (35 loc) · 1.45 KB
/
achilterm.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
.TH achilterm "1" "August 2016" "achilterm 0.21" "User commands"
.SH NAME
Achilterm \- Web based terminal written in python
.SH DESCRITPION
\fBAchilterm\fR is a lightweight \fB\UTF-8\fR web based terminal written in python and some AJAX
javascript for client side.
.br
Achilterm support Python 2.5 and above and Python 3.2 and above.
.br
It can use almost any web browser and even works through firewalls.
.SH USAGE
\fBachilterm\fR [options]
.SH OPTIONS
A summary of the options supported by \fBachilterm\fR is included below:
\fB--version\fR show program's version number and exit
\fB-h, --help\fR show this help message and exit
\fB-p PORT, --port=PORT\fR set the TCP port (default: 8022)
\fB-c CMD, --command=CMD\fR set the command (default: /bin/login or ssh localhost)
\fB-l, --log\fR log requests to stderr (default: quiet mode)
\fB-d, --daemon\fR run as daemon in the background
\fB-L, --lite\fR use Achiltermlite
\fB-w WIDTH, --width=WIDTH\fR set the width (default: 80)
\fB-H HEIGHT, --height=HEIGHT\fR set the height (default: 25)
.SH AUTHOR
Florent Gallaire <fgallaire@gmail.com>
.br
Antony Lesuisse <al@udev.org>
.br
Julien Valroff <julien@kirya.net>
.SH "REPORTING BUGS"
https://github.com/fgallaire/achilterm
.SH COPYRIGHT
Copyright (C) 2013-2016 Florent Gallaire <fgallaire@gmail.com>
.br
Copyright (C) 2006 Antony Lesuisse <al@udev.org>