We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346a23e commit b64b82eCopy full SHA for b64b82e
.bash.d/mac.sh
@@ -57,6 +57,18 @@ if ! type tac &>/dev/null; then
57
}
58
fi
59
60
+# used for Shazaming while on headphones - see:
61
+#
62
+# https://github.com/HariSekhon/Knowledge-Base/blob/master/audio.md#shazam-songs-while-using-headphones-on-mac
63
64
+# Switches to Multi-Output Device which should already be configured as above and contain your headphones and BlackHole 2ch
65
66
+alias mshazam='SwitchAudioSource -s "Multi-Output Device"; open -a Shazam'
67
+
68
+vol(){
69
+ osascript -e "set volume output volume $1"
70
+}
71
72
# put in inputrc for readline
73
#set completion-ignore-case on
74
0 commit comments