Install
You can install TagSelecta in one of these ways:
- Homebrew tap: install via Homebrew from
cantti/homebrew-tagselecta. - AUR package (Arch Linux): install
tagselecta-binwith an AUR helper likeyayorparu. - Install script (automatic): use the provided script to download and install the latest release.
- Download release (manual): download from GitHub Releases and place the binary in your
PATH.
Option 1. Install via Homebrew
If you use Homebrew, install TagSelecta from the tap:
brew tap cantti/tagselecta
brew install tagselecta
Option 2. Install from AUR (Arch Linux)
If you use Arch Linux (or an Arch-based distro), you can install the AUR package:
yay -S tagselecta-bin
Or with paru:
paru -S tagselecta-bin
Option 3. Install via Script (Automatic Install)
Tip: the same script can be used to update the installed version.
You can install the latest release automatically using the provided installer script (review the script before running it):
wget -qO- https://raw.githubusercontent.com/cantti/tagselecta/main/install.sh | bash
This installs to $HOME/.local/bin by default.
For system-wide install:
wget -qO- https://raw.githubusercontent.com/cantti/tagselecta/main/install.sh | sudo bash -s -- --system
Option 4. Download Release (Manual Install)
- Go to the Releases page
- Download the latest archive for your system
- Extract it
- Move the binary into your preferred location (for example):
mv tagselecta "$HOME/.local/bin"
Ensure "$HOME/.local/bin" is in your PATH.