Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

github.com/shuntaka9576/kanban

Package Overview
Dependencies
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/shuntaka9576/kanban

Source
Go Modules
Version
v0.1.5
Version published
Created
Source

release

Kanban

A Simple terminal UI for GitHub Project :octocat:.

gif

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.

categorynamelimit
projectproject1(use search option)
projectcolumns10
columnscards100
issuelabels10
issueassignees10

Features

  • Real time preview
  • Support organization project bord

FAQs

Package last updated on 23 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts