Speed up recipe loading from deeplinks and various fixes (#3662)

This commit is contained in:
Zane
2025-07-28 14:17:43 -07:00
committed by GitHub
parent c7425694f8
commit 85c77474df
9 changed files with 321 additions and 61 deletions
+16 -1
View File
@@ -6,4 +6,19 @@ Put `goosey` in your $PATH if you want to launch via:
goosey .
```
This will open goose GUI from any path you specify
This will open goose GUI from any path you specify
# Unregister Deeplink Protocols (macos only)
`unregister-deeplink-protocols.js` is a script to unregister the deeplink protocol used by goose like `goose://`.
This is handy when you want to test deeplinks with the development version of Goose.
# Usage
To unregister the deeplink protocols, run the following command in your terminal:
Then launch Goose again and your deeplinks should work from the latest launched goose application as it is registered on startup.
```bash
node scripts/unregister-deeplink-protocols.js
```