gitextract_dqfw693f/ ├── .gitignore ├── README.md ├── package.json ├── scripts/ │ └── setupBinaries.js ├── src/ │ ├── cli.ts │ ├── darwin/ │ │ ├── helpers.ts │ │ └── index.ts │ ├── index.ts │ ├── linux/ │ │ └── index.ts │ ├── types.ts │ └── win32/ │ ├── index.ts │ └── patchQode.ts ├── template/ │ ├── darwin/ │ │ └── Contents/ │ │ ├── Info.plist │ │ ├── MacOS/ │ │ │ └── qode.json │ │ ├── PkgInfo │ │ └── Resources/ │ │ ├── entitlements.plist │ │ └── index.js │ ├── linux/ │ │ ├── default.desktop │ │ ├── index.js │ │ └── qode.json │ └── win32/ │ ├── platforms/ │ │ └── .gitkeep │ ├── qode.json │ └── styles/ │ └── .gitkeep ├── tsconfig.json └── yarn-error.log