https://github.com/klauern/trackello
Tracking your work in Trello from the command-line
https://github.com/klauern/trackello
cli golang trello
Last synced: 2 months ago
JSON representation
Tracking your work in Trello from the command-line
- Host: GitHub
- URL: https://github.com/klauern/trackello
- Owner: klauern
- License: apache-2.0
- Created: 2016-02-16T00:57:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T14:19:59.000Z (almost 8 years ago)
- Last Synced: 2026-04-11T03:47:45.647Z (2 months ago)
- Topics: cli, golang, trello
- Language: Go
- Size: 14.9 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trackello
[](https://goreportcard.com/report/github.com/klauern/trackello)
[](https://codecov.io/gh/klauern/trackello)
[](https://app.wercker.com/project/bykey/0d8fcf888b7cf0be0f4e0678b179c341)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fklauern%2Ftrackello?ref=badge_shield)
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:
```sh
go get github.com/klauern/trackello/cmd/trackello
```
## Make file
An alternative setup is to use the Makefile:
```sh
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:
* [Trackello](http://blog.nickklauer.info/2016/trackello/)
* [Formatting and Parallelism](http://blog.nickklauer.info/2016/trackello_parallelism/)
# 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
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fklauern%2Ftrackello?ref=badge_large)