dotfiles/dotfiles/lib/functions/ballchasing_lookup

8 lines
129 B
Plaintext
Raw Normal View History

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