engrampa: add page (#8015)
* Add `engrampa` page * Mention MATE desktop environment * Use concrete name instead of `archive manager` Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
a7de366916
commit
30f95850c0
21
pages/linux/engrampa.md
Normal file
21
pages/linux/engrampa.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# engrampa
|
||||||
|
|
||||||
|
> Package files into zip/tar file in MATE desktop environment.
|
||||||
|
> See also: `zip`, `tar`.
|
||||||
|
> More information: <https://github.com/mate-desktop/engrampa>.
|
||||||
|
|
||||||
|
- Start engrampa:
|
||||||
|
|
||||||
|
`engrampa`
|
||||||
|
|
||||||
|
- Open specific archives:
|
||||||
|
|
||||||
|
`engrampa {{path/to/archive1.tar path/to/archive2.tar ...}}`
|
||||||
|
|
||||||
|
- Archive specific files/directories recursively:
|
||||||
|
|
||||||
|
`engrampa --add-to={{path/to/compressed.tar}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
||||||
|
|
||||||
|
- Extract files/directories from archives to a specific path:
|
||||||
|
|
||||||
|
`engrampa --extract-to={{path/to/directory}} {{path/to/archive1.tar path/to/archive2.tar ...}}`
|
Reference in New Issue
Block a user