diff --git a/dotfiles/lib/functions/ballchasing_lookup b/dotfiles/lib/functions/ballchasing_lookup new file mode 100755 index 00000000..ea5885a5 --- /dev/null +++ b/dotfiles/lib/functions/ballchasing_lookup @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +function ballchasing_lookup { + xdg-open "https://ballchasing.com/replay/$(rofi -dmenu)" +} + +ballchasing_lookup