gitextract_bkhq94ol/ ├── .clang-format ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── README.md ├── include/ │ └── keychain/ │ └── keychain.h ├── src/ │ ├── keychain_linux.cpp │ ├── keychain_mac.cpp │ └── keychain_win.cpp └── test/ ├── CMakeLists.txt ├── catch_amalgamated.cpp ├── catch_amalgamated.hpp └── tests.cpp