2022-04-16 08:11:22 +01:00
|
|
|
# engrampa
|
|
|
|
|
|
|
|
> Package files into zip/tar file in MATE desktop environment.
|
|
|
|
> See also: `zip`, `tar`.
|
|
|
|
> More information: <https://github.com/mate-desktop/engrampa>.
|
|
|
|
|
2023-06-27 22:57:35 +01:00
|
|
|
- Start Engrampa:
|
2022-04-16 08:11:22 +01:00
|
|
|
|
|
|
|
`engrampa`
|
|
|
|
|
|
|
|
- Open specific archives:
|
|
|
|
|
|
|
|
`engrampa {{path/to/archive1.tar path/to/archive2.tar ...}}`
|
|
|
|
|
2022-04-16 11:08:50 +01:00
|
|
|
- Archive specific files and/or directories recursively:
|
2022-04-16 08:11:22 +01:00
|
|
|
|
|
|
|
`engrampa --add-to={{path/to/compressed.tar}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
|
|
|
|
2022-04-16 11:08:50 +01:00
|
|
|
- Extract files and/or directories from archives to a specific path:
|
2022-04-16 08:11:22 +01:00
|
|
|
|
|
|
|
`engrampa --extract-to={{path/to/directory}} {{path/to/archive1.tar path/to/archive2.tar ...}}`
|