v1.2.3
Change Log
-
Applescript Changes allow for iTerm Stable and Nightly support. Note that this only works with Nightly versions starting after
2.9.20150414
In your JSON file the settings directive is"iTerm_version": "nightly",
or"iTerm_version": "stable",
-
Open a Command in a new window. In your JSON for the command add this directive:
"inTerminal": "new",
-
Open a Command in the existing window. In your JSON for the command add this directive:
"inTerminal": "current",
-
Add a Title to your window: In your JSON for the command add this directive:
"title": "Dev Server - SSH"
-
Add a Theme to your window: In your JSON for the command add this directive:
"theme": "Homebrew",
Note: For iTerm this will be the name of your Profile. Apple Menu > iTerm > Preferences > Profiles They are case sensitive
-
Change the Path to the JSON file. In your home directory create a file called
~/.shuttle.path
In this file is the path to the JSON settings. Mine currently reads/Users/thshdw/Desktop/shuttle.json
-
Change the default editor. In the JSON settings change
“editor”: “default”
will open the settings file from the Settings > edit menu in that editor. Set the editor to 'nano', 'vi', or any terminal based editor. -
Shuttle About Opens a GUI window that shows the version with a button to the home page.