🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
19
node_modules/shiki/samples/applescript.sample
generated
vendored
Normal file
19
node_modules/shiki/samples/applescript.sample
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
tell application "Address Book"
|
||||
|
||||
set bDayList to name of every person whose birth date is not missing value
|
||||
|
||||
choose from list bDayList with prompt "Whose birthday would you like?"
|
||||
|
||||
if the result is not false then
|
||||
|
||||
set aName to item 1 of the result
|
||||
|
||||
set theBirthday to birth date of person named aName
|
||||
|
||||
display dialog aName & "'s birthday is " & date string of theBirthday
|
||||
|
||||
end if
|
||||
|
||||
end tell
|
||||
|
||||
-- From https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/reference/ASLR_cmds.html
|
||||
Loading…
Add table
Add a link
Reference in a new issue