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>
feature/refresh-nano-2
Emily Grace Seville 2022-04-16 17:11:22 +10:00 committed by GitHub
parent a7de366916
commit 30f95850c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
pages/linux/engrampa.md Normal file
View 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 ...}}`