Raycast script commands for the Swifty Journey iOS/Swift workflow. A small, versioned collection of automations I use day to day, runnable straight from Raycast.
| Script | Icon | Description |
|---|---|---|
create-study-case.sh |
📦 | Create a folder with README, LICENSE and .gitignore for a new Swift project, then git init and open it in Finder. Arguments: Project Title, optional Owner (defaults to Swifty Journey). |
reset-simulators.sh |
📱 | Delete all simulators and recreate every supported one for the currently selected Xcode. Asks for confirmation before running. |
-
Clone this repo somewhere stable:
git clone git@github.com:swiftyjourney/raycast-scripts.git
-
Make sure the scripts are executable:
chmod +x *.sh -
In Raycast, open Extensions → Script Commands → Add Directory and point it at this folder. The commands appear in Raycast under the SwiftyJourney Tools package.
- macOS
- Raycast
- Xcode with command line tools (
xcrun,xcode-select) python3(used byreset-simulators.sh)gitandcurl(used bycreate-study-case.sh)
- Website: swiftyjourney.com
- GitHub: github.com/swiftyjourney
MIT © 2026 Juan Francisco Dorado Torres. See LICENSE.