Jump to content

anas

Member
  • Posts

    22
  • Joined

  • Last visited

Posts posted by anas

  1. Hmm, strange. While I don't have that option normally, I've now tested with it active. Seem to work as expected. I'll try and further debug this but I must admit that for now I don't really see what could be causing this.

    So it definitely seems to be something to do with that option. When I disable it even long threads copy without issues. 

  2. @anas: Are you doing something else that could influence this? Is your Mac having a large CPU load at the time?

     

    Cpu load is normal.

    I have "include related messages" ticked in the options, could that be it? I noticed that it only happens when I select multiple messages in an email thread. 

  3. odd bug I noticed, wondering if I am the only one.

     

    If I try to move more than one message it sometimes randomly selects another message to move and leaves one of the selected ones in the inbox ... 

     

    Could this maybe be due to the fact that the order of the messages changes once some are moved? If so any ideas for a fix?

  4. My point was that it is internal methods in Tweetbot that are responsible for displaying the pop-up and therefore any bugs related should be send to Tapbots.com  :)

     

    There is nothing you can do in bash. The custom url that is used has nothing to do with bash I just happen to use the 'open' command. 

    You are of course right!

    I thought since when you click on the new tweet icon or press command+n the location of the popup is different there might be something that can be done, but alas all was in vain. 

     

    I will have to contact tapbots

  5. The custom url just ask Tweetbot to create a new tweet with the given url. Tweetbot is responsible to everything else.

    True, your workflow is definitely not at fault.  :)

    I am just trying to figure out why this is the default behaviour and if there is something that can be done on the bash end to fix it

  6. I have added Tweetbot to the workflow, test it out and see if it works as you expected (remember Tweetbot will only show up after you have used Send URL to copy a link or open a link in another app)

     

    https://github.com/aiyodk/Alfred-Extensions/raw/master/AlfredApp_2.x/Send-URL/Send-URL.alfredworkflow

     

    It works, but the placement of the new tweet pop-up is strange (created above the window). I haven't found a way yet to fix that in bash, if I do come up with something I will let you know. 

  7. If you want to help me a bit (I don't have Tweetbot) it might be possible to add Tweetbot.

     

    First run this command and tell whats happens (Either Tweetbot opens the link or the link is opened in the default browser):

    open -a /Applications/Tweetbot.app http://www.alfredapp.com
    

     

     

    Then run this command and post back the result (this gives the Bundle ID og Tweetbot:

    mdls /Applications/Tweetbot.app/ | grep "kMDItemCFBundleIdentifier"
    

     

     

    Cheers

     

     

    UPDATE:

    Instead of the first command try this (It might tweet the link 'www.alfredapp.com'):

    open "tweetbot:///post?text=http%3A%2F%2Fwww.alfredapp.com"
    

     

    This seems to work, it starts a tweet with the link embedded.

     

    The Bundle ID is

    com.tapbots.TweetbotMac

  8. If you don't mind I'm curious of what apps you add to the workflow. Maybe I should add it to the default list  :)

     

    I use Papers2 to keep track of research papers I have read or want to read. When I find something on google scholar I like to just open the url in Papers2 to import the paper. Don't know if it is useful in general ...

     

    This is the custom command I use: open -a /Applications/Papers2.app "$THEURL"

  9. If you have downloaded the newest version it should be possible to add a apps bundle id in the "supportedApplications.txt" file and the workflow should find it. 

    It won't show up before you have used Send URL to action a URL one time after adding the application, and the workflow will only try to open the URL using the "open" command (in bash) so not all application will work (in this case the URL will be opened in the default browser).

     

    Thanks it worked after actioning a url. I should probably have read your post just above mine, sorry...

  10. Excellent workflow! A quick question though:

     

    On the previous (v2) version I was able to add a custom application by appending a line in the supported applications file and a custom command in the actionurl.sh, but that doesn't seem to be working any more. 

     

    Could you maybe let me know what else I need to change? Thanks! 

  11. Thanks for the suggestions after some googling I am almost there. I think you are right David attaching a file to the currently selected message seems to be more stable, still need to work out some kinks. 

     

    Thanks mlgill that was a great starting point, since I have not used applescripts before (relatively new to osx), your suggestion helped a lot. 

  12. I am trying to get a workflow that would allow me to add a file to reply window I have open. 

    The simplest thing would be if this was a file action. There are already file actions for starting a new mail window with the file as an attachment.

     

    Anyone has any ideas how to insert the file into an open mail window? 

  13. Very interesting and just this weekend I was thinking of throwing together something similar. 

     

    A few comments and maybe things I was considering for my own take on this

     

    1. Depending on the file extension create it with some standard headers that you always use with that extension.

    2. How about instead of opening Alfred for you on the file, opening the file with the default associated with the extension. 

×
×
  • Create New...