Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philippdrebes/goji
- Owner: philippdrebes
- License: mit
- Created: 2018-03-12T15:12:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T06:24:22.000Z (about 6 years ago)
- Last Synced: 2024-12-03T00:08:30.925Z (21 days ago)
- Topics: atlassian-jira, cli, go, goji, golang, graphviz, graphviz-dot, jira, jira-cli, jira-client
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```