Jump to content

dzejar

Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by dzejar

  1. @kidh0: Sorry for delay - Yes, it should be possible by removing the "whose status type is not offline" from 2 lines of the code very near to the beginning of the script.

     

    @jothirams: Not yet, maybe if the next release of the workflow will be needed due to a change in Adium or Alfred I will consider to use a git repository...

     

    @Nathan: Yes, it works for me with: OS X 10.9 + Alfred 2.1.1 + Adium 1.5.9. If you have a facebook account defined that could be the root of the problem. Please try to use jabber protocol instead of native facebook Adium support to access facebook messaging...

  2. I have just "solved" my problem with the workflow - search.php starts with:

    if ( strlen( $query ) < 3 ):
            exit(1);
    endif;
    and U2 which I used to test it is simply shorter...
     
    :-)
     
    Jan
  3. Nice workflow!

    Even I have some problem with the search function...

     

    After typing anything after rdio keyword , for ex.:

    "rdio u2"

    the app shows only default Google, Amazon, Wikipedia searches...

     

    Do I have to setup the workflow somehow?

     

    Thanks,

    Jan

  4. Maybe you are facing the same problem as me. When I copy something from PDF to Word then the characters with punctuation are represented by two characters where the second one is separated punctuation. It makes problem for checkspelling, printing, ...

     

    I have created simple workflow to copy UTF-8 NFC normalized text to clipboard. The text can be pasted into Word as expected.

     

    I suggest to use Ctrl-Alt-Cmd-C shortcut for the workflow...

     

    The workflow also handles translation of the wrong representation of the character "ž" and "Ž" into the correct one (for czech language).

     

    Usage:

    • select a text in PDF
    • press the shortcut (for ex. Ctrl-Alt-Cmd-C)
    • switch to Word
    • press Cmd-V

     

    Enjoy.

     
  5. Hello, there is a workflow for searching exchange rates of CZK (česká koruna).

     

    It uses Czech Nation Bank (ČNB) web API as a data source. If you are offline a cached version of data is used.

     

    The selected rate is copied to clipboard.

     

    kurzCZK.png

     

    The workflow is here.

     

    - Jan

  6. I tried to parse the XML file, but it seems to be time consuming (just traversing the XML file):

     

    xml.png

     

    I am afraid it's not feasible to do it...

     

    Just for my information how big do you have this XML file? My blist.xml file has more than 140kB...

     

    - Jan

  7. Hello Jefferson, I updated the workflow (the original link is still valid and points to the new one).

     

    Now there is a configuration section at the beginning of the Script Filter code. If you change line:

     

    set showHosts to false
    

    to:

     

    set showHosts to true
    

    the workflow will show also account server name...

     

    You can also switch off the sorting of names using:

     

    set sortNames to false
    

    to make workflow super fast :-)

     

    [edited] There is not longer a need to set sortNames to false. The speed optimisation makes it obsolete... 

     

    - Jan

  8. Hi, I created yet-another-adium workflow.

     

    Features:

    • different icon for statuses other than available
    • contacts alphabetically sorted (except Alfred's favourites)
    • shows IM type (jabber, icq, skype, ...)
    • contact fetch speed optimalization
    • [new] different icon for contacts with unread messages
    • [new] deeper speed optimalization
    • [new] "not found" shown when there is not a contact matching the searched text
    • [new] "im -" shows only contacts with unread messages
    • [new] icons for "contact not found" and "contact with new message" changed
    • [new] shows idle time if known
    • [new] shows status message if any

     

    adiumShot.png

     

    The workflow is here.

     

    It seems there is a bug in Adium applescript support and the workflow could have problem with facebook contacts. But fortunately the facebook account can be connected using jabber protocol and then everything is sunny and blue...

     

    Translated: Is the workflow doesn't work for you temporarily disable facebook account... and maybe define jabber account to access facebook IM :-)

     

    - Jan

  9. Hello sirs,

    it would be useful to have an ability to set the subtitle for file filter results.

     

    Now, the file filter result shows Subject and URL for each item.

     

    For some usage (emails, photos, music, ...) it would be useful to show creation date/size/kind/sender address (generally other kMD attributes) instead as a subtitle...

     

    I could do something similar using xml filter and parsing mdfind results, but the overhead will make it probably really slow.

     

    Regards,

    Jan

     

     

     

     
  10. :)

     

    Just one small problem remains and I believe that it's not related to LN - I am describing the problem at the end of my linked post with published workflow: When the searched name after the keyword "ln" is typed really fast then the result is empty - when I do the same slowly it works fine...

     

    Anyway - I am happy to have it working!

     

     

  11. Hi all,

    I had a problem with this workflow at the beginning, but now is seems to be working ok:

     

    LN.png

     

    The workflow is here.

     

    PS: I have just one problem - when the text after "ln" is typed fast, then the result is empty - the same text typed a bit slowly shows expected results... Are you facing the same problem with this workflow?

     

    - Jan

     
  12. Dear Alfredos,

    I am trying to replicate the extension setting mentioned here to create a workflow.

     

    The only problem is, that the workflow is not searching in the "From" and "To" field of the emails. It seaches only content of the messages.

     

    My Advanced setting are here:

     

    LNproblem.png

     

    Do you have idea what is wrong? Spotlight is able to find emails using names, so I am sure they are indexed...

     

    Thanks.

     

    - Jan

     
  13. The workflow shows the end of a system log using:

     

     

    tail -20f log_name
    

     

    command. This can be modified using cmd key to:

     

     

    tail -200f log_name
    

     

    A screenshot:

     

    tail.png

     

    The workflow is here.

     

    Regards,

    Jan

  14. Thank you for the nice workflow.

    I had to change the line:


     

    set names to get name of every service whose (kind is greater than 11 and kind is less than 16)
    

     

    to

     

    set names to get name of every service whose (kind is greater than 9 and kind is less than 16)
    

     

    to make it working. But it's working fine!

    Regrads,
    Jan

×
×
  • Create New...