Run script file from Xcode with custom shortcut without opening terminal.
- Download the
script file
. - Open terminal
chmod +x script_file_path.sh
- Open Xcode preferences (
⌘,
) - Go to
3ʳᵈ
tapBehaviours
- Click (
+
) at thebottom
of theleft panel
. - Add your custom script
name
. - choose your custom
shortcut
beside thename
. - activate
Run
checkbox at thebottom
of theright panel
- Choose your downloaded
script file
- Exit
preferences
and enjoy your script.
install cocoapods from Xcode with just hitting a shortcut
-
Download podinstall-script.sh
-
Move the downloaded file to your App root folder
example: ~/Desktop/MyApp
-
follow the
upper
instructions from step3
-
Enjoy your daily routine with just a shortcut. 🤟💪
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.