Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.52 KB

The Talon

The Talon is a macOS service which allows you to highlight one or more JIRA issue IDs in almost any macOS application, press a keyboard shortcut of your choosing, and view all of those JIRA issues in your browser.

For example, if you're viewing commit messages in your terminal and come across a JIRA issue ID like FOO-123, you can highight it and press your shortcut to view it, no copy-and-pasting required.

Installation

  1. Clone the repository.

  2. Double click on the "View JIRA Issues" file, then click Install.

  3. Configure your JIRA server's URL by running the following command in a Terminal (replacing the example URL):

    defaults write com.owenstrain.talon.jira url https://jira.example.com/browse/

  4. Define your global keyboard shortcut:

    1. Go to System Preferences > Keyboard > Shortcuts > Services
    2. Find "View JIRA Issues" in the list (under the "Text" section) and assign it a keyboard shortcut that won't conflict with normal keyboard shortcuts (e.g. ⌥⇧⌘X)
  5. Select some JIRA issue ID(s) in almost any app and press your keyboard shortcut (you can select a whole block of text that happens to contain some issue IDs and the regex should find them correctly).

Future Work