Skip to content

timmo001/go-automate

Repository files navigation

Go Automate

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.

Setup

  1. Install go
  2. 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

Build and Install

  1. Clone this repo
  2. Run go build
  3. Run go install