Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.42 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.42 KB

Xcode Scripts

Run script file from Xcode with custom shortcut without opening terminal.

Installation

  1. Download the script file.
  2. Open terminal chmod +x script_file_path.sh
  3. Open Xcode preferences (⌘,)
  4. Go to 3ʳᵈ tap Behaviours
  5. Click (+) at the bottom of the left panel.
  6. Add your custom script name.
  7. choose your custom shortcut beside the name.
  8. activate Run checkbox at the bottom of the right panel
  9. Choose your downloaded script file
  10. Exit preferences and enjoy your script.

Instructions

Youtube video

instructions image

Example

install cocoapods from Xcode with just hitting a shortcut

  1. Download podinstall-script.sh

  2. Move the downloaded file to your App root folder example: ~/Desktop/MyApp

  3. follow the upper instructions from step 3

  4. Enjoy your daily routine with just a shortcut. 🤟💪

Contributing

You can add your own script files to share with others. Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT