Jump to content

lucifr

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by lucifr

  1. Hi David,

     

    I found this workflow not working well when there is Chinese characters (or other utf-8 characters) in title. A tweak by changing line 66 in bookmarks.php:

     

    'title' => htmlentities( $match->name ),
    

     

    to

     

    'title' => htmlentities( $match->name, ENT_QUOTES, "utf-8" ),
    

     

    will solve the problem.

  2. bfadf3bejw1e3718v0v2wj.jpg

     

    Bitcoin workflow for Alfred 2 provides an easy way to lookup Bitcoin market price, perform currency conversion and fetch informations of a Bitcoin address.

    Download

    You can grab a copy of Bitcoin Workflow via this link.

    Usage

    • Use currency to set your preferred currency. (Required)
    • Use wallet to set your default Bitcoin address. (Optional)
    • exch without parameter to view market prices.
    • exch with a number to convert between BTC and your preferred currency.
    • addr with a Bitcoin address or Hash 160 to view the info of it.
    • If default Bitcoin address is set. addr without parameter will show info of the default address.

    Thanks to

     

    For more screenshots  please visit the publish page of this workflow.

  3. air_quality_index_for_alfred_1363883501.

    This Alfred 2 workflow provides a simple way to find out the real-time Air Quality Index (AQI) in most cities in Asia with data support by aqicn.info.

    Download

    You can grab a copy of Air Quality Index Workflow via this link

    Usage

    Using keyword air with the name of a city to get its AQI. The results will be shown directly in Alfred with color-labelled air pollution levels.
     
    Air_Quality_Index_workflow.png

    Selecting a result will bring you to aqicn.info for detailed information.

     

    Homepage of this workflow

  4. For those who use site:domain.com keyword a lot on Google, allow me to present you the Site Search Workflow for Alfred 2.


    How to Use


    If you have Alfred 2 installed and the Powerpack enabled, download and install this workflow. Then use the keyword "site" and follow the pattern below to search a website on Google:


    site domain.com keyword


    For example, if you want to search lucifr.com for alfred, just type “site lucifr.com alfred” and the results will be showed in a drill-down list in Alfred.


    More, open a result with shift key pressed, the URL of your choice will be copied to clipboard.


    Notice: A free Google Custom Search API is used in this workflow. Due to Google’s limitation, the max request is 100 per day. Since there might be too many request, you might want to acquire your own API and replace the $key value in the Script Filter part of this workflow.

×
×
  • Create New...