This Raycast plugin allows you to parse your issue urls (such as Jira, GitHub and GitLab) to provide you with a commit name and description that you can use with Git!
- Open Raycast and type "Parse Issue Url"
- Enter the issue URL (Jira, GitHub or GitLab)
- Press
Enterto paste in your active app the commit message you've selected
While typing your url, you can specify optional parameters separated by , in the following order:
url: The issue URL (Jira, GitHub or GitLab)description: A short description of the commitbody: A longer body for the commit message
Here are the available extension options
You can customize the main action as follows
- Paste on active app: Pastes selected content (default)
- Copy & Paste on active app: Copies and pastes selected content
- Copy to Clipboard: Copies selected content
It allows you to make the content format compatible with your tools as follows
- Text: default mode that takes the selected text (description)
- Lazygit: integration for lazygit, fills both description and body
- Git Command: integration for Git CLI command, fills both description and body
- Text: mode following the Angular convention
- Gitmoji: mode following the Gitmoji convention
The extension is compatible with the following issue managers:
- GitHub
- GitLab
- Jira