summary refs log tree commit diff
path: root/home/.local/bin/notify-send
blob: afeb22cc55d953f5d71240d8367c98725a2d7f2d (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 "" with title (item 1 of argv)
	end if
end run
7-07-16 13:14:51 -0400'>2017-07-16Add description to dtchJune McEnroe 2017-07-16Fix dtch portabilityJune McEnroe 2017-07-16Send ^L on attach, rmcup reset on detachJune McEnroe 2017-07-15Sort dtch includesJune McEnroe 2017-07-15Clean up dtchJune McEnroe 2017-07-14Detect death of childJune McEnroe 2017-07-14Use CTRL macroJune McEnroe 2017-07-14Add just-about-functional dtch/atchJune McEnroe 2017-07-13Make pbd/pbcopy/pbpaste one binary with dispatchJune McEnroe 2017-07-11Remove manpager scriptJune McEnroe 2017-07-09Only pacman -Sy onceJune McEnroe 2017-07-09Add Tarmak 2 to console keymapJune McEnroe 2017-07-04Remove pathogenJune McEnroe 2017-07-04Consolidate pbd, pbcopy, pbpasteJune McEnroe 2017-07-04Reorganize neovim configuration, againJune McEnroe 2017-07-04Remove <Esc><Esc> terminal mappingJune McEnroe 2017-07-04Generalize C-w neovim terminal mappingJune McEnroe 2017-07-04Remove tmuxJune McEnroe 2017-07-04Show terminal title in statuslineJune McEnroe 2017-07-04Add nvim terminal mappingsJune McEnroe 2017-06-29Add color to xxJune McEnroe 2017-06-28Set tmux copy-mode-vi bindings for TarmakJune McEnroe 2017-06-27Link Scala syntax fileJune McEnroe 2017-06-27Clean up top of trivial colorscheme fileJune McEnroe 2017-06-27Fix Scala syntax highlight linksJune McEnroe