Jump to content

lucifr

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by lucifr

  1. Sorry I didn't read through all the replies. I was referring to David's original one: http://d.pr/f/gkwy Yours works well with utf-8, thx.
  2. 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.
  3. 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 Jeremy G. for all the great ideas and suggestions. Blockchain for API support. David Ferguson’s Workflows class. For more screenshots please visit the publish page of this workflow.
  4. 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. Selecting a result will bring you to aqicn.info for detailed information. Homepage of this workflow
  5. Glad that you like it
  6. 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...