shuntaka9576 / kanban

:octocat: Simple terminal UI for GitHub Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

release

Kanban

A Simple terminal UI for GitHub Project :octocat:.

gif

Installation

brew tap shuntaka9576/tap
brew install shuntaka9576/tap/kanban
# Upgrade
brew upgrade kanban

Configuration

  1. Refer to Personal access tokens. Please create an access token.
  2. Please create the following configuration file.
$ cat ~/.config/kanban.yml
github.com:
  - user: [GitHub userID]
    oauth_token: [GitHub access token]
  1. 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.

category name limit
project project 1(use search option)
project columns 10
columns cards 100
issue labels 10
issue assignees 10

Features

  • Support organization project bord

About

:octocat: Simple terminal UI for GitHub Project

License:MIT License


Languages

Language:Go 100.0%