Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.33 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.33 KB

trello-tui

Godoc Reference Go Report CircleCI

A terminal ui for trello

Screenshot

Disclaimer

trello-tui is still a work in progress. Roadmap includes:

  • display user comments
  • allowing the user to add comments
  • filter cards displayed by label or text
  • display linked cards
  • navigate to linked cards
  • open link in description or comment in browser
  • display linked pull-requests or issues from github

Installation

go get github.com/giannimassi/trello-tui

Usage

The following environment variables are required to be configured:

export TRELLO_USER=user
export TRELLO_KEY=key
export TRELLO_TOKEN=token

Run:

trello-tui -refresh=30s -board="Board Name"

Flags:

-board string
      board name
-log
      Log to file
-refresh duration
      refresh interval (min=1s) (default 10s)
-vv
      Increase verbosity level