CLI/TUI for drafting, repeating, and publishing daily standup updates as GitHub issues
github go cli golang management project tui daily
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(scripts): correct repo url in install script

+1 -1
+1 -1
scripts/install.sh
··· 4 4 5 5 set -e 6 6 7 - REPO="prefapp/pad" 7 + REPO="vieitesss/pad" 8 8 INSTALL_DIR="${INSTALL_DIR:-$HOME/.local/bin}" 9 9 10 10 # Detect OS and architecture