Mac 터미널에서 약간의 시간이 걸리는 스크립트를 실행할 때 종료시 알림을 원합니다.
AppleScript
로.쉘은
fish
입니다.스크립트는
Dropbox
안에 넣어 동기화.alert.scpt
tell application "System Events" to display dialog "Finish terminal task" buttons { "ok" }
~/.config/fish/config.fish
alias alert 'osascript ~/Dropbox/Apps/alert.scpt'
뭔가 실행할 때
ruby main.rb ; alert
사용하지 않았지만 편리한 도구
GitHub - julienXX/terminal-notifier: Send User Notifications on macOS from the command-line.
GitHub - vjeantet/alerter: Send User Alert Notification on Mac OS X 10.8 from the command-line.
Reference
이 문제에 관하여(Mac 터미널에서 약간의 시간이 걸리는 스크립트를 실행할 때 종료시 알림을 원합니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/murata0705/items/4c9fca785fe6138ca4f4텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)