Difference between revisions of "Osascript"
Jump to navigation
Jump to search
↑ https://code-maven.com/display-notification-from-the-mac-command-line
Line 31: | Line 31: | ||
* [[say]] | * [[say]] | ||
* [[watch]] | * [[watch]] | ||
+ | * <code>[[zsh: command not found:]] osacript</code> | ||
== See also == | == See also == |
Revision as of 09:49, 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 ...]
/usr/bin/osascript -e 'tell application "System Events" to set the autohide of the dock preferences to true'
display notification display alert
Related
- terminal-notifier
- say
- watch
zsh: command not found: osacript
See also
- iTerm2
tput bel
- growl
osascript, terminal-notifier
- Sound notifications:
tput bel, paplay, echo -e '\a', printf '\7'
,osascript -e 'beep 1'
,afplay, ping -a, say, ntfy.sh, bip (alias)
Advertising: