Eric Boehs
Eric Boehs
I am. I just installed it for the first time today. Checking the latest commit to master against my workflow's source matches up too.
Looking at [post_note.php#L31](https://github.com/neilrenicker/alfred-harvest/blob/master/commands/post_note.php#L31) it just replaces the `` value with what is provided by Alfred (doesn't append to previous note). And according to the [harvest docs](https://github.com/harvesthq/api/blob/master/Sections/Time%20Tracking.md#updating-an-entry) "values are overwritten for...
Ah! Hmm now it seems to be working. Even though I tried it several times before I posted this issue. Well now I'd just suggest appending new lines between each...
I got it! It's if you use Alfred's "Store typed query history" or use the up arrow to bring up previous commands (something I do frequently).
I just checked out the cask repo and did a `grep -R pkg Casks` and there are several casks that use packages. I modeled a quick version of safari tab...
To further make this better, if you committed a "latest" version to the repo, we could fashion it so we didn't have to do a PR to homebrew-cask every time...
I think in order for this to be accepted into homebrew-cask it will need a uninstall script. I'd guess it'd be as easy a `rm`ing the plugin.
Actually looking around I don't see uninstall scripts on every cask. I submitted a PR. https://github.com/caskroom/homebrew-cask/pull/4680 :rocket:
I am seeing this issue as well. Just tried updating to the latest. :( I would really like this bug fixed because I'd like to code with the drawer closed...
@stevenpetryk I'd love to see this merged. It needs some love especially with the new changes you've intro'd.