libreoffice -> odt

This commit is contained in:
Nikita Ivanov 2022-06-18 21:29:15 +05:00
parent 897aa38fca
commit 5916a373f1
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133
3 changed files with 5 additions and 5 deletions

View File

@ -38,8 +38,8 @@ will try to use another preview.
| html | `elinks` `lynx` `w3m` | | html | `elinks` `lynx` `w3m` |
| image | `ueberzug` | | image | `ueberzug` |
| json | `jq` | | json | `jq` |
| libreoffice | `libreoffice` |
| markdown | `mdcat` | | markdown | `mdcat` |
| odt | `libreoffice` |
| pdf | `pdftoppm` | | pdf | `pdftoppm` |
| text | `bat` `cat` `highlight` `source-highlight` | | text | `bat` `cat` `highlight` `source-highlight` |
| torrent | `transmission-show` | | torrent | `transmission-show` |

View File

@ -111,12 +111,12 @@ T}
json T{ json T{
jq jq
T} T}
libreoffice T{
libreoffice
T}
markdown T{ markdown T{
mdcat mdcat
T} T}
odt T{
libreoffice
T}
pdf T{ pdf T{
pdftoppm pdftoppm
T} T}

View File

@ -1,4 +1,4 @@
# libreoffice: libreoffice # odt: libreoffice
office() { office() {
# File produced by libreoffice # File produced by libreoffice