Difference between revisions of "Osascript"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
* https://ss64.com/osx/osascript.html
 
* https://ss64.com/osx/osascript.html
  
* <code>/usr/bin/osascript</code>
+
* <code>[[/usr/bin/]]osascript</code>
  
  

Revision as of 09:42, 4 February 2023

osasscript execute AppleScripts and other OSA language scripts


Examples

echo "your text "| xargs -I {} osascript -e 'display notification "{}" sound name "submarine" [1]
  • osascript -e 'display notification "MY TEXT"'
  • osascript -e 'display notification "MY TEXT" with title "MY TITLE"'
  • osascript -e 'display notification "My Notification text goes here" with title "My Title"'
  • osascript -e 'display notification "hello world!" with title "Greeting" subtitle "More text" sound name "Submarine"'
  • osascript -e 'display notification "hello world!" with title "Greeting" subtitle "More text" sound name "default"'
echo "your text "| xargs -I {} osascript -e 'display notification "{}" sound name "submarine"
echo "your text "| xargs -I {} osascript -e 'display alert "{}" 
osascript --help
usage: osascript [-l language] [-e script] [-i] [-s {ehso}] [programfile] [argument ...]


display notification
display alert

Related

See also

  • https://code-maven.com/display-notification-from-the-mac-command-line
  • Advertising: