Mac 터미널에서 약간의 시간이 걸리는 스크립트를 실행할 때 종료시 알림을 원합니다.

1500 단어 TerminalMac
여러가지 방법은 있을 것 같지만 이번은 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.

좋은 웹페이지 즐겨찾기