smart "S" to prevent nested shells

This commit is contained in:
2026-01-22 18:31:29 +01:00
parent 6e77d39344
commit b24ab8fed2
4 changed files with 20 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ handle_extension() {
## Preview as text conversion
odt2txt "${FILE_PATH}" && exit 5
## Preview as markdown conversion
pandoc -s -t markdown -- "${FILE_PATH}" && exit 5
# pandoc -s -t markdown -- "${FILE_PATH}" && exit 5
exit 1;;
## XLSX