Stephen Pennell
Stephen Pennell
> While committing the files it prompts me as > ``` > 9ceafc16be2f0e3d13d80456028bcfef94f0b1d1 > .git/hooks/pre-commit: line 106: C:/xampp/php/PEAR/PHP/CodeSniffer/Standards/PHP > CS: is a directory > ``` My guess is that you've...
Thanks! Yes, I do have that feature in the works.
This updates the workflow icons based on your system theme – not your Alfred theme? How does it behave with custom icons added from the settings app? I'll have to...
Hey, @darkwinternight, thanks for the suggestions! Could you elaborate on what you mean by "disable automatic time tracking?" Are you saying that you want the "start progress" menu item to...
> I was under the impression that it would also actually move the issue to In Progress in Jira! I've actually been testing something locally that *will* do that. It...
Thanks. I'm not sure that regex will lead to a very good UX after some brief testing: ``` console.log([ '5h 2m Meeting with client', '2h', '2h Meeting with client', '5w...
> Why not? Can you elaborate? Oh, sorry, I thought that it was obvious from the test I posted. I meant that it wouldn't be a good user-experience using the...
The installation script looks for Alfred preferences in five common directories: ``` "$HOME/Dropbox" "$HOME/Library/Mobile Documents/com~apple~CloudDocs" "$HOME/Google Drive" "$HOME/Library/Application Support/Alfred 3" "$HOME/Library/Application Support/Alfred 2" ``` If you use a different directory,...
Once you've got the workflow installed by running `npm run build`, you can launch Alfred and type the `jira` keyword. If it's your first time using the workflow, you should...
Let's try and debug this: 1. Open Alfred's preferences 2. Select Workflows 3. Ensure that the Jira workflow is installed in your list of workflows. 4. Select the Jira workflow...