[zsh] Add function for ballchasing lookup

This commit is contained in:
Ivan Malison 2023-06-19 14:52:57 -06:00
parent a9e730962e
commit 1c5018e927
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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