Code Monkey home page Code Monkey logo

jifi's Introduction

JiFi

JIRA client with UI menus

Screenshots

Main menu Issues list Issue actions

Features

  • Listing issues in a project
  • Listing projects
  • Viewing issues
  • Transitioning issues
  • Editing issues
  • Assigning issues
  • Creating issues (WIP)
  • jira-ui integration (WIP)
  • Commenting issues (TODO)
  • Linking issues (TODO)
  • Epics (TODO)
  • Repositories integration (TODO)

Prerequisities

Install

  1. Clone this repo
  2. Run make from inside the cloned repo. It checks for the prerequisities before install and won't proceed without them

Configuration

There's a few steps you need to do before you use it. So here we go

jira config

It's located in ~/.jira.d/config.yml.head and should contain the following minimal config

endpoint: https://jira.domain.com
user: <username in JIRA>
login: <loginname in JIRA>

NOTE: User and login are not the same thing.

jifi config

It's located in ~/.config/rofi/jifi.sh and should contain this minimal config

PROJECTS=(CS CSI IT ITP) # Your favorite projects (it's a Bash array)
TERMAPP=st               # Your X terminal app

You can also supply additional arguments to ROFI in the same file:

ROFI_ARGS="-width 1600"  # Rofi width in pixels. For more see: man rofi

jira login

Just run jira login to be able to talk to you JIRA instance

jifi cache compile

Running jira cache will create cache files so that some of the data that doesn't usually change much don't take time doing API calls.

Usage

Just run jifi and it should work. It's a good idea to bind it to a keyboard shortcut so it's always at hand for you.

jifi's People

Contributors

blufor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.