File tree Expand file tree Collapse file tree 2 files changed +23
-16
lines changed Expand file tree Collapse file tree 2 files changed +23
-16
lines changed Original file line number Diff line number Diff line change 1
1
# libreoffice
2
2
3
- > CLI for the powerful and free office suite LibreOffice.
4
- > More information: < https://www.libreoffice.org/ > .
3
+ > This command is an alias of ` soffice ` .
5
4
6
- - Open one or more files in read-only mode :
5
+ - View documentation for the original command :
7
6
8
- ` libreoffice --view {{path/to/file1 path/to/file2 ...}} `
9
-
10
- - Display the content of one or more files:
11
-
12
- ` libreoffice --cat {{path/to/file1 path/to/file2 ...}} `
13
-
14
- - Print files using a specific printer:
15
-
16
- ` libreoffice --pt {{printer_name}} {{path/to/file1 path/to/file2 ...}} `
17
-
18
- - Convert all ` .doc ` files in current directory to PDF:
19
-
20
- ` libreoffice --convert-to pdf *.doc `
7
+ ` tldr soffice `
Original file line number Diff line number Diff line change
1
+ # soffice
2
+
3
+ > CLI for the powerful and free LibreOffice suite.
4
+ > More information: < https://help.libreoffice.org/latest/en-US/text/shared/guide/pdf_params.html > .
5
+
6
+ - Open one or more files in read-only mode:
7
+
8
+ ` soffice --view {{path/to/file1 path/to/file2 ...}} `
9
+
10
+ - Display the content of one or more files:
11
+
12
+ ` soffice --cat {{path/to/file1 path/to/file2 ...}} `
13
+
14
+ - Print files using a specific printer:
15
+
16
+ ` soffice --pt {{printer_name}} {{path/to/file1 path/to/file2 ...}} `
17
+
18
+ - Convert all ` .doc ` files in the current directory to PDF:
19
+
20
+ ` soffice --convert-to pdf *.doc `
You can’t perform that action at this time.
0 commit comments