https://github.com/deskflow/scripts
Optional development scripts for Deskflow
https://github.com/deskflow/scripts
Last synced: 6 months ago
JSON representation
Optional development scripts for Deskflow
- Host: GitHub
- URL: https://github.com/deskflow/scripts
- Owner: deskflow
- Created: 2024-12-23T19:04:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-12T15:58:52.000Z (11 months ago)
- Last Synced: 2026-01-16T05:20:54.375Z (7 months ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: security/README.md
Awesome Lists containing this project
README
# Deskflow Development Scripts
Optional development scripts for Deskflow.
To use, clone this repo into your `deskflow` repo.
These scripts are meant only to add developer conveniences during daily development.
They are not used by CI and are not required at all for Deskflow development.
## References
The [`.vscode`](https://github.com/deskflow/.vscode) project references scripts in this project.
This project is intended to be used with the example
[`CMakeUserPresets.json`](https://gist.github.com/nbolton/1a6c59b576528f20f76ae2e3fd0c72d5)
file, which installs to `build/install` on Windows.
> [!TIP]
> On Windows, you may find that you have a more pleasant development experience if you run from
> `build/install` rather than `build/bin` to avoid "Access denied: file in use" errors.