You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed Chrome using brew cask, so it's installed at /usr/local/Caskroom/google-chrome/latest.
pocket_save.py assumes that Chrome will always be installed at /Applications/Chrome.app.
In order to save links to pocket, I have to copy the link from Chrome, then focus on a different app and use the add-pocket workflow to use the contents of the clipboard
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue.
Is there a good way to identify Chrome's installation path other than trying out different default directories? Does it work when you change the path to /usr/local/Caskroom/google-chrome/latest in your pocket_save.py?
I tried it out locally, and everything worked properly when I identified Chrome only by the app name and not by the path. I've submitted a PR for that change
I've installed Chrome using
brew cask
, so it's installed at/usr/local/Caskroom/google-chrome/latest
.pocket_save.py
assumes that Chrome will always be installed at/Applications/Chrome.app
.In order to save links to pocket, I have to copy the link from Chrome, then focus on a different app and use the
add-pocket
workflow to use the contents of the clipboardThe text was updated successfully, but these errors were encountered: