A Simple terminal UI for GitHub Project .
brew tap shuntaka9576/tap
brew install shuntaka9576/tap/kanban
# Upgrade
brew upgrade kanban
- 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
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
There are a few limitations. Please give us your feedback.
category | name | limit |
---|---|---|
project | project | 1(use search option) |
project | columns | 10 |
columns | cards | 100 |
issue | labels | 10 |
issue | assignees | 10 |
- Support organization project bord