Jump to content

chris_arceneaux

Member
  • Posts

    11
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    chris_arceneaux reacted to blacs30 in Bitwarden CLI - Get passwords, username, TOTP and more from Bitwarden   
    Update: 
    Version 2.3.0 is released. Get it from github https://github.com/blacs30/bitwarden-alfred-workflow/releases/tag/2.3.0
     
    After some months I am releasing this version which adds 2 features which were requested:
     
    - The auto lock service locks the Bitwarden workflow after every start and after a configurable time read more here
    - The auto sync service which syncs Bitwarden in the background multiple times a day with configurable times see more here
  2. Like
    chris_arceneaux reacted to vitor in Process Control — Manage misbehaving system processes   
    Because it hasn’t been updated in four years, and things that started to break were never fixed. I also used that Workflow, until it got so broken I decided to make this alternative.
  3. Like
    chris_arceneaux reacted to deanishe in Youtube Music Controls for Chrome   
    Right. I think it might be a scope thing. With the tell using a variable, the compiler doesn’t understand where to find things like tab or execute javascript (i.e. it doesn't know they're defined by Chrome).
     
    activate and window work fine because they’re defined by the OS, not individual apps (you can also tell apps that don't support AppleScript to activate, or enumerate their windows—even if you can't do anything else with them).
     
    I guess if you want to support multiple browsers, you could either use JXA (it supports variables for app names) or save the scripts as text (.applescript files) and do a search-and-replace on them if the user changes the target browser (i.e. replace "Google Chrome" with "Brave" or whatever).
  4. Like
    chris_arceneaux reacted to vitor in Youtube Music Controls for Chrome   
    @chris_arceneaux This should help you support most browsers:
     
  5. Like
    chris_arceneaux reacted to deanishe in Youtube Music Controls for Chrome   
    That used to be the case, but it works now.
     
    set _app to "Finder" tell application _app to activate  
  6. Like
    chris_arceneaux reacted to niv007 in Youtube Music Controls for Chrome   
    v1.4.1 is working fine. Great workflow!
  7. Like
    chris_arceneaux reacted to squatto in Find 2Fa/two-factor auth codes in Messages   
    Safari automatically reads your text messages and asks you to auto-fill any two-factor codes it finds:
     

     
    I don't use Safari (I use Chrome) and I was sick of having to manually type the codes from my messages. This workflow reads your message history and finds the most recent 5, 6, 7, or 8 digit two-factor codes. When you select a code and press <enter> it is copied to your clipboard, or you can press <⌘+enter> and it will copy the code to your clipboard and paste it into the active application.
     

     
    Keyword: 2fm
    Download the latest version: https://github.com/squatto/alfred-imessage-2fa/releases/latest/download/iMessage.2FA.alfredworkflow
    GitHub: https://github.com/squatto/alfred-imessage-2fa
    Packal: http://www.packal.org/workflow/imessage-2fa
  8. Like
    chris_arceneaux got a reaction from jopemachine in Youtube Music Controls for Chrome   
    @jopemachine - You need to enable Applescript in Chrome. Please check requirements in my original post.
     
    @politicus - Looks like the YouTube Music tab is not found in your Chrome browser. Can you share a screenshot of the title of your YouTube Music tab?
×
×
  • Create New...