Skip to content

SwiftyJourney/raycast-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swifty Journey — Raycast Scripts

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.

What's inside

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.

Installation

  1. Clone this repo somewhere stable:

    git clone git@github.com:swiftyjourney/raycast-scripts.git
  2. Make sure the scripts are executable:

    chmod +x *.sh
  3. In Raycast, open Extensions → Script Commands → Add Directory and point it at this folder. The commands appear in Raycast under the SwiftyJourney Tools package.

Requirements

  • macOS
  • Raycast
  • Xcode with command line tools (xcrun, xcode-select)
  • python3 (used by reset-simulators.sh)
  • git and curl (used by create-study-case.sh)

Links

License

MIT © 2026 Juan Francisco Dorado Torres. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages