Jump to content

dunkaroo

Member
  • Posts

    52
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Thanks
    dunkaroo got a reaction from Andrew in Happy holidays team Alfred   
    Happy holidays team Alfred
     
    Thank you for the great app!! It made me smile everyday
     
    xoxo
  2. Like
    dunkaroo got a reaction from dfay in Happy holidays team Alfred   
    Happy holidays team Alfred
     
    Thank you for the great app!! It made me smile everyday
     
    xoxo
  3. Like
    dunkaroo reacted to fusco in Danger Zone   
    Link: https://github.com/josephfusco/Danger-Zone-Alfred-Theme
     

  4. Like
    dunkaroo reacted to chrisbro in Bear workflow - search and create notes   
    @td. Thank you for the suggestions! I think they're great ideas that I'd like to implement, so I've created enhancement issues on Github to track them. A couple sound tricky but I do love a good challenge.
     
    Feel free to reach out to me if you ever have any other ideas!
  5. Like
    dunkaroo got a reaction from Mehdi in Youtube Search   
    Better yet you can change the trigger key to just "y" instead of "youtube" (less typing), It's under "Feature" -> "Web Search"
    Alfred is super flexible.
  6. Like
    dunkaroo reacted to Mehdi in bash : {query} with spaces in it   
    I added the --fail and --silent.
    Also, you're right it's instant, I was uploading a youtube video in the background that's what was slowing the internet down.. I feel like such a newbie on this one, sorry 
     
    Thanx a ton for your help, now I have Airmail, Trello and Youtube all perfectly setup on Alfred .. feels like the beginning of a love story between a man and a software 
     
     
    Mehdi
  7. Like
    dunkaroo got a reaction from Mehdi in bash : {query} with spaces in it   
    This link should help you out.
    or search forum. "query encode", I don't know how to do it but little search helps
     
     
  8. Like
    dunkaroo reacted to warrenbuckley in Script Filter - cURL How to encode the spaces in the query from Alfred?   
    Update for anyone else reading this. I resolved it by manually replacing spaces with 20% with the following below
    #The base URL moved away from WebTask.io to Azure Functions baseurl='https://umbraco-alfred.azurewebsites.net/api/OurUmbNodeJS?' #The Type QS parameter typeparam='type=' #The Query QS parameter queryparam='&query=' #The Search query parameter from the last alfred workflow question query=$1 #Replace spaces in the query with 20% to url-encode it query=${query// /%20} #Concact the URL fullurl=$baseurl$typeparam$searchtype$queryparam$query #make the request with curl curl $fullurl #curl example with get #curl -G -v $baseurl --data-urlencode $typeparam$searchtype --data-urlencode $queryparam$query
  9. Like
    dunkaroo reacted to robwalton in Ulysses workflow   
    I've put an Alfred workflow for Ulysses up at packal.org/workflow/ulysses and github. The page includes a download link, full instructions and an image. Please give it a go. The commands are briefly:
    Get help
    u:help -- Show a brief summary of commands Open group or sheet
    uf -- Find a group or sheet based on internal content u -- Open group or sheet (cmd-return to drill down) ug -- Open group (cmd-return to drill down) us -- Open sheet Pop open Ulysses Open dialogue
    uo -- Search for within Ulysses’ Open dialogue Create sheets
    un --Create new sheet with optional text (shift-enter to create in /Inbox) Alfred file actions
    Use the Open in Ulysses file action to open text-like files in Ulysses Use the Import into Ulysses file action to create a new sheet from text-like content Configure view to open
    u:setsheetview  -- Set the view for opening sheets with (defaults to 'Editor Only') u:setgroupview -- Set the view for opening groups with (defaults to 'Sheets') Thanks
    deanishe for the awesome Python workflow library dunkaroo for searching and file action help dfay for the new sheet code and file opener and importer katie for thoughts on how find command should work  
    The source is on github.
     
    --- Rob
  10. Like
    dunkaroo reacted to Benzi in (faster) Menu Search   
    You're welcome. Although you might want to re-download because I've tried to make it even more snappier
    v1.4 - Caching
    Menu results are cached for a very short duration, resulting in even faster filtering of menu items.
     
    Check it out!
  11. Like
    dunkaroo reacted to Benzi in (faster) Menu Search   
    I have re-implemented ctwise's excellent implementation of the Menu Search workflow in Swift.
     
    This version is ever so slightly faster (at least on my machine ) - YMMV.
     
    Requires OSX 10.7+
     
    ↓ Download

    Refer Github README page for up-to-date information.
    Usage
    Type m in Alfred to list menu bar items for front most application You can filter menu items by name, or do a fuzzy search.
    E.g
    m new tab will match the menu item New Tab m cw will match the menu item Close Window  
    Setup
    Note that Accessibility must be enabled for Alfred in order for this to work correctly.
     
    For example, in macOS Sierra, this is configured using the Security and Privacy preference pane, under the Privacy tab with the Accessibility section selected. Alfred must be included in the list of apps allowed to control your computer. This step is required for the workflow to generate the list of menu items, and also click on a specific menu item. 
     
    Here's a snapshot of what the preference pane might look like in macOS Sierra.
     

     
  12. Like
    dunkaroo got a reaction from Benzi in (faster) Menu Search   
    @BenziI fix the problem by changing Alfred preference. Back to default "standard mode"
     

     
    being able to fuzzy search on menu item is so freaking awesome, THANK YOU so much !!
  13. Like
    dunkaroo got a reaction from nikivi in YAHHHH!! I don't know how to use my computer without Alfred   
    @Vero thank you sooooo much. Now I can finally dance with my mac again. Love you guys great work!!
     
    @nikivi I am pretty much port everything from karabiner function with hammerspoon and KM. I will do a little write up and post here later today. 
     
    @deanishe same here took me a while to remember wait I can do to finder. Application folder. Or spotlight. Also all the workflow that I setup. My fav is one key press search current selection in google. Best thing ever. So simple but yet powerful. 
  14. Like
    dunkaroo got a reaction from switters in Shortcut for launching app in Alfred 3?   
    Create a simple workflow link trigger "Hotkey" to action "Launch app / file"
     
     

  15. Like
    dunkaroo got a reaction from nikivi in A way to boost your productivity with Karabiner   
    As for sticky mode I prefer 2 key assign for trigger it. One for per app hotkey and one for global system commands. My keyboard layout is really different but if I am using normal layout I would most likely use "/" and "z" for easily pinky press which leave rest of the strong fingers to type rest of the character.  Those 2 keys are rare use so avoid how the "sticky key" alphabet character could show up when key is up instead when key press down ( just flow better on screen ), Also when I am typing fast I often smash 2 to 3 keys at the same time which will cause problem. I found being able to chain 2 character after the sticky key is enough, no need for the 1 character as an alphabet as well. There is no right way but YOUR way, use what ever make sense to you
     
    this is my reply to nikivi on Karabiner github page, I think it's worth to share here. for readability and the limited number of hotkeys combo could be used.
     
    skimming thru your XML, I am guessing you are assign a lots of hotkey to trigger "Keyboard Maestro" and "Alfred" workflow or opening apps, there is better way to do it without using a single hotkey too
    to launch apps
    https://pqrs.org/osx/karabiner/xml.html.en#vkopenurldef
    to trigger "Keyboard Maestro" via applescript
    https://www.keyboardmaestro.com/documentation/6/triggers.html
    at the end of the page
    tell application "Keyboard Maestro Engine" do script "[Name or UID of Your Macro]" end tell to trigger "Alfred" via applescript
    https://www.alfredapp.com/help/workflows/triggers/external/
     
     
×
×
  • Create New...