bhq

command module
v0.0.0-...-022ff0c Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2016 License: MIT Imports: 10 Imported by: 0

README

bhq

Simple CLI tool for managing Backlog issues

DESCRIPTION

bhq provides a way to organize backlog issues, like go get does.

$ bhq get https://spaceid.backlog.jp/view/PROJECT-1

# Runs `mkdir -p ~/.bhq/PROJECT-1`

SYNOPSIS

bhg get      get backlog task
bhq whoami   get backlog user
bhq list     list backlog issues
bhq comment  add a comment to the current issue
bhq help     Shows a list of commands or help for one command

DIRECTORY STRUCTURES

~/.bhq
|-- PROJECT-1
`-- PROJECT-2

INSTALLATION

go get github.com/acro5piano/bhq
export BACKLOG_API_KEY=YOUR_API_KEY

TIPS

You can change current directory easily using this alias:

alias blook='cd ~/.bhq/$(bhq list | peco | cut -d " " -f 1)

Note that peco must be installed.

THANKS

motemen/ghq: Remote repository management made easy

BacklogAPIから、添付ファイルアップロードできないのか・・・

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