1EMELFM2(1) EMELFM2(1)
2
3
4
6 emelFM2 - a GTK2+ file manager
7
9 emelfm2 [OPTION]... [DIR]
10
12 emelFM2 is a file manager for UNIX-like operating systems. It uses a
13 simple and efficient interface pioneered by Norton Commander in the
14 1980's. The main window is divided into three "panes" or "panels". Two
15 of them show information about the contents of selected filesystem
16 directories. That information is presented as text. The third pane
17 shows the output of commands executed within the program.
18
19 A built-in command-line, toolbar buttons or assigned keys can be used
20 to initiate commands. A flexible filetyping mechanism provides
21 user-determined actions for desired filetypes.
22
24 -1,--one= DIR
25 At session-start, show DIR in the first filelist pane.
26
27 -2,--two= DIR
28 At session-start, show DIR in the second filelist pane.
29
30 DIR Same as -2 DIR, except pane 2 is focused.
31
32 -c,--config= DIR
33 Set the configuration-data directory to DIR (default: ~/.con‐
34 fig/emelfm2).
35
36 -a,--share-config= DIR
37 Also load configuration-data from directory DIR. Session config
38 data are not saved to DIR.
39
40 -e,--encoding= TYPE
41 Set the filesystem character encoding to TYPE.
42
43 -f,--fallback-encoding= TYPE
44 Set the fallback encoding to TYPE (default: ISO-8859-1).
45
46 -i,--ignore-problems
47 Ignore the encoding/locale problems (use at your own risk!).
48
49 -l,--log-all
50 Maximise GTK+2 error logging.
51
52 -m,--daemon
53 Detach the emelFM2 session from its controlling terminal. Will
54 not work when emelFM2 is compiled with debug support.
55
56 -r,--run-at-start= COMMAND
57 Run COMMAND immediately after session start.
58
59 -s,--set-option OPTION_NAME=string-value
60 Set one-line config option. "OPTION_NAME=string-value" is a
61 string in the format used in the config file.
62
63 -t,--trash= DIR
64 Set the trash directory to DIR (default:
65 ~/.local/share/Trash/files).
66
67 -u,--user
68 Flag displayed username.
69
70 Help options:
71
72
73 -b,--build
74 Display build-time parameters.
75
76 -h,--help
77 Display a brief help message.
78
79 -v,--version
80 Display the version and build information.
81
82
83 These only work when emelFM2 is compiled with debug support:
84
85 -d,--debug= N
86 Set the debug level. N = digit from 1 (lowest) to 5 (highest).
87 Default is 5.
88
89 -x,--verbose
90 Display time and location information in debug messages. Only
91 works when emelFM2 is compiled with debug support.
92
93
95 [PREFIX]/bin
96 Location for the emelFM2 binary. Default PREFIX is /usr/local,
97 which may be modified at compilation time.
98
99 [PREFIX]/lib/emelfm2/plugins
100 Default location for emelFM2 plugin files, named like e2p*.so.
101
102 [PREFIX]/share/doc/emelfm2
103 Default documentation files' location.
104
105 [PREFIX]/share/pixmaps/emelfm2
106 Default location of application-specific icon files.
107
108 ~/.config/emelfm2
109 Default location for configuration files, named "config" and
110 "cache".
111
112 ~/.local/share/Trash/files
113 Default trash directory.
114
115
117 These are directly used:
118
119 G_BROKEN_FILENAMES, G_FILENAME_ENCODING, HOSTNAME, LC_ALL, LC_MESSAGES,
120 LANGUAGE or LANG, PATH
121
123 Please send bug reports, comments or feature requests to the mailing
124 list <emelfm2@freelists.org>. You do not need to be a subscriber.
125 For known bugs refer to http://emelfm2.net/TODO.
126
127
129 The original emelFM was essentially a compilation of some of the fea‐
130 tures that Michael Clark found most useful in other file managers. The
131 current maintainer of emelFM2 is tooar. For a complete list of contrib‐
132 utors please refer to [PREFIX]/share/doc/emelfm2/CREDITS.
133
134
136 Copyright (C) 2003-2013, tooar <tooar@emelfm2.net>.
137
138
140 emelFM2 is licensed under the terms of the GNU General Public License
141 version 3 and is provided WITHOUT ANY WARRANTY. See that license for
142 more details.
143
144
146 Website http://emelfm2.net
147 User Guide http://emelfm2.net/UserGuide
148 Updated emelFM http://www.havens.de/elm/emelfm.html
149 Old emelFM http://www.pitt.edu/~macst92/emelFM/ or
150 http://emelFM.sourceforge.net/
151
152Liviu 0.9.1 EMELFM2(1)