chore: add const vars values with description to md files

This commit is contained in:
Jesús Pérex 2025-05-25 00:38:02 +01:00
parent 643ae42503
commit 74fc8aff60
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,10 @@
> [!NOTE] > [!NOTE]
> Source files will be converted if are changed or not exist in target path > 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 **FILES_TO_CONVERT**: odt, doc, docx
The following extensions or path will be copied to **target** with any conversion The following extensions or path will be copied to **target** with any conversion

View File

@ -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 > 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 **FILES_TO_CONVERT**: odt, doc, docx
The following extensions or path will be copied to **target** with any conversion 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 **PATHS_TO_IGNORE**: .DS_Store, .syncthing, .sync-conflict-, .stfolder, .stversions
HOW TO INSTALL
---------------
copy (drag-and-rpo) DirOdtToPdf.app to /Applications copy (drag-and-rpo) DirOdtToPdf.app to /Applications
Run 'install.command' to install commands and scripts so it can be used Run 'install.command' to install commands and scripts so it can be used