forked from colonelpanic/dotfiles
[zsh] Add function for ballchasing lookup
This commit is contained in:
parent
a9e730962e
commit
1c5018e927
7
dotfiles/lib/functions/ballchasing_lookup
Executable file
7
dotfiles/lib/functions/ballchasing_lookup
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
function ballchasing_lookup {
|
||||
xdg-open "https://ballchasing.com/replay/$(rofi -dmenu)"
|
||||
}
|
||||
|
||||
ballchasing_lookup
|
Loading…
Reference in New Issue
Block a user