Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philippdrebes/goji

goji is the simple and fast way to access Atlassian Jira from your command line
https://github.com/philippdrebes/goji

atlassian-jira cli go goji golang graphviz graphviz-dot jira jira-cli jira-client

Last synced: 10 days ago
JSON representation

goji is the simple and fast way to access Atlassian Jira from your command line

Awesome Lists containing this project

README

        

# goji

goji is the simple and fast way to access [Atlassian Jira](https://atlassian.com/software/jira) from your command line.

## Features
- Display a users pending tasks
- Generate issue dependency graph
- Copy work log to clipboard

## Requirements
- [graphviz](http://www.graphviz.org/download/)

## Build

```shell session
git clone https://github.com/philippdrebes/goji.git
cd goji
make build
```

## Install

```shell session
make install
```