dotfiles/packages/scripts/tofi-hg/tofi-hg
2025-09-01 10:32:19 +02:00

10 lines
183 B
Bash
Executable file

#!/usr/bin/env bash
HOME=/home/$(whoami)
BASE_URI="https://github.com/hausgold/"
REPO=$(< "$HOME/.gh/hausgold-repos" tofi)
if [[ -n $REPO ]]; then
open-url "$BASE_URI$REPO"
fi