[zsh] Add function for ballchasing lookup

This commit is contained in:
2023-06-19 14:52:57 -06:00
parent a9e730962e
commit 1c5018e927

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
function ballchasing_lookup {
xdg-open "https://ballchasing.com/replay/$(rofi -dmenu)"
}
ballchasing_lookup