GradleからOSX notification centerに通知をするスニペット 0 ストック 0 コメント この投稿をストックする osascript(1) で AppleScript を実行すればできる。 void growl(String title, String message) { def proc = ["osascript", "-e", "display

kasumanikasumani のブックマーク 2014/05/01 11:30

その他

このブックマークにはスターがありません。
最初のスターをつけてみよう!

GradleからOSX notification centerに通知をするスニペット - Qiita

    void growl(String title, String message) { def proc = ["osascript", "-e", "display notification \"${message}\" with title \"${title}\""].execute() if (proc.waitFor() != 0) { throw new GradleExcepti...

    \ コメントが サクサク読める アプリです /

    • App Storeからダウンロード
    • Google Playで手に入れよう