summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-31 19:59:42 -0400
committerJune McEnroe <june@causal.agency>2020-03-31 19:59:42 -0400
commit2f0ee249d4d99aad08c4f9e512896e762f3062f5 (patch)
treeb2939858a244eb9fa1c2ef603f334a359955d90e /home
parentTeach hi how to underline in IRC (diff)
downloadsrc-2f0ee249d4d99aad08c4f9e512896e762f3062f5.tar.gz
src-2f0ee249d4d99aad08c4f9e512896e762f3062f5.zip
Add np script
I'm bringing this back.
Diffstat (limited to 'home')
-rwxr-xr-xhome/.local/bin/np7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.local/bin/np b/home/.local/bin/np
new file mode 100755
index 00000000..7d54574c
--- /dev/null
+++ b/home/.local/bin/np
@@ -0,0 +1,7 @@
+#!/usr/bin/osascript
+
+tell application "iTunes"
+	tell current track
+		get "/me is listening to " & artist & " — " & name
+	end tell
+end tell