File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1515
1616<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1717<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
18+
1819** Table of Contents**
1920
2021- [ Description] ( #description )
@@ -116,13 +117,13 @@ Usage:
116117
117118``` mermaid
118119flowchart TD;
119- A[<pathto/sourcefile>.aes]-. is_encrypted .->B[[encrypt sourcefile]]
120+ A[" <pathto/sourcefile>.aes" ]-. is_encrypted .->B[[encrypt sourcefile]]
120121 B-- has_targetfile -->C[[<new/pathto/sourcefile>.aes]]
121- B-- no_targetfile -->C [[<pathto/sourcefile>.aes]]
122+ B-- no_targetfile -->D [[<pathto/sourcefile>.aes]]
122123
123- A[<pathto/sourcefile>]-. not_encrypted .->B [[decrypt sourcefile]]
124- B -- has_targetfile -->C [[<new/pathto/sourcefile>]]
125- B -- no_targetfile -->C [[<pathto/sourcefile>]]
124+ A[<pathto/sourcefile>]-. not_encrypted .->F [[decrypt sourcefile]]
125+ F -- has_targetfile -->G [[<new/pathto/sourcefile>]]
126+ F -- no_targetfile -->H [[<pathto/sourcefile>]]
126127```
127128
128129## Encryption
@@ -253,6 +254,7 @@ An utility to load environment variables from a .env file
253254## folder structure
254255
255256<!-- readme-tree start -->
257+
256258```
257259.
258260├── .github
@@ -298,6 +300,7 @@ An utility to load environment variables from a .env file
298300
2993019 directories, 32 files
300302```
303+
301304<!-- readme-tree end -->
302305
303306<p align =" right " >(<a href =" #top " >back to top</a >)</p >
You can’t perform that action at this time.
0 commit comments