diff --git a/README.md b/README.md index f84a0da..d015cb0 100644 --- a/README.md +++ b/README.md @@ -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 coversions and copy tasks + +**PATHS_TO_IGNORE**: .DS_Store, .syncthing, .sync-conflict-, .stfolder, .stversions + ## Repository content
diff --git a/macos/README b/macos/README
index c51edce..04a9be7 100644
--- a/macos/README
+++ b/macos/README
@@ -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 coversions and copy 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