The hubapp
command line tool lets you install app binaries from github user's releases.
Once installed, simply select the version you require from the dropdown and start using the downloaded github user's app.
See installation guide here: hubapp installation
hubapp
is available for MacOS and Linux based operating systems.
Installation for MacOS is the easiest with Homebrew. If you do not have homebrew installed, click here.
brew install warrensbox/tap/hubapp
Installation for other linux operation systems.
curl -L https://raw.githubusercontent.com/warrensbox/hubapp/release/install.sh | bash
Alternatively, you can install the binary from source here
- You can install and switch between different versions of github user's app by typing the command
hubapp install user/repo
on your terminal. - Select the version of binary by using the up and down arrow.
- Hit Enter to install the desired version.
The most recently selected versions are presented at the top of the dropdown.
- You can also upgrade to latest version of the app.
- For example,
hubapp upgrade user/repo
to upgrade to a higher version of the app. - Hit Enter to upgrade.
- You can also uninstalled github user's.
- For example,
hubapp upgrade user/repo
to uninstall to a higher version of the app. - Hit Enter to uninstall.
See how to upgrade, uninstall, troubleshoot here:More info
Please open issues here: New Issue