-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathepad.1
129 lines (107 loc) · 3.62 KB
/
epad.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
.\" Title: ePad
.\" Author: rbt-ylee <ylee@bodhilinux.com>
.\" Date: 21 October 2014
.\" Manual: EPAD
.\" Source: Linux
.\" Language: English
.\"
.TH "EPAD" 1 "21 October 2014" "0.5.7" "epad man page"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH NAME
epad \- a python-efl based simple text editor
.SH SYNOPSIS
.B epad
[\fIOPTION\fR] [\fIFILEPATH\fR]
.SH DESCRIPTION
.HP \w'\fBepad\fR\ 'u
\fBepad\fR is a simple text editor written in Elementary and Python. It
aims to be a leafpad replace for the Enlightenment desktop.
.SH OPTIONS
.B epad
invoked with no options simply opens an untitled and empty text
document. epad invoked with incorrect options prints usage information.
The most common usage of epad is:
\fBepad FILEPATH\fR which opens the text file given by FILEPATH if it
exists, otherwise it opens an empty file with the name given by the file
name in FILEPATH and at the location set by the file path in FILEPATH.
The following other options are also used by epad:
.RS 2
\fB -d\fR,\fB --directory DIRPATH\fR
.RS 2
Presets ePad's file selection dialog to the directory specified by FILEPATH if
it exists; otherwise, it prints an error message to stdout and ignores.
.RE
.RE
.RS 2
\fB -h\fR,\fB --help\fR
.RS 2
Prints help
.RE
.RE
.RS 2
\fB -v\fR,\fB--version\fR
.RS 2
Print the version number
.RE
.RE
.SH FILES
.PP
ePad uses the files present in \fB~/.elementary\fR to determine the elementary
configuration and access icons and fonts. If elementary is properly installed
this hidden folder should be present for all non-root users. Without the files
in this folder ePad may fail to display icons properly but should otherwsie
function properly.
.PP
If you need to run ePad as root and do not have a root user, see the \fBNote\fR
below.
.SH ENVIRONMENT
.PP
ePad uses the default Elementary theme to provide the look of all widgets.
End users can change the theme used by Elementary by setting the
\fBELM_THEME\fR environment variable before running an application, or
globally for all programs using the \fBelementary_config\fR utility.
.SH NOTES
.PP
To run as root please use:
.RS 2
\fBgksudo -k epad\fR or
\fBsudo -E epad\fR
.RE
.PP
Bodhi Linux users can run simply:
.RS 2
\fBgksudo epad\fR
.RE
as gksudo is implemented by eSudo.
.SH BUGS
Report epad bugs to https://github.com/JeffHoogland/ePad/issues
.SH SEE ALSO
\fB nano\fR(1), \fB vi\fR(1), \fB leafpad\fR(1)
.SH COPYRIGHT
Copyright \(co 2014 Bodhi Linux
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH AUTHORS
\fB Jeff Hoogland\fR (JeffHoogland@Linux.com)
\fB Robert Wiley\fR (ylee@bodhilinux.com)
\fB Kai Huuhko\fR (kai.huuhko@gmail.com)
This manual page was written by Robert Wiley