-
Notifications
You must be signed in to change notification settings - Fork 1
/
xfe.1
41 lines (41 loc) · 1.35 KB
/
xfe.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 "XFE" "1" "3 December 2014" "Roland Baudin" ""
.SH "NAME"
xfe \- A lightweight file manager for X Window
.SH "SYNOPSIS"
\fBxfe\fP [\-h] [\-\-help] [\-v] [\-\-version] [\-i] [\-\-iconic]
[\-m] [\-\-maximized] [\-p n] [\-\-panel n] [\fIFOLDER | FILE...\fP]
.SH "DESCRIPTION"
X File Explorer (xfe) is a lightweight file manager for X Window, written using the FOX toolkit.
It is desktop independent and can easily be customized.
It has Windows Commander or MS\-Explorer look and it's very fast and small.
Xfe is based on the popular, but discontinued X Win Commander, written by Maxim Baranov.
.SH "AUTHOR"
Roland Baudin <[email protected]>.
.SH "OPTIONS"
xfe accepts the following options:
.TP
.B \-h, \-\-help
Print the help screen and exit.
.TP
.B \-v, \-\-version
Print version information and exit.
.TP
.B \-i, \-\-iconic
Start iconified.
.TP
.B \-m, \-\-maximized
Start maximized.
.TP
.B \-p n, \-\-panel n
Force panel view mode to n (n=0 => Tree and one panel,
n=1 => One panel, n=2 => Two panels, n=3 => Tree and two panels).
.TP
.B FOLDER | FILE
Specifies a list of folders or files to open when starting xfe.
They can be regular paths like /home/test, or URIs like file:///home/test.
The first two folders are displayed in the file panels, the others are ignored.
The number of files to open is not limited.
.SH "SEE ALSO"
.BR xfw (1),
.BR xfi (1),
.BR xfp (1)