Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishTaneja committed Jul 9, 2023
1 parent a4322b5 commit 00b8deb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

### Command Line Interface for Atlassian JIRA

<img src="./img/jira.gif">

### Features
1. [x] JIRA search
2. [x] JIRA navigation
### Features <br />
1. [x] Quick Search <br /> <br />
<img src="./img/quick_search.gif" alt="">
<br />
2. [x] Advanced Search <br /> <br />
<img src="./img/jql_search.gif">
<br />
3. [x] My Issues Search <br /> <br />
<img src="./img/my_issues.gif">
<br />

### Installation
```shell
Expand All @@ -19,8 +24,8 @@ echo -ne '\nexport JIRA_DOMAIN=https://domain.atlassian.net' >> ~/.zshrc
echo -ne '\nexport JIRA_API_USER=username' >> ~/.zshrc
echo -ne '\nexport JIRA_API_KEY=apikey' >> ~/.zshrc


jira-cli < search query here :) >
# Now the fun part, go ahead and start using CLI :)
jira-cli

```

Expand Down
Binary file removed img/jira.gif
Binary file not shown.
Binary file added img/jql_search.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/my_issues.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/quick_search.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00b8deb

Please sign in to comment.