-
Notifications
You must be signed in to change notification settings - Fork 14
/
motor.1
57 lines (48 loc) · 1.26 KB
/
motor.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
.TH MOTOR 1 "April 05, 2003"
.SH NAME
.B motor
\- text mode based programming environment for Linux/Unix
.SH SYNOPSIS
.B "motor "
[
.B option
] ... [
.B project
]
.SH DESCRIPTION
This manual page documents briefly the
.B motor
command.
.PP
\fBmotor\fP is a text mode based programming environment for Linux. It
consists of a powerful editor with syntax highlight feature, project
manager, makefile generator, gcc and gdb front-end, etc. Deep CVS
integration is also provided. It can also generate distribution packages
in any format. Almost everything is done using templates, thus any kind of
language or distribution can be added easily.
.SH OPTIONS
.TP
\fB\-a\fR, \fB\-\-ascii\fR
use ascii characters to draw lines and boxes
.TP
\fB\-h\fR, \fB\-\-help\fR
display command line usage
.TP
\fB\-t\fR, \fB\-\-debugtty\fR
use the specified tty device for debugging programs being developed
.SH "SEE ALSO"
.BR make (1),
.BR gcc (1),
.BR cvs (1),
.BR ctags (1),
.BR gdb (1)
.SH VERSION
motor 3.4.0
.SH BUG REPORT
Report any bugs to [email protected]
.SH AUTHOR
This page and the motor IDE itself are written by Konstatin Klyagin
<[email protected]>. The first version of this man page was by Krzysztof
Krzyzaniak <[email protected]>.
.SH WEB
http://thekonst.net/motor/