mirror of
https://github.com/wahyd4/things.git
synced 2026-08-09 05:06:35 +10:00
16 lines
370 B
Plaintext
16 lines
370 B
Plaintext
<?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>application</key>
|
|
<integer>1</integer>
|
|
<key>custom</key>
|
|
<string>on alfred_script(q)
|
|
tell application "iTerm"
|
|
activate
|
|
do script q
|
|
end tell
|
|
end alfred_script</string>
|
|
</dict>
|
|
</plist>
|