gitextract_681_8esy/ ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── README.md ├── cmake/ │ └── standalone.cmake ├── resources/ │ └── icons/ │ ├── hook.icns │ └── svg2icns.sh ├── scripts/ │ ├── build.sh │ └── create_dmg.sh ├── src/ │ ├── backend.cpp │ ├── backend.h │ ├── config.h.in │ └── main.cpp └── test/ ├── hook.h ├── test.cpp └── test.sh