Jump to content

hoody

Member
  • Posts

    4
  • Joined

  • Last visited

hoody's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Hi, I am writing a simple workflow, which uses keyword to open a few website. After typing the keyword, I type a {query} keyword to indicate which website to open. Here is the script. if query == "google": webbrowser.open("http://www.google.com") elif query == "cnn": webbrowser.open("http://www.cnn.org") elif query == "facebook": webbrowser.open("http://www.facebook.com") The problem is I have to remember all these {query} keywords. I would like to show all these available options in the Alfred drop down menu after I typed the keyword to trigger my workflow. How to achieve this task? Thanks!
  2. In 1Password, there is a type called "Passwords", which saves passwords only. It seems the Alfred 1Passwords integration only works with the "Logins" type password. But sometimes, I only need to get a password I saved before. I would like Alfred to copy the password to the clipboard. For example, I need to login MySQL database from terminal, but I don't remember the password. I would like to fire alfred to copy the password from 1Password. Is there a way to do it? Thanks.
×
×
  • Create New...