chore: add const vars values with description to md files
This commit is contained in:
parent
db778cab51
commit
643ae42503
10
README.md
10
README.md
@ -7,6 +7,16 @@
|
|||||||
> [!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
|
||||||
|
|
||||||
|
**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
|
## Repository content
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
10
macos/README
10
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
|
> 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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user