summary refs log tree commit diff
path: root/home/.local/bin/np
blob: 7d54574c81dcaf8986d441fa1aed9b3c9110b3be (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/osascript

tell application "iTunes"
	tell current track
		get "/me is listening to " & artist & " — " & name
	end tell
end tell
6fddad7251021b307c8a3f70fdd2aa04c3f74eaa&follow=1'>ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli