github.com/klauern/trackello

Tracking your work in Trello from the command-line


Keywords
cli, golang, trello
License
Apache-2.0
Install
go get github.com/klauern/trackello

Documentation

trackello

Go Report Card codecov wercker status FOSSA Status

Tracking your work in Trello from the command-line

Setup

Pre-configured Go environment

If you are proficient in developing and building Go applications, you can simply install with the following command:

go get github.com/klauern/trackello/cmd/trackello

Make file

An alternative setup is to use the Makefile:

make setup
make
make trackello
./bin/trackello # For running

Motivation

There's a decent set of blog posts that I have been working on to explain the rationale:

Future work

  • Display Key identifying summary fields
  • Add color-coding for labels
  • lots more tests
  • create helper to configure the Trello API/Token/Board settings on first run

License

FOSSA Status