Jump to content

jswifty

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by jswifty

  1. Hello, Is there a way of configuring a workflow in Alfred that will launch a new workspace (or tab - I’m not sure what they are called in macOS) and launch specific applications within that workspace? Please advise, Jason
  2. Hello, I enabled the 1Password integration in Alfred. When I launch the Alfred command bar and type "1p" in, I'm prompted to sign in with an account. As I proceed with the sign on and enter all necessary info, I receive a response back saying it cannot access the database: Updating items list. It will take a few seconds to complete. You may close the terminal at any time. ..Error: unable to open database "/Users/jasond/Library/Group Containers/2BUA8C4S2C.com.1password/Library/Application Support/1Password/Data/1password.sqlite": unable to open database file How do you fix this issue? Please advise, Jason
  3. @vitor Do you have psuedocode type of example that would accomplish this?
  4. @vitor I've attached a screenshot below of how I've set it up. The terminal command is running the actual command, then I wait 30 seconds while the commands are running and the pop-up window appears. Then, I copy the password to the clipboard and paste it into the active textbox, then click enter using an apple script. The problem is I want to be able to know if that pop up has appeared rather than waiting 30 seconds and assuming it's there. How do I do that?
  5. @vitor The pop window is generated in a part of my workflow where I run the terminal command `make bootstrap`. It pops up a window as seen below. I want the workflow to know when this pop up has appeared, fill the password and click "OK".
  6. Hello, I have a workflow that I'm working on which basically switches git branches, runs a series of command line instructions and then needs to wait for a pop-up window to appear so that I can enter a password and press continue. I'm not sure how to accomplish the part where the workflow waits for a pop-up window to appear. Is this possible?
×
×
  • Create New...