A utility to run common tasks.
I call this app with keyboard shortcuts and patched apps in linux to trigger automations in my home using Home Assistant.
- Install go
- Set up your go workspace and make sure that your
GOPATH
is set correctly.
export GOPATH=$HOME/go
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
- Clone this repo
- Run
go build
- Run
go install