gitextract_757w5lgm/ ├── .application/ │ └── zps.desktop ├── .clang-format ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ ├── ci.yml │ └── docker.yml ├── .gitignore ├── CMakeLists.txt ├── LICENSE ├── Makefile ├── README.md ├── README_KO.md ├── docker/ │ └── Dockerfile ├── example/ │ └── zproc.c ├── man/ │ └── zps.1 ├── scripts/ │ ├── release.sh │ └── test.sh └── src/ ├── zps.c └── zps.h