New Cross-Platform command line installer
iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/goo-app/cli/main/install.ps1')
powershell -Command "iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/goo-app/cli/main/install.ps1')"
curl -s https://raw.githubusercontent.com/goo-app/cli/main/install.sh | bash
goo install <app...>
goo update [-c|--cleanup] <app...>
goo uninstall <app...>
goo list
goo search [--regex] <app>
goo repo add [--name <name>] <git-url>
goo repo remove <name>