Jump to content

idea4IT

Member
  • Posts

    105
  • Joined

  • Last visited

  • Days Won

    16

Reputation Activity

  1. Thanks
    idea4IT got a reaction from bivalvegruff in Pocket for Alfred   
    Hi guys,
     
    this workflow lets you manage your Pocket list with Alfred.
     

     
    Features
    Actions to copy, visit and archive, archive and delete links from your Pocket list (fn, ctrl, alt and cmd) Hotkey to add new links from Chrome, Safari or your clipboard (ctrl + L) Action to deauthorize the workflow (shift) Background cache refresh Supports notifications Uses OAuth 2.0 to authorize the workflow Saves your access_token securely in OS X's keychain  
    Github: https://github.com/fniephaus/alfred-pocket
    Download: https://github.com/fniephaus/alfred-pocket/releases/latest/
     
    Feel free to give some feedback!
     
    Cheers,
    Fabio
  2. Like
    idea4IT got a reaction from mlfred in Pocket for Alfred   
    Hi guys,
     
    this workflow lets you manage your Pocket list with Alfred.
     

     
    Features
    Actions to copy, visit and archive, archive and delete links from your Pocket list (fn, ctrl, alt and cmd) Hotkey to add new links from Chrome, Safari or your clipboard (ctrl + L) Action to deauthorize the workflow (shift) Background cache refresh Supports notifications Uses OAuth 2.0 to authorize the workflow Saves your access_token securely in OS X's keychain  
    Github: https://github.com/fniephaus/alfred-pocket
    Download: https://github.com/fniephaus/alfred-pocket/releases/latest/
     
    Feel free to give some feedback!
     
    Cheers,
    Fabio
  3. Like
    idea4IT got a reaction from thanasut in Gmail Client for Alfred   
    Hi folks,
     
    I'm working on this new workflow which allows you to control your Gmail emails with Alfred.
     

     
    Features Quickly access your latest emails with Alfred Supported actions:Mark As Read/Unread Archive Move To Inbox/Trash Quick reply Add label Automatically uses a dark or light icon set depending on your current Alfred theme Background cache refresh Uses the official Gmail API to securely access your Gmail account Uses OAuth 2.0 to authorize the workflow Saves your access_token securely in OS X's keychain  
    Feel free to give some feedback!
     
    Github: https://github.com/fniephaus/alfred-gmail
     
    Download-Link: https://github.com/fniephaus/alfred-gmail/releases/latest
  4. Like
    idea4IT got a reaction from thanasut in Gmail Client for Alfred   
    Thanks, Eric. I think I was able to track down the problem!
    Here's a new version that should fix it:
    https://github.com/fniephaus/alfred-gmail/releases/tag/v1.2
     
     
    The workflow saves the access token in your keychain, so the file is supposed to be created if it does not exist. Deleting the file will force you to re-authenticate. In v1.2 I've now added a shortcut (`wf:deauth`) for doing this.
  5. Like
    idea4IT got a reaction from thanasut in Gmail Client for Alfred   
    Version 1.0 now is final!
     
    https://github.com/fniephaus/alfred-gmail/releases/tag/v1.0
  6. Like
    idea4IT got a reaction from thanasut in Pocket for Alfred   
    Hi guys,
     
    this workflow lets you manage your Pocket list with Alfred.
     

     
    Features
    Actions to copy, visit and archive, archive and delete links from your Pocket list (fn, ctrl, alt and cmd) Hotkey to add new links from Chrome, Safari or your clipboard (ctrl + L) Action to deauthorize the workflow (shift) Background cache refresh Supports notifications Uses OAuth 2.0 to authorize the workflow Saves your access_token securely in OS X's keychain  
    Github: https://github.com/fniephaus/alfred-pocket
    Download: https://github.com/fniephaus/alfred-pocket/releases/latest/
     
    Feel free to give some feedback!
     
    Cheers,
    Fabio
  7. Like
    idea4IT reacted to deanishe in Modifiers can alter item values other than subtitle   
    So, this popped up over in the help forum, but this is a better place for it to solicit feedback, methinks.

    Currently, Alfred allows you to specify alternate subtitles for the result items returned by Script Filters, so that you can let the user know which action would be run.

    Looks like this:
    <item arg="/path/to/Ideas.txt" uid="/path/to/Ideas.txt" valid="yes"> <title>Ideas.txt</title> <subtitle>Open file</subtitle> <subtitle mod="cmd">Reveal file in Finder</subtitle> <subtitle mod="alt">Trash file</subtitle> </item> Whereby the Script Filter is connected to three different Actions.
     
    The suggestion is to turn the alternate subtitles "inside out" and add a <mod> (or <alternate>) tag that can override not just the subtitle, but any of the item's parameters (that make sense):
    <item arg="/path/to/Ideas.txt" uid="/path/to/Ideas.txt" valid="no"> <title>Ideas.txt</title> <subtitle>Search in Ideas.txt</subtitle> <icon type="fileicon">/path/to/Ideas.txt</icon> <mod key="shift" valid="yes" arg="/path/to/Ideas.txt"> <subtitle>Open this file</subtitle> <!-- the super-smart workflow has figured out the default app for this filetype --> <icon type="fileicon">/Applications/Sublime Text.app</icon> </mod> <mod key="cmd" valid="yes" arg="/path/to/Ideas.txt"> <subtitle>Reveal in Finder</subtitle> <icon type="fileicon">/Applications/Finder.app</icon> </mod> <mod key="alt" valid="yes" arg="/path/to/Ideas.txt"> <subtitle>Trash</subtitle> <icon type="icon">trash.png</icon> </mod> </item> This would have a few advantages:
    It's possible to set an item to invalid for if, say, you want to require an additional argument by default, but override that in alternate actions. Currently, an action is always valid or never valid (this was the starting point). You can change not just the subtitle, but also the title and/or the icon, providing more and better contextual information (don't forget, some users turn off subtitles) You can change the arg. This means you can avoid a plethora of Run Scripts/Open URL actions and instead generate alternate URLs (e.g. to different search engines) right in your Script Filter and connect it to just one Open URL action. The same goes for copying different representations of data (e.g. colours, emoji or other non-ASCII text) to the pasteboard. (This would also require Alfred to allow multiple connections to the same Action/falling back to the "bare" action if there isn't another connection for the modifier) By avoiding hard-coded actions, it makes it easier to allow users to configure workflows without having their changes overwritten by a workflow update (which necessarily happens to any user-added actions and connections in a workflow) It wouldn't make sense to be able to override all of an item's options (e.g. uid, copy text and large text).
     
    It strikes me (and Florian) as a powerful addition.
     
    What do you think?
  8. Like
    idea4IT reacted to cagnew in VM Control   
    It works!  Thank you so much!
  9. Like
    idea4IT got a reaction from cagnew in VM Control   
    Hi Chris,
     
    Please upgrade to the new v1.4 and let me know if the issue persists:
    https://github.com/fniephaus/alfred-vmcontrol/releases/tag/v1.4
     
    I will push another update soon...
  10. Like
    idea4IT reacted to cagnew in VM Control   
    It appears that this workflow has stopped working with the last Parallels 10.2.1 release.
  11. Like
    idea4IT reacted to politicus in Gmail Client for Alfred   
    Had to reinstall it. v1.1 didn't work anymore.
     
    Feedback:
    github.com -> v1.2
    packal.org -> v1.1
     
    Could you add the latest version of the workflow on packal.org.
    Thank you!
  12. Like
    idea4IT reacted to ericwass in Gmail Client for Alfred   
    After some initial CACHE errors it now seems to be working beautifully. Thanks for making this. Excellent job!
     
  13. Like
    idea4IT got a reaction from ericwass in Gmail Client for Alfred   
    Thanks, Eric. I think I was able to track down the problem!
    Here's a new version that should fix it:
    https://github.com/fniephaus/alfred-gmail/releases/tag/v1.2
     
     
    The workflow saves the access token in your keychain, so the file is supposed to be created if it does not exist. Deleting the file will force you to re-authenticate. In v1.2 I've now added a shortcut (`wf:deauth`) for doing this.
  14. Like
    idea4IT reacted to Sebastian Daza in Gmail Client for Alfred   
    It is working know, thanks!
  15. Like
    idea4IT got a reaction from arsenty in Gmail Client for Alfred   
    Hi folks,
     
    I'm working on this new workflow which allows you to control your Gmail emails with Alfred.
     

     
    Features Quickly access your latest emails with Alfred Supported actions:Mark As Read/Unread Archive Move To Inbox/Trash Quick reply Add label Automatically uses a dark or light icon set depending on your current Alfred theme Background cache refresh Uses the official Gmail API to securely access your Gmail account Uses OAuth 2.0 to authorize the workflow Saves your access_token securely in OS X's keychain  
    Feel free to give some feedback!
     
    Github: https://github.com/fniephaus/alfred-gmail
     
    Download-Link: https://github.com/fniephaus/alfred-gmail/releases/latest
  16. Like
    idea4IT got a reaction from lendenmc in Pocket for Alfred   
    Thanks for the info, Chris!
    I've updated Alfred-Workflow and pushed a new release which adds support for OS X 10.6+:
    https://github.com/fniephaus/alfred-pocket/releases/tag/v4.1
  17. Like
    idea4IT got a reaction from 40-02 in Gmail Client for Alfred   
    That's definitely something that could be improved.
    I haven't really thought about it yet...and some things like notifications require the user to press enter.
     
    I've opened an issue on GitHub: https://github.com/fniephaus/alfred-gmail/issues/12
     
    Feel free to comment on that or even open more issue with more ideas!
  18. Like
    idea4IT reacted to 40-02 in Gmail Client for Alfred   
    Great! I use it! 
  19. Like
    idea4IT got a reaction from 40-02 in Gmail Client for Alfred   
    Version 1.0 now is final!
     
    https://github.com/fniephaus/alfred-gmail/releases/tag/v1.0
  20. Like
    idea4IT got a reaction from thec13 in Pocket for Alfred   
    I just pushed an update which should fix this problem:
    https://github.com/fniephaus/alfred-pocket/releases/tag/v3.1
  21. Like
    idea4IT reacted to Andrew in Tab key ignores empty autocomplete   
    Sorry about the slow reply on this... I'm going to have to do a bit of analysis to see what's going on here. Essentially, tab auto-complete only forward completes, not backwards which is why an empty auto complete is treated as ignored.
     
    I am going to look into treating empty and nil differently to see if I can allow empty autocompletes to clear out a field.
     
    Cheers,
    Andrew
  22. Like
    idea4IT reacted to Weaselboy in Pocket for Alfred   
    Been using it all day and no issues. Thanks again for this great workflow. 
  23. Like
    idea4IT reacted to Weaselboy in Pocket for Alfred   
    Seems to be working fine here. Anything in particular you would like me to look/test for?
  24. Like
    idea4IT reacted to deanishe in Pocket for Alfred   
    BTW, anyone who hasn't see the bookmark in the demo gif "The Beach Boys Shred I Get Around" really needs to see it
  25. Like
    idea4IT got a reaction from michaelwoodruff in Pocket for Alfred   
    Hi folks,
     
    so I just released v3.0-beta.1 with label support and it can now handle lists with more than 5000 links:
    https://github.com/fniephaus/alfred-pocket/releases/tag/v3.0-beta.1
     
    Since the workflow now uses delta syncing, it'd be great if you guys could give me some feedback!
×
×
  • Create New...