chatgpt, libreoffice: move to common and add Indonesian translation (#13676)

This commit is contained in:
Reinhart Previano Koentjoro
2024-09-17 11:19:37 +07:00
committed by GitHub
parent aa7bf76cec
commit 4a6ad7974b
5 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# libreoffice
> CLI for the powerful and free office suite LibreOffice.
> More information: <https://www.libreoffice.org/>.
- Open one or more files in read-only mode:
`libreoffice --view {{path/to/file1 path/to/file2 ...}}`
- Display the content of one or more files:
`libreoffice --cat {{path/to/file1 path/to/file2 ...}}`
- Print files using a specific printer:
`libreoffice --pt {{printer_name}} {{path/to/file1 path/to/file2 ...}}`
- Convert all `.doc` files in current directory to PDF:
`libreoffice --convert-to {{pdf}} {{*.doc}}`