Jump to content

GatorMapi

Member
  • Posts

    72
  • Joined

  • Last visited

Posts posted by GatorMapi

  1. On 4/23/2022 at 12:32 PM, vitor said:

    If the workflow appears to hang when updating items, open a terminal and run op item list:

    • If you get an error, something is wrong with 1Password’s command-line tool or its interaction with the app and it needs to be resolved with the 1Password support.
    • If you see your items, open the debugger and run :1pextras → Force Update Items. Include the debugger’s output in your report.

     

    This fixed it for me. Thanks. `Force Update Items`

  2. I've installed the 1Password workflow from

    https://alfred.app/workflows/alfredapp/1password/

     

    And installed the 1P CLI with Homebrew from

    https://developer.1password.com/docs/cli/get-started/#install

    ---------------------------------

    I try to use the 1P as indicated in the 'usage' screenshot but I cant get it to do any of the features (open and fill, copy username, copy password etc).


    I am able to search for and see the contents of my 1P with Alfred, but Alfred can't interact with any of them.

    I've replicated the steps and they do the same thing.

     

    Alfred version & build number: 5.1.4 [2195]
    MacOS: 11.7.10

    Screen Shot 2023-12-03 at 5.26.49 PM.png

    Screen Shot 2023-12-03 at 5.41.23 PM.png

  3. 17 hours ago, vitor said:

    The way to do it is having your URLs listed (one per line) in an Arg & Vars Utility, connect it to a Split Arg Utility configured to Split with: New Line and Output as: Arguments, connect it to an Open URL Action.

    @vitor I've followed the directions but I'm not following. Should there be a keyword at the beginning of the workflow to evoke the rest of the workflow? I'm trying to get 3 websites to open in their own tabs (https://yahoo.com, https://bing.com, https://apple.com).

     

    When I type the keyword 'cool' into Alfred it doesn't open the 3 websites. I've uploaded the workflow to dropbox and screenshots of the workflow. Can you please have a look and tell me why the 3 websites aren't opening in their own tab? Thank you.

     

    https://www.dropbox.com/s/q2odfw4v6gk8muf/3_urls.alfredworkflow?dl=0

     

    Screen Shot 2023-07-16 at 10.11.23 PM.png

    Screen Shot 2023-07-16 at 10.11.43 PM.png

    Screen Shot 2023-07-16 at 10.12.09 PM.png

    Screen Shot 2023-07-16 at 10.12.21 PM.png

  4. @Vero I use the Moom window management tool but no virtual desktops. I just re-plugged and restarted the laptop and I haven't seen the issue yet. I have Moom as a login item when the laptop starts up. Every restart I see the Moom preferences, while it was starting up I unchecked "treat drawers as part of their parent window." I trigger Alfred and the Alfred window appeared in two different areas on the desktop. After the 3rd try it appears in the middle as it should.

     

    Maybe Moom is causing this but I haven't seen this before. I've been using both Alfred and Moom for quite some time.

     

    moo.png

  5. Hi @Vero, I have a monitor connected to my MBP via a docking station so I have two screens. Each screen has its own desktop. The option to "save position while dragging Alfred window" was unchecked so that the Alfred spotlight always appears in the same spot.

     

    Yes, checking that option keeps Alfred in that position until it's dragged to another part of the screen. The Alfred search bar always gets repositioned to the top left corner of the screen after every restart.

    Screen Shot 2023-07-14 at 11.59.33 AM.png

  6. When searching for files using Alfred one can use a space to search for a file. Is there a built in feature to narrow down a search by parameters such as kind, modified date, file size etc?

     

    I created a workflow that can search for PDFs but I have lots of files with similar file names. How do I narrow down the results similar to what can be done with Finder, but with using Alfred?

    Screen Shot 2023-05-15 at 1.39.49 PM.png

    Screen Shot 2023-05-15 at 1.38.21 PM.png

    Screen Shot 2023-05-15 at 1.41.29 PM.png

  7. I have a group of snippets inside my Alfred collection that I'd like to bulk edit all at once. How would one accomplish this?

     

    I'm thinking of a way to export the JSON file but the only choice to export a collection is a '.workflow' format. When I open the file with my IDE it shows garbled text. Advice please?

  8. I'm trying to create a multi keyword to run script workflow. Issue is the output only shows for the first query


    Debugger isn't throwing any errors, here's the output
     

    Quote

     

    [12:25:29.985] Bob[Transform] Processing complete
    [12:25:29.987] Bob[Transform] Passing output 'Hi query query2, My name is Bob. My pet's name is {query2}.

    Thanks,
    Bob' to Keyword

     


    The process the workflow does

    1. `.bob` gets ran inside Alfred in the "Bob" workflow.
    2. Query gets input into Alfred "Run Script"
    3. Trim whitespaces for each keyword with Transform
    4. Output into {query} and  {query2}

    With the provided steps and screenshots the output I'm getting is

     

    Quote
    Hi query query2, My name is Bob. My pet's name is {query2}.
    
    Thanks,
    Bob

    How do I trigger 2 keywords to work inside a workflow? I've attached screenshots

     

    Thanks!

    1.png

    2.png

    3.png

    4.png

    5.png

    6.png

×
×
  • Create New...