Skip to content

Commit

Permalink
Merge branch 'feature/docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-bernhard committed Jul 27, 2019
2 parents 4c225ea + 499fc03 commit b708a2d
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 3 deletions.
60 changes: 57 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,59 @@
# keypirinha-youtrack
# YouTrack plugin for Keypirinha

## Installation
* Copy YouTrack.keypirinha-package to
```
<Keypirinha root>\portable\Profile\Packages
```
* Edit `youtrack.ini` by issuing `Keypirinha: Configure Package: youtrack`
* In youtrack.ini you can add as many YouTrack-servers as you like by adding sections:

```ini
[server/my-server1]

# enable = true
# youtrack base url
base_url = https://youtrack.jetbrains.com

# the token for auth - is required and starts with perm:
api_token = perm:...

filter_label = YouTrack Jetbrains (filter)
issues_label = YouTrack Jetbrains (issues)

issues_icon = youtrack
filter_icon = youtrack

[server/my-server2]

# enable = true
# youtrack base url
base_url = https://youtrack-server.foo.com

# the token for auth - is required and starts with perm:
api_token = perm:...

filter_label = YouTrack Foo (filter)
issues_label = YouTrack Foo (issues)

issues_icon = youtrack
filter_icon = youtrack
```
## Features

### Filter mode
* Using the filter entry typing suggestions are made as provided by the YouTrack server.
* Use TAB to autocomplete which replaces your text with the suggested just like the query input field in the browser
* Using Enter opens the issue list with the filter criteria filled in

<p><img src="https://raw.githubusercontent.com/mx-bernhard/keypirinha-youtrack/master/media/youtrack-on-keypirinha.gif" /></p>

* Using "switch ⇌" with TAB switches to issues list mode:

<p><img src="https://raw.githubusercontent.com/mx-bernhard/keypirinha-youtrack/master/media/youtrack-on-keypirinha2.gif" /></p>

### Issues mode
* Everything that is entered is used as a filter but unlike filter mode the completion is listing issues that match the search criteria
* Using Enter opens the selected issue from the suggestion list

edit your youtrack.ini via Configure: YouTrack

make sure you edit the api_token
Binary file added media/youtrack-on-keypirinha.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 media/youtrack-on-keypirinha2.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 b708a2d

Please sign in to comment.