Jump to content

dood

Member
  • Posts

    63
  • Joined

  • Last visited

Reputation Activity

  1. Like
    dood reacted to vitor in ChatGPT / DALL-E - OpenAI integrations   
    GPT-4 Turbo preview has been added in version 2024.5.
  2. Like
    dood reacted to Vero in Legendary Supporter Status   
    @sepulchra No license will have been issued in your case, as you upgraded from Legendary to Legendary+, and therefore already have a Legendary license at hand.
     
    Users going from Mega Supporter to Legendary, as is the scenario for @Mr Pennyworth, will receive a new license as it allows them to activate with the Legendary license, reflecting their shiny new status in the preferences!
     
    We're humbled that the community asked us to create this additional way to support Alfred; This really is the nicest corner of the internet  
  3. Like
    dood reacted to Vero in ChatFred: OpenAI's GPT-model workflow   
    @TomBenz Keep an eye out for exciting news in the new year 👀 That's as much as I can say for now...
  4. Like
    dood reacted to Elfred in Alfred Google Inline Results   
    FYI: on M1 macs, the default location of the hombrew packages has changed. this worked for me:
     
    results = Lightly.new(life: '4h').get query do JSON.parse `/opt/homebrew/bin/ddgr --json -n 9 #{query}` end  
  5. Like
    dood got a reaction from Elfred in Alfred Google Inline Results   
    A word to the wise: you can easily modify this workflow to work with DuckDuckGo.
     
    1. Install ddgr via Homebrew (from the same developer as googlr)
     
    2. Download the Alfred Googler workflow mentioned above
     
    3. Open the workflow in Finder, and in the "google_instant.rb" file, change
    results = Lightly.new(life: '4h').get query do JSON.parse `/usr/local/bin/googler --json -n 9 #{query}` end  
    to:
    results = Lightly.new(life: '4h').get query do JSON.parse `/usr/local/bin/ddgr --json -n 9 #{query}` end
  6. Thanks
    dood reacted to Terminal in RSS Feed Reader   
    Thanks, I’ll have an update out shortly to address off of these issues. Been a bit busy with personal life. 
  7. Like
    dood reacted to vitor in exiting QuickLook   
    You can also exit faster with ⇧ or ⌘Y. Unfortunately, the Esc is caught/interpreted by Quick Look itself without a good way around it.
  8. Like
    dood got a reaction from Tsunami in Tempo-inspired Theme   
    Sure! Aside from a few padding adjustments, I opted to use Lato for the font and make some of the text bigger.
     

  9. Like
    dood got a reaction from zeitlings in Alfred Google Inline Results   
    A word to the wise: you can easily modify this workflow to work with DuckDuckGo.
     
    1. Install ddgr via Homebrew (from the same developer as googlr)
     
    2. Download the Alfred Googler workflow mentioned above
     
    3. Open the workflow in Finder, and in the "google_instant.rb" file, change
    results = Lightly.new(life: '4h').get query do JSON.parse `/usr/local/bin/googler --json -n 9 #{query}` end  
    to:
    results = Lightly.new(life: '4h').get query do JSON.parse `/usr/local/bin/ddgr --json -n 9 #{query}` end
  10. Like
    dood got a reaction from xilopaint in YouTube Search   
    Works great, thanks!
  11. Like
    dood reacted to Stephen_C in Send a Message template workflow   
    Version 1.11 released: a minor update simply to reflect the new icon in the images within the User Configuration. Thanks to @dood for help in ensuring this should now work with older versions of macOS.
     
    Stephen
  12. Like
    dood got a reaction from Chris Messina in Tempo-inspired Theme   
    Sure! Aside from a few padding adjustments, I opted to use Lato for the font and make some of the text bigger.
     

  13. Like
    dood got a reaction from deanishe in Bitwarden CLI - Get passwords, username, TOTP and more from Bitwarden   
    @deanishe – According to Patrick Wardle, the macOS 11.2 beta 2 suggests that Apple is removing this policy going forward! 
     
    And kudos to @blacs30 for an awesome workflow!
  14. Like
    dood got a reaction from paulw in Bitwarden CLI - Get passwords, username, TOTP and more from Bitwarden   
    @deanishe – According to Patrick Wardle, the macOS 11.2 beta 2 suggests that Apple is removing this policy going forward! 
     
    And kudos to @blacs30 for an awesome workflow!
  15. Like
    dood got a reaction from vitor in Hackerboard — Links from the front page of Hacker News   
    It's working now, thanks!
×
×
  • Create New...