https://github.com/giannimassi/trello-tui
A terminal ui for trello
https://github.com/giannimassi/trello-tui
production terminal terminal-ui trello trello-api trello-cli
Last synced: 5 months ago
JSON representation
A terminal ui for trello
- Host: GitHub
- URL: https://github.com/giannimassi/trello-tui
- Owner: giannimassi
- License: mit
- Created: 2019-08-24T12:10:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T19:03:46.000Z (over 6 years ago)
- Last Synced: 2024-06-20T09:22:51.833Z (almost 2 years ago)
- Topics: production, terminal, terminal-ui, trello, trello-api, trello-cli
- Language: Go
- Homepage:
- Size: 622 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trello-tui
[](https://godoc.org/github.com/giannimassi/trello-tui)
[](https://goreportcard.com/report/github.com/giannimassi/trello-tui)
[](https://circleci.com/gh/giannimassi/trello-tui/tree/master)
#### A terminal ui for trello

###### 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
```bash
go get github.com/giannimassi/trello-tui
```
### Usage
The following environment variables are required to be configured:
```bash
export TRELLO_USER=user
export TRELLO_KEY=key
export TRELLO_TOKEN=token
```
#### Run:
```bash
trello-tui -refresh=30s -board="Board Name"
```
#### Flags:
```bash
-board string
board name
-log
Log to file
-refresh duration
refresh interval (min=1s) (default 10s)
-vv
Increase verbosity level
```