Jump to content

vdesabou

Member
  • Posts

    466
  • Joined

  • Last visited

  • Days Won

    22

Posts posted by vdesabou

  1. Your Workflow is working great, thanks!

     

    I've set OPTION+CMD+P as a "Print to PDF" hotkey, ideally I'd like to add a further step that would automatically send the resulting PDF to a new message in mail.app, ready for sending.  I only typically make PDF versions of .doc files when emailing.  I wouldn't imagine this to be too challenging would it?  Would a relative novice (like me) be able to modify your workflow like this with a little applescript Google-Fu?

     

    Thanks again for the great workflow.

     

    Mark.

     

    If you convert only one file, at the end of the processing, the pdf file is opened in Alfred window, so you just have to use the File Action Email, that's really quick!

  2. Thanks for the workflow, this is the first one I found that actually works (for the most part, see below).

    Please note that if you're trying to rename a file with more than one word, you only get the first word as the default "rename-to" filename.

    I don't have much time to look at the code and try to fix it unfortunately, but I'm sure you'll push an update fixing this soon enough, shouldn't be a huge bug to fix, considering the renaming works fine, just the preview doesn't "populate" with the default filename properly.

     

    As I have a lot of files with spaces in it, I'm proposing  a fix for this issue, see http://d.pr/f/LY6A

     

    @oderwat can you validate my fix and include it in yours ?

     

    Hope this helps

     

    Cheers

  3. Hi Citelao,

     

    I was so fan of your workflow that I created a different version (but not aimed to replace yours), with a different approach. See here Spotify Mini Player

    I've used a lot of your code, so thank you :-) . I've also "kinda" integrated your workflow in mine, so that if the user want to search in the complete Spotify catalog (instead of his playlists only), he can call yours directly from my workflow. I hope you don't mind. As I said, these 2 workflows are complementary, and I am using both all the time :-)

     

    Let me know what you think of it

    Cheers

  4. alfred-spotify-mini-player.com

    Find all information on dedicated website: alfred-spotify-mini-player.com
    Follow on Twitter @TheMiniPlayer to get all news

    Features

    features.jpg

    Example

    index1.gif
     
     
    PS: If you have a problem with the workflow, do not spend time reading the forum post, the workflow has been rewritten many times! Follow instructions from here http://alfred-spotify-mini-player.com/articles/support/ instead

  5. Though I hate to pass the buck, I'm afraid that's something you'll have to take up with the individual workflows' developers. If Alleyoop is downloading something to ~/Downloads, then I suspect it's doing its job; the problem you're experiencing indicates that the workflow developers left outdated files or links on their servers.

     

    I am the developer of the workflow.

     

    To reproduce the problem, I've updated my update.json with version 1.5 (instead of current one which is 1.6), so that alleyoop thinks there is an update:

     

    {
        "version": 1.5,
        "remote_json": "https://dl.dropbox.com/u/2407971/alfredupdate/builtin-share.json"
    }
    

     

     

    The builtin-share.json files contains:

     

    {
        "version": 1.6,
        "download_url": "http://d.pr/f/cj9L",
        "description": "Start Droplr if needed before trying to upload."
    }
    

     

    When I download manually the file at http://d.pr/f/cj9L, I get:

     

    cksum Built-in\ Sharing\ 1.6.alfredworkflow
    2743814521 253360 Built-in Sharing 1.6.alfredworkflow
    

     

    But when I update it via Alleyoop, I get:

     

    cksum Built-in\ Sharing\ 1.6.alfredworkflow
    3801960702 10339 Built-in Sharing 1.6.alfredworkflow
    

     

    Which is not a valid alfredworkflow file (10k instead of 257k)

     

    (I tried renaming without spaces, but I get same issue)

     

    Any idea what could be wrong here?

  6. Nice workflow, looks handy :-) Is there any chance it could be modified to support sharing via Dropbox? The selected file would be copied to /Dropbox/Public (or another user-specified location) and the Dropbox URL would be copied to the clipboard, or put directly into an iMessage, email, tweet or other message. If the file was already in the Dropbox folder then the Dropbox URL would be copied to the clipboard without moving anything.

     

    EDIT: I did find this workflow, but I still wonder if you'd like to incorporate Dropbox sharing into your own workflow. Just a suggestion :-)

    That's a good idea, thanks!

     

    I've started with the service I use the most: droplr.

     

    See:

     

    Version 1.5:
    
    Added support of droplr (using cmd modifier). It will upload selected file to Droplr, and then paste at the end of the message the url. It only works with facebook, twitter, imessage and email (other services don't use message)
    

     

     

    I'll see what I can do for dropbox :-)

     

    Cheers

  7. Sure, it says:

    /Users/MYUSER/.rvm/gems/ruby-1.9.3-p194/bin/terminal-share
    

     

    It's a bit beyond my skills, I don't know ruby. So I've included the terminal-share app directly in the workflow(I've included the copyright and license in the workflow readme, I hope this would be fine).

    Can you try Version 1.3 in first post, or update via AlleyOop, and let me know if this is working.

     

     

     

    Thanks for the confirmation. I believe that the version of terminal-share we get when we do a "sudo gem install terminal-share" is not the latest one, because I've been able to compile the latest version with the code in the github page, and this is working much better...

    I've contacted the author of terminal-share, who is a big fan of alfred, so I hope to get a feedback from him.

    I don't know much about ruby and gem..I could embed my compiled terminal-share application within the workflow, but I don't know if I can do that, I need his permission first.

     

    In any case, I hope to get a fix soon for this :-)

     

    Cheers

     

    Can you try Version 1.3, that should fix the twitter issue.

     

    Thanks

  8. I actually just tried to tweet using it, and had the same issue. Came here to mention it and saw your post.

     

    Share.png

     

    Facebook works fine. Haven't tried iMessage, Mail, or AirDrop yet.

     

    Thanks for the confirmation. I believe that the version of terminal-share we get when we do a "sudo gem install terminal-share" is not the latest one, because I've been able to compile the latest version with the code in the github page, and this is working much better...

    I've contacted the author of terminal-share, who is a big fan of alfred, so I hope to get a feedback from him.

    I don't know much about ruby and gem..I could embed my compiled terminal-share application within the workflow, but I don't know if I can do that, I need his permission first.

     

    In any case, I hope to get a fix soon for this :-)

     

    Cheers

  9. Hi! I've installed terminal-share and it seems to work (If I type 'terminal-share' it list me all the commands, etc) but when I try to use the Workflow it says it's not installed. I think it's looking it in /usr/bin but I don't think it's there. Do you know why is that? It's something to do that I have Ruby 1.9.3 besides de 1.8.7 of OSX?

     

    Thanks in advance!

    Yes it checks that terminal-share is in in /usr/bin/terminal-share

     

    Can you execute in a terminal window:

     

    which terminal-share
    

     

    And post the output

  10. Thats great. Thanks a lot. Very helpful.

    Is there a way to change that the pdf is saved to the desktop?

     

    Well I don't really know how to make it easily configurable since it's a File Action trigger (there is no way to set action modifier).

     

    But since the pdf document, once it is ready, appears in Alfred window, you can easily move it to Desktop using the File Action "Move To" and then select "Desktop", that's really quick and handy I believe

×
×
  • Create New...