chore: add const vars values with description to md files

This commit is contained in:
Jesús Pérex 2025-05-25 00:34:53 +01:00
parent db778cab51
commit 643ae42503
2 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,16 @@
> [!NOTE]
> Source files will be converted if are changed or not exist in target path
**FILES_TO_CONVERT**: odt, doc, docx
The following extensions or path will be copied to **target** with any conversion
**FILES_TO_COPY**: jpg, jpeg, png, gif, bmp, tiff, webp, avif, txt, md
The following path will be ignored during [clean_target_directory](src/directory_processor.rs) process after <u>coversions</u> and <u>copy</u> tasks
**PATHS_TO_IGNORE**: .DS_Store, .syncthing, .sync-conflict-, .stfolder, .stversions
## Repository content
<pre>

View File

@ -4,6 +4,16 @@ 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
**FILES_TO_CONVERT**: odt, doc, docx
The following extensions or path will be copied to **target** with any conversion
**FILES_TO_COPY**: jpg, jpeg, png, gif, bmp, tiff, webp, avif, txt, md
The following path will be ignored during [clean_target_directory](src/directory_processor.rs) process after <u>coversions</u> and <u>copy</u> tasks
**PATHS_TO_IGNORE**: .DS_Store, .syncthing, .sync-conflict-, .stfolder, .stversions
copy (drag-and-rpo) DirOdtToPdf.app to /Applications
Run 'install.command' to install commands and scripts so it can be used