URL Designer is a Raycast extension for collecting URL patterns and copying them as an implementation prompt.
Create Prompt in Raycast.blog/posts/[uuid]./.The command stores saved URL patterns in Raycast local storage. It prevents duplicate patterns.
| Action | macOS | Windows |
|---|---|---|
| Add or save a URL | Enter | Enter |
| Edit a URL | Cmd+E | Ctrl+E |
| Move a URL up | Cmd+Ctrl+Up | Ctrl+Shift+Up |
| Move a URL down | Cmd+Ctrl+Down | Ctrl+Shift+Down |
| Remove a URL | Ctrl+X | Ctrl+D |
| Copy the prompt | Cmd+Shift+C | Ctrl+Shift+C |
The Copy Prompt action copies the saved URL patterns, one pattern per line. It then adds:
implement these URL contracts in the app
This extension is inspired by Linksy by @fernandorojo.