
Kanban
A Simple terminal UI for GitHub Project :octocat:.

Installation
brew tap shuntaka9576/tap
brew install shuntaka9576/tap/kanban
Configuration
- Refer to Personal access tokens. Please create an access token.
- Please create the following configuration file.
$ cat ~/.config/kanban.yml
github.com:
- user: [GitHub userID]
oauth_token: [GitHub access token]
- Please set the following environment variables.
export LC_CTYPE=en_US.UTF-8
Usage
In the case of this repository, you can use kanban --repo shuntaka9576/kanban.
$ kanban --help
GitHub Project Viewer
Usage:
kanban [flags]
Flags:
--help Show help for command
-R, --repo OWNER/REPO Select another repository using the OWNER/REPO format
-S, --search string Search project name string(default first project)
-v, --version version for kanban
Limit
There are a few limitations. Please give us your feedback.
| project | project | 1(use search option) |
| project | columns | 10 |
| columns | cards | 100 |
| issue | labels | 10 |
| issue | assignees | 10 |
Features