curl -fsSL https://gtasks.sidv.dev/install | bash
Installs the latest release to ~/.local/bin. To install elsewhere:
INSTALL_DIR=/usr/local/bin curl -fsSL https://gtasks.sidv.dev/install | bash
PATH:
mv gtasks ~/.local/bin/ (or /usr/local/bin/) and chmod +x gtasksgtasks --versionIf you have Go installed:
go install github.com/BRO3886/gtasks@latest