Created
February 28, 2010 17:55
-
-
Save charlesroper/317700 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Open Command Prompt 2</string> | |
| <key>uuid</key> | |
| <string>D76BC291-700B-411B-A63A-CDB1CDEF5646</string> | |
| <key>input</key> | |
| <string>selection</string> | |
| <key>output</key> | |
| <string>openAsNewDocument</string> | |
| <key>command</key> | |
| <string># just to remind you of some useful environment variables | |
| echo File: "$TM_FILEPATH" | |
| echo Word: "$TM_CURRENT_WORD" | |
| echo Selection: "$TM_SELECTED_TEXT"</string> | |
| <key>runEnvironment</key> | |
| <string>windows</string> | |
| <key>winCommand</key> | |
| <string>"C:\cygwin\bin\cygstart.exe" "D:/Users/charlesr/Documents/My Dropbox/Software/Console2/Console.exe" -d "%TM_DIRECTORY%"</string> | |
| <key>scope</key> | |
| <string></string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment