From 74fc8aff60d423d0d79a80b98749c33e28e1a93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Sun, 25 May 2025 00:38:02 +0100 Subject: [PATCH] chore: add const vars values with description to md files --- README.md | 4 ++++ macos/README | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index d015cb0..dcd6b9d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ > [!NOTE] > Source files will be converted if are changed or not exist in target path + +The following extensions will be converted via LibreOffice **soffice** command. + + **FILES_TO_CONVERT**: odt, doc, docx The following extensions or path will be copied to **target** with any conversion diff --git a/macos/README b/macos/README index 04a9be7..51599da 100644 --- a/macos/README +++ b/macos/README @@ -4,6 +4,11 @@ Convert source directory with .odt files to target path with .pdf* files > Source files will be converted if are changed or not exist in target path +NOTES +----- + +The following extensions will be converted via LibreOffice **soffice** command. + **FILES_TO_CONVERT**: odt, doc, docx The following extensions or path will be copied to **target** with any conversion @@ -14,6 +19,9 @@ The following path will be ignored during [clean_target_directory](src/directory **PATHS_TO_IGNORE**: .DS_Store, .syncthing, .sync-conflict-, .stfolder, .stversions +HOW TO INSTALL +--------------- + copy (drag-and-rpo) DirOdtToPdf.app to /Applications Run 'install.command' to install commands and scripts so it can be used