| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>AMApplicationBuild</key>
- <string>419</string>
- <key>AMApplicationVersion</key>
- <string>2.6</string>
- <key>AMDocumentVersion</key>
- <string>2</string>
- <key>actions</key>
- <array>
- <dict>
- <key>action</key>
- <dict>
- <key>AMAccepts</key>
- <dict>
- <key>Container</key>
- <string>List</string>
- <key>Optional</key>
- <true/>
- <key>Types</key>
- <array>
- <string>com.apple.applescript.object</string>
- </array>
- </dict>
- <key>AMActionVersion</key>
- <string>1.0.2</string>
- <key>AMApplication</key>
- <array>
- <string>Automator</string>
- </array>
- <key>AMParameterProperties</key>
- <dict>
- <key>source</key>
- <dict/>
- </dict>
- <key>AMProvides</key>
- <dict>
- <key>Container</key>
- <string>List</string>
- <key>Types</key>
- <array>
- <string>com.apple.applescript.object</string>
- </array>
- </dict>
- <key>ActionBundlePath</key>
- <string>/System/Library/Automator/Run AppleScript.action</string>
- <key>ActionName</key>
- <string>AppleScript ausführen</string>
- <key>ActionParameters</key>
- <dict>
- <key>source</key>
- <string>on run {input}
- set thePath to POSIX path of input
- set cmd to "nvim " & quoted form of thePath
- tell application "iTerm"
- activate
-
- set myterm to (make new terminal)
-
- tell myterm
- launch session "Default Session"
- tell the last session
- write text cmd
- end tell
- end tell
- end tell
- end run</string>
- </dict>
- <key>BundleIdentifier</key>
- <string>com.apple.Automator.RunScript</string>
- <key>CFBundleVersion</key>
- <string>1.0.2</string>
- <key>CanShowSelectedItemsWhenRun</key>
- <false/>
- <key>CanShowWhenRun</key>
- <true/>
- <key>Category</key>
- <array>
- <string>AMCategoryUtilities</string>
- </array>
- <key>Class Name</key>
- <string>RunScriptAction</string>
- <key>InputUUID</key>
- <string>2BE51EC7-D51B-41FC-9342-F351D511B54B</string>
- <key>Keywords</key>
- <array>
- <string>Ausführen</string>
- </array>
- <key>OutputUUID</key>
- <string>5E749FDE-6215-459F-BDCC-9B6ADD62E4B3</string>
- <key>UUID</key>
- <string>12DECC29-9D36-4B78-BE49-CA2766ADFC77</string>
- <key>UnlocalizedApplications</key>
- <array>
- <string>Automator</string>
- </array>
- <key>arguments</key>
- <dict>
- <key>0</key>
- <dict>
- <key>default value</key>
- <string>on run {input, parameters}
-
- (* Your script goes here *)
-
- return input
- end run</string>
- <key>name</key>
- <string>source</string>
- <key>required</key>
- <string>0</string>
- <key>type</key>
- <string>0</string>
- <key>uuid</key>
- <string>0</string>
- </dict>
- </dict>
- <key>conversionLabel</key>
- <integer>0</integer>
- <key>isViewVisible</key>
- <true/>
- <key>location</key>
- <string>309.000000:316.000000</string>
- <key>nibPath</key>
- <string>/System/Library/Automator/Run AppleScript.action/Contents/Resources/Base.lproj/main.nib</string>
- </dict>
- <key>isViewVisible</key>
- <true/>
- </dict>
- </array>
- <key>connectors</key>
- <dict/>
- <key>workflowMetaData</key>
- <dict>
- <key>workflowTypeIdentifier</key>
- <string>com.apple.Automator.application</string>
- </dict>
- </dict>
- </plist>
|