flexzuu / linear-tracker

mac menubar app that tracks pending linear tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot 2021-04-06 at 15 55 47

install

go install ./cmd/linear-tracker

run

linear-tracker -token=<token>

how to create a token

visit https://linear.app/settings/api and create a personal api key

how to keep alive

  • add a lauchd plist into your ~/Library/LaunchAgents/ folder
  • remember to replace the path, working dir, fullpath to binary and token
  • launchctl load <path to plist>

About

mac menubar app that tracks pending linear tasks


Languages

Language:Go 100.0%