Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by xilopaint

  1. On Alfred contacts card the phone number format is displayed unformatted when added by the OS X Contacts App, although it's well displayed when added by the iOS Contacts App. Look:

     

     

    Captura%20de%20Tela%202015-07-20%20a%CC%

    Nevertheless, both fields are correctly displayed on Mac and iPhone Contacts App:

     

    Image%202015-07-20%20at%2023.11.44.png

     

    IMG_4635.jpg

     

  2. Hi! I've just discovered your workflow and it's really useful, thank you!

     

    I'm a lawyer and I had been looking for a quick way to do a rough calculation of court days to calculate, for example, when a brief is due. 

     

    I'm trying the following syntax but it's not working, am I doing something wrong?

     

    dcalc today-25d exclude weekends

     

    Thanks a lot!!!

     

     

    +1 for this question.

     

    I tried "dcalc today+30d x weekends" with no success.

     

    The "exclude weekends" feature would be very useful to me.

  3. Workflow does not work for me. In a search for the query "monsters" I get this error:

     

    Quote

    Starting debug for 'RottenMovies'

     
    [ERROR: alfred.workflow.input.scriptfilter] Code 0: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:216:in `attr': undefined method `attribute' for nil:NilClass (NoMethodError)
    from ./rottenmovies.rb:37:in `block in <main>'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:239:in `block in each'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:238:in `upto'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:238:in `each'
    from ./rottenmovies.rb:28:in `<main>'
    [ERROR: alfred.workflow.input.scriptfilter] Code 0: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:216:in `attr': undefined method `attribute' for nil:NilClass (NoMethodError)
    from ./rottenmovies.rb:37:in `block in <main>'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:239:in `block in each'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:238:in `upto'
    from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0/gems/nokogiri-1.5.6/lib/nokogiri/xml/node_set.rb:238:in `each'
    from ./rottenmovies.rb:28:in `<main>'

     

  4. About Evernote 5.6

     

    The new version of Evernote app changes how notes are saved and, unfortunately, removes any reference to the note file/folder itself, meaning the workflow will not be able to show a note preview (quick look).

     

    I’ll keep trying to find a way but so far it does not seem possible. :(

     

    The same goes for the enu command and the action for opening the note url by pressing function key? Both features no longer work for me.

  5. Hi, I use RescueTime and would like to trigger a morning routine workflow, where one of the actions would be to enable "GetFocused" on RescueTime.  RescueTime runs from the menubar, and the only way I have figured out how to "get focused" is by using my mouse to click on that option.  

     

    Open to any solution that would work. Does anyone have any ideas or have a similar need?

     

    I have the same need. Have you found a solution?

  6. Hi,

     

    I created a small workflow for private browsing with Safari in Yosemite. I thought it may be useful for someone else.

     

    :)

     

    Private Browsing

    Download: http://www.packal.org/workflow/private-browsing

     

    Screenshot%202014-11-26%2014.55.06.png

     

    Opens the current tab in a new private window and closes the old tab. If a private window already exists, then opens the current tab in that window.

     

     

    It's not working for me. When I enter the command the old tab closes without opening a new one in private browsing.

  7. Hi,

     

    If I rename "Airmail 2" to "Airmail", the app no longer opens. 

     

    Could someone point me to the location of the Applescript handling this so I can attempt to fix it by renaming the app in there? I couldn't see anything relevant in Application Support.

     

    Cheers

    HP

     

    The issue was fixed for me by renaming "Airmail 2" to "Airmail".

  8. Now using Alfred's debbuger.


     


    Starting debug for 'Packal Search'


     


    [ERROR: alfred.workflow.input.scriptfilter] Code 0: 11:36:38 workflow.py:921 DEBUG    Loading cached data from : /Users/usuario/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/net.deanishe.alfred-packal-search/workflows.cache


    11:36:38 workflow.py:921 DEBUG    Loading cached data from : /Users/usuario/Library/Caches/com.runningwithcrayons.Alfred-2/Workflow Data/net.deanishe.alfred-packal-search/workflows.cache


    11:36:38 packal.py:138 DEBUG    187 workflows in cache


    11:36:38 packal.py:138 DEBUG    187 workflows in cache


    11:36:38 packal.py:158 DEBUG    187 workflows found in cache


    11:36:38 packal.py:158 DEBUG    187 workflows found in cache


    11:36:38 workflow.py:1199 ERROR    u'status'


    Traceback (most recent call last):


      File "/Users/usuario/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.32CED95A-0D1C-401D-A1CB-468F5F02712F/workflow/workflow.py", line 1197, in run


        func(self)


      File "packal.py", line 176, in run


        return self.do_status()


      File "packal.py", line 201, in do_status


        if workflow['status'] == STATUS_UPDATE_AVAILABLE:


    KeyError: u'status'


    11:36:38 workflow.py:1199 ERROR    u'status'


    Traceback (most recent call last):


      File "/Users/usuario/Library/Application Support/Alfred 2/Alfred.alfredpreferences/workflows/user.workflow.32CED95A-0D1C-401D-A1CB-468F5F02712F/workflow/workflow.py", line 1197, in run


        func(self)


      File "packal.py", line 176, in run


        return self.do_status()


      File "packal.py", line 201, in do_status


        if workflow['status'] == STATUS_UPDATE_AVAILABLE:


    KeyError: u'status'


×
×
  • Create New...