An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# trackello
[![Go Report Card](https://goreportcard.com/badge/github.com/klauern/trackello)](https://goreportcard.com/report/github.com/klauern/trackello)
[![codecov](https://codecov.io/gh/klauern/trackello/branch/master/graph/badge.svg)](https://codecov.io/gh/klauern/trackello)
[![wercker status](https://app.wercker.com/status/0d8fcf888b7cf0be0f4e0678b179c341/m "wercker status")](https://app.wercker.com/project/bykey/0d8fcf888b7cf0be0f4e0678b179c341)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fklauern%2Ftrackello.svg?type=shield)](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
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fklauern%2Ftrackello.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fklauern%2Ftrackello?ref=badge_large)