summary refs log tree commit diff
path: root/scripts/notify-send.scpt
blob: 5630440dc792398fbbe737a32f527cf16d24103a (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/osascript

on run argv
	if count of argv is 2 then
		display notification (item 2 of argv) with title (item 1 of argv)
	else
		display notification (item 1 of argv)
	end if
end run
inary MIME typesJohn Keeping 2014-01-08ui-log.c: Several simplificationsLukas Fleischer 2014-01-08Use argv_array in place of vectorLukas Fleischer 2014-01-08ui-stats.c: Remove unused macroLukas Fleischer 2014-01-08scan-tree.c: Remove unused macroLukas Fleischer 2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer