Jump to content

pat-s

Member
  • Posts

    0
  • Joined

  • Last visited

Reputation Activity

  1. Like
    pat-s reacted to ChristianOlsen in Simple WireGuard VPN workflow   
    WireGuard Control
     
    Simple workflow that toggle on/off any existing WireGuard VPN tunnels.
    The workflow is written in bash, so it should be pretty robust against OS updates etc.
     
    New release
    Version 1.1.2 released!
    Improvements:
    1) VPN connections are sorted so the results are always in the same order.
    2) Filtering of the results, by user input, enabled.
    3) WireGuard is now spelled correctly (Capital G).
     
    Download:
    https://alfred.app/workflows/christianolsen/wireguard-control/
     
    Instructions:
    Use the keyword "wguard" to activate the workflow.

     
  2. Like
    pat-s reacted to sanderschat in Dashlane Workflow   
    Yes, nice script!
     
    i added a little extra to "auto-copy" the value, if it has found a unique value.
    Since i am not an AppleScript expert it might not work in some cases, but for now, i get good results here.
     
    on alfred_script(q) set appname to "Dashlane" tell application appname to activate tell application "System Events" repeat until (exists window 1 of process appname) delay 0.1 end repeat keystroke "f" using command down keystroke q delay 0.5 keystroke "c" using command down end tell end alfred_script  
    Hope this will help you guys a bit too.
     
     
     
     
     
×
×
  • Create New...