Jump to content

idea4IT

Member
  • Posts

    105
  • Joined

  • Last visited

  • Days Won

    16

Posts posted by idea4IT

  1. I'm not sure what the sorting problem was. If you explain, I would be glad to check for you.

     

    I just updated to the new version and now see these numbers next to each entry that were not there with the previous version?

     

     

    That's a "feature" ;)  it's the easiest way to show how many items are in your list.

     

    Pocket's API does some weird things. Instead of providing an ordered list, they provide an JS object that has to be sorted manually in Python. As I found out, the keys had different lengths which caused the sorting issues. 

     

    Just check if your sorting matches the one you can see on Pocket's website: http://getpocket.com/

    Thanks!

  2. @Florian: "mark as read" action is now supported in v0.3!

     

    @politicus: all you have to do, is to replace labelIds=['INBOX'] with labelIds=['UNREAD'] in the following line:

    https://github.com/fniephaus/alfred-gmail/blob/0a63a64e198b7c48799ffef2e8cf89b47e6b368a/src/gmail_refresh.py#L58

     

    I kept this workflow quite simple for now, but I could certainly turn this into a more complex client with label and global search support...

  3. Hi folks,

     

    I'm working on this new workflow which allows you to control your Gmail emails with Alfred.

     

    screenshot.gif

     

    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. When I started writing it, Dropbox didn't support linking a personal with a business account.

    That's why I needed a second client to quickly access my other account.

     

    Anyway, multi-account support still seems to make sense.

    I've updated the workflow accordingly.

     

    Note: if you upgrade, please delete "com.fniephaus.dropbox" from you keychain first!

     

    Cheers,

    Fabio

  5. Hi guys,

     

    This workflow lets you quickly access multiple Dropbox accounts independently from standard the Dropbox client.

    This could be useful, if you have more than one Dropbox account or if you use Selective Sync a lot.

     

    screenshot.gif

    Features

    • Copy Dropbox link to clipboard to share files quickly
    • Download and delete files from Dropbox
    • Supports Dropbox API search
    • Supports multiple Dropbox accounts
    • Supports notifications
    • Uses OAuth 2.0 to authorize the workflow
    • Saves your access tokens securely in OS X's keychain

     

    GitHubhttps://github.com/fniephaus/alfred-dropbox

    Download-Link: https://github.com/fniephaus/alfred-dropbox/releases/download/v1.0/Dropbox-Client-for-Alfred.alfredworkflow

  6. Hi guys,

     

    this workflow lets you manage your Readability list with Alfred.

     

    screenshot.gif

     

    Features

    • Actions to copy, visit and archive, archive and delete links from your Readability list (fnctrlalt and cmd)
    • Hotkey to add new links from Chrome, Safari or your clipboard (ctrl + R)
    • Action to deauthorize the workflow (shift)
    • Supports notifications
    • Saves your oauth_token securely in OS X's keychain

     

    Github: https://github.com/fniephaus/alfred-readability/

    Download: https://github.com/fniephaus/alfred-readability/raw/master/Readability-for-Alfred.alfredworkflow

     

     

    Feel free to give some feedback!

     

    Cheers,

    Fabio

  7. Hi gr4z,

    I believe the shutdown behavior and the startup view are things you can configure here:

     

    rm8lyv.png

     

    I might remove the 'close Parallels if no other machine is running' feature, because this can also be done by configuring the VMs.

     

    Hope this helps!

     

    Cheers,

    Fabio

  8. Hey Weaselboy,

    I've added a copy-to-clipboard action to the workflow, simply use the 'fn' action modifier!

     

    And thanks for the offer, but I currently don't take any donations  ;)

    I'm glad you like this workflow, feel free to spread the word and share it with your friends!

  9. Hey Weaselboy,

     

    I'll definitely add a copy-to-clipboard action, that's a great idea.

     

    When pressing command-c you are copying the item's argument which is passed to the pocket_launcher.py.

    The weird number is the item's ID.

×
×
  • Create New...