1ENGRAMPA(1) General Commands Manual ENGRAMPA(1)
2
3
4
6 Engrampa - Archive Manager for MATE
7
9 engrampa [OPTIONS...] [FILES...]
10
12 Engrampa is the official archive manager for the MATE Desktop Environ‐
13 ment, it is a graphical front-end to archiving utilities such as tar
14 and zip. It is a fork of File Roller.
15
16 Engrampa supports most common operations such as creating, modifying
17 and extracting files from an archive. You can also view the contents of
18 an archive and open files contained within the archive.
19
20 This manual page briefly documents the engrampa command.
21
22
24 filename(s)...
25 Specifies the archive file to open when engrampa starts. If this
26 is not specified, engrampa will start with a blank window and
27 you may open an archive from the menu or by using the shortcut
28 CTRL+O.
29
30 -a, --add-to=ARCHIVE
31 Add files to the specified archive and quit the program
32
33 -d, --add FILE
34 Add files asking the name of the archive and quit the program
35
36 -e, --extract-to=FOLDER
37 Extract archives to the specified folder and quit the program
38
39 -f, --extract
40 Extract archives asking the destination folder and quit the pro‐
41 gram
42
43 -h, --extract-here
44 Extract archives using the archive name as destination folder
45 and quit the program
46
47 --default-dir=FOLDER
48 Default folder to use for the '--add' and '--extract' commands
49
50 --force
51 Create destination folder without asking confirmation
52
53 --display=DISPLAY
54 X display to use.
55
56 -?, --help
57 Print standard command line options.
58
59 --help-all
60 Print all command line options.
61
62 --version
63 Show the application's version.
64
65 This program also accepts the standard GTK options.
66
67
69 engrampa -h matelivecd.iso
70 Extract matelivecd.iso to ./matelivecd in the current working
71 directory.
72
73 engrampa ./matelivecd/* -a matelivecd.tar.gz
74 Create a new gzip compressed tarball archive named mateliv‐
75 ecd.tar.gz, containing all the files located in the ./matelivecd
76 directory.
77
78 engrampa matelivecd.tar.gz
79 Open matelivecd.tar.gz to view and manipulate its contents.
80
81
83 Should you encounter any bugs, they may be reported at:
84 http://github.com/mate-desktop/engrampa/issues
85
87 Engrampa is written by Paolo Bacchilega <paolo.bacch@tin.it> and Perberos
88 <perberos@gmail.com>.
89 This Man Page has been updated/re-written for the MATE Desktop Environment
90 by:
91 Stefano Karapetsas <stefano@karapetsas.com> (2014)
92 Adam Erdman <hekel@archlinux.info> (2014)
93
95 This manual page was originally written for the Debian Project by Sven
96 Arvidsson <sa@whiz.se>, for File Roller. (2007)
97
99 Engrampa documentation can be found from the "Help" menu, or by pressing
100 the F1 key.
101 Further information may also be available at: http://wiki.mate-desk‐
102 top.org/docs
103
104
105
106MATE Desktop Environment 1 February 2014 ENGRAMPA(1)