File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
22
- [ Features] ( #features )
23
23
- [ Status] ( #status )
24
24
- [ Documentation] ( #documentation )
25
+ - [ Usage] ( #usage )
26
+ - [ Rules] ( #rules )
25
27
- [ Encryption] ( #encryption )
28
+ - [ Linux] ( #linux )
26
29
- [ Decryption] ( #decryption )
30
+ - [ configuration: dotenv or env] ( #configuration-dotenv-or-env )
27
31
- [ Test / Performance] ( #test--performance )
28
32
- [ Installation] ( #installation )
29
- - [ Linux] ( #linux )
33
+ - [ Linux] ( #linux-1 )
30
34
- [ MacOS] ( #macos )
31
35
- [ Windows] ( #windows )
32
36
- [ Development] ( #development )
33
37
- [ Dependencies] ( #dependencies )
34
38
- [ CMake] ( #cmake )
35
39
- [ QT] ( #qt )
36
40
- [ Qt-AES] ( #qt-aes )
41
+ - [ dotenv-cpp] ( #dotenv-cpp )
37
42
- [ folder structure] ( #folder-structure )
38
43
- [ Authors and License] ( #authors-and-license )
39
44
- [ MIT License] ( #mit-license )
@@ -279,6 +284,8 @@ An utility to load environment variables from a .env file
279
284
├── .gitignore
280
285
├── LICENSE
281
286
├── README.md
287
+ ├── docs
288
+ │ └── dot.env
282
289
├── src
283
290
│ ├── .gitignore
284
291
│ ├── CMakeLists.txt
@@ -289,6 +296,7 @@ An utility to load environment variables from a .env file
289
296
│ │ └── rz_config.h.in
290
297
│ ├── includes
291
298
│ │ ├── cxxopts.hpp
299
+ │ │ ├── dotenv.h
292
300
│ │ ├── qaesencryption.cpp
293
301
│ │ ├── qaesencryption.h
294
302
│ │ ├── rz_config.h
@@ -298,7 +306,7 @@ An utility to load environment variables from a .env file
298
306
│ └── main.cpp
299
307
└── tree.bak
300
308
301
- 9 directories, 32 files
309
+ 10 directories, 34 files
302
310
```
303
311
304
312
<!-- readme-tree end -->
You can’t perform that action at this time.
0 commit comments