Skip to content

Commit db058cd

Browse files
committed
Merge branch 'main' of github.com:Zheng-Bote/qt-cli_file_encryption-decryption
2 parents 952d1bf + b49f7d4 commit db058cd

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,23 @@
2222
- [Features](#features)
2323
- [Status](#status)
2424
- [Documentation](#documentation)
25+
- [Usage](#usage)
26+
- [Rules](#rules)
2527
- [Encryption](#encryption)
28+
- [Linux](#linux)
2629
- [Decryption](#decryption)
30+
- [configuration: dotenv or env](#configuration-dotenv-or-env)
2731
- [Test / Performance](#test--performance)
2832
- [Installation](#installation)
29-
- [Linux](#linux)
33+
- [Linux](#linux-1)
3034
- [MacOS](#macos)
3135
- [Windows](#windows)
3236
- [Development](#development)
3337
- [Dependencies](#dependencies)
3438
- [CMake](#cmake)
3539
- [QT](#qt)
3640
- [Qt-AES](#qt-aes)
41+
- [dotenv-cpp](#dotenv-cpp)
3742
- [folder structure](#folder-structure)
3843
- [Authors and License](#authors-and-license)
3944
- [MIT License](#mit-license)
@@ -279,6 +284,8 @@ An utility to load environment variables from a .env file
279284
├── .gitignore
280285
├── LICENSE
281286
├── README.md
287+
├── docs
288+
│   └── dot.env
282289
├── src
283290
│   ├── .gitignore
284291
│   ├── CMakeLists.txt
@@ -289,6 +296,7 @@ An utility to load environment variables from a .env file
289296
│   │   └── rz_config.h.in
290297
│   ├── includes
291298
│   │   ├── cxxopts.hpp
299+
│   │   ├── dotenv.h
292300
│   │   ├── qaesencryption.cpp
293301
│   │   ├── qaesencryption.h
294302
│   │   ├── rz_config.h
@@ -298,7 +306,7 @@ An utility to load environment variables from a .env file
298306
│   └── main.cpp
299307
└── tree.bak
300308
301-
9 directories, 32 files
309+
10 directories, 34 files
302310
```
303311

304312
<!-- readme-tree end -->

0 commit comments

Comments
 (0)