Skip to content

giannimassi/trello-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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