alfred-jira

Alfred workflow to convert markdown in clipboard to jira markup

Usage no npm install needed!

<script type="module">
  import alfredJira from 'https://cdn.skypack.dev/alfred-jira';
</script>

README

icon

alfred-jira

Alfred 3 workflow to convert clipboard text between markdown and Jira markup

Prerequisites

You need a recent version of Node.js and Alfred 4 with the paid Powerpack upgrade.

Usage

  • cmd + C to copy the markdown or jira markup to the clipboard
  • Invoke Alfred, normally cmd + space
  • Type c2
  • Select the required task from or enter the letter m/j
    • Convert jira to markdown
    • Convert markdown to jira
  • Return
  • When the text has been converted press Return to copy
  • cmd + V to paste the converted text

Install

$ npm i -g alfred-jira

Acknowledgements

  • Built using Alfy to integrate Alfred with nodejs
  • Jira conversion uses J2M

License

MIT © Colin Fallon