Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-12 00:16:39 +00:00
parent b0756d672e
commit 9e6dfc9983
21 changed files with 277 additions and 24 deletions

35
tldr/linux/unopkg Normal file
View File

@@ -0,0 +1,35 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# unopkg
> LibreOffice extensions manager.
> Download extensions from <https://extensions.libreoffice.org>.
> See also: `libreoffice`.
> More information: <https://manned.org/unopkg>.
- Add and deploy given extension:
`unopkg add {{path/to/extension}}`
- Remove extension:
`unopkg remove {{extensions_id}}`
- Display information about deployed extensions:
`unopkg list`
- Raise extensions dialog (GUI):
`unopkg gui`
- Reinstall all deployed extensions:
`unopkg reinstall`
- Display help:
`unopkg {{-h|--help}}`