stroop

command module
v0.0.0-...-6d337d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2015 License: BSD-2-Clause Imports: 14 Imported by: 0

README

stroop

A console-mode Github issue board written in Go

early screenshot

Why

I love waffle.io and I love vim. One thing that frustrates me about using waffle.io's pretty UI is that I have to mouse around frequently to get anything done; adding comments, assigning labels, milestones, assignees, and so on.

I want vim, but for the project managment experience, on top of Github issues.

(In Progress)

Early Screenshot:

Getting Started

go get github.com/barakmich/stroop

Now, visit GitHub's Settings Page and generate a new token. Copy that token to ~/.github.key

cd some/git/repo
stroop

You might also consider creating a ~/.stroop.conf file, to add boards and tags for specific origin repositories. An example such (JSON) file is:

{
  "repos": {
    "neovim/neovim" : [
    {
      "column": "WIP",
      "tag": "WIP"
    },
    {
      "column": "RFC",
      "tag": "RFC"
    },
    {
      "column": "RDY",
      "tag": "RDY"
    }
    ]
  }
}

License

BSD

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL