Jump to content

69wpm

Member
  • Posts

    18
  • Joined

  • Last visited

Reputation Activity

  1. Like
    69wpm reacted to jpscharf in Viscosity.app workflow   
    I was able to get the Andrew Schleifer's workflow working and uploaded it to my server: https://share.intergrated.net/Viscosity.alfredworkflow
  2. Like
    69wpm got a reaction from liatmgat in Thesaurus   
    Thanks a lot!
     
    Edit: One more thing, the results are often cut off when too long, is there some way to show them all?
  3. Like
    69wpm reacted to jason0x43 in Weather workflow   
    Ok, I see the problem, Your service is defined as Weather Underground, but you only have a key for forecast.io. I'm not entirely sure how it got into that state, but you should be able to fix it by running the "wset service" command again.
     
    I've posted an updated version of the code that deals with this situation (by asking you to re-specify your service if the service key is missing).
  4. Like
    69wpm reacted to jason0x43 in Weather workflow   
    I wrote a weather forecaster workflow that displays forecasts from Dark Sky or the Weather Underground. This is actually the second iteration; my first was loosely based on David Ferguson's weather workflow, but written in Python. This version is a complete rewrite in Go.
     
    The source, along with installation and setup instructions, is available at it at https://github.com/jason0x43/alfred-weather.The most current release can be found at https://github.com/jason0x43/alfred-weather/releases.
     
    Version history:
     
    2016-12-18: 1.0.0
    2017-05-03: 1.3.0
    2018-11-08: 1.5.0
    2020-05-03: 1.6.0
  5. Like
    69wpm reacted to blkrk4000 in Thesaurus   
    hi, for german thesaurus:
     
    change 
     
    set theQuery to "http://thesaurus.altervista.org/thesaurus/v1?output=json&word=" & theQuery & "&language=en_EN&output=json&key=DeEKsEOVyiP0NyBZlQ5g"
     
    to
     
    set theQuery to "http://thesaurus.altervista.org/thesaurus/v1?output=json&word=" & theQuery & "&language=de_DE&output=json&key=DeEKsEOVyiP0NyBZlQ5g"
  6. Like
    69wpm got a reaction from parekh in Free RAM   
    Actually, there is no "recommended method" for freeing RAM as it is a bad idea to begin with. OS X handles the RAM management quite well, there is no need to free RAM as it will only slow down the system.
  7. Like
    69wpm reacted to hzlzh in [Workflow List] Submit &Share you Workflows on AlfredWorkflow.com   
    [updated] 390+ workflows added.
     
    I love Alfred 2 Wordflow very much, so I made this new collection site to download and share workflow from everybody.
     
    many workflows have been added, also you can submit yours or others workflows, just keep their Author Name and Released Page please.
     
    Website: http://www.alfredworkflow.com/
    Submit you Works: http://www.alfredworkflow.com/submit-alfred-workflow/
     
    ps: This is an un-offical site and all the workflows can be added to the site even if it is a small action.
     
    Enjoy~


  8. Like
    69wpm got a reaction from rice.shawn in PLEASE VOTE: Your favourite workflows   
    The Caffeinate workflow: http://www.alfredforum.com/topic/710-toggle-caffeine/
     
    Also: It would be nice to post only one workflow. If you post 5 workflows and we like only 1, we can't like the whole post.. Just post more than once.
  9. Like
    69wpm reacted to rice.shawn in PLEASE VOTE: Your favourite workflows   
    Fasand's Bluetooth/Wifi Toggles: http://www.alfredforum.com/topic/341-bluetooth-and-wifi-toggle/
  10. Like
    69wpm reacted to rice.shawn in PLEASE VOTE: Your favourite workflows   
    Battery: Amazing! By Benzi http://www.alfredforum.com/topic/1211-battery-view-summary-stats-about-your-laptop-battery/
  11. Like
    69wpm reacted to ctwise in PLEASE VOTE: Your favourite workflows   
    VPN Toggle - Sebastian Schöps - http://www.alfredforum.com/topic/191-workflow-for-vpn-services/
  12. Like
    69wpm reacted to jkblackman77 in Search Sparrow workflow   
    Hello,
     
    I had this problem too so i tried adding a delay of 0.5 seconds into the script - it now opens sparrow first before searching.
     
    the script now reads...
     
     
    on alfred_script(q) delay 0.5     tell application "Sparrow" to activate --- activates sparrow     tell application "System Events"         tell process "Sparrow" --- implying Sparrow is already activated             key code 3 using {command down, option down} --- send cmd+alt+F to Sparrow invoking search             keystroke q --- enter the query         end tell     end tell end alfred_script
×
×
  • Create New...