소프트웨어 개발/macOS (2) 썸네일형 리스트형 How to automatically paste today's date with keyboard shortcut? (ex: 2018_05_19 23:15:05) Create new: ServicesServices receives no input in any applicationUse the search to find and add action: Run ApplescriptCopy and paste the following to the field on the right:tell application "System Events" set _Date to (current date) keystroke ¬ (year of _Date as text) & "_" & ¬ text -2 thru -1 of ("00" & ((month of _Date) as integer)) & "_" & ¬ (day of _Date as text) & " " & ¬ text -2 thru -1 .. Softwares on my macOS v0.2 이전 1 다음