Jump to content

halfred

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by halfred

  1. Hi, I have 3 scripts that each output a variable and I wish to write these variables to a file. How or where do I collect the variables and then write to the file only once? At the moment each variable is appended to the file. Many Thanks, Halfred
  2. I have 3 variables: {var:url1} {var:url2} {var:url3} I can output them fine to a text file using "Write To Text File". However how do I use them inside an AppleScript? Any help much appreciated!
  3. Many thanks, my script is now working.
  4. Hi, How can I use Python3 code in my workflows? At the moment I am just trying as a test to print a string and send it to a post notification. This works fine (in Python2) if I select "/usr/bin/python" and use sys.stdout.write(s). I can also use the unix command echo to print a string and send it to a notification but my Python3 shell script does nothing in Alfred, even though I can execute it perfectly fine via the terminal. My Python3 shell script is very simple. #!/Library/Frameworks/Python.framework/Versions/3.5/bin/python3 print('hello') Please help! Thanks, Halfred
  5. Thanks for the reply. Once again Chrome is lacking some really basic features. Firefox has this option.
  6. Hi, As specified in the title, I would prefer if Alfred: Open Browser and Custom Searches in a New Window by Default So whenever Alfred opens a browser window it would be a new tab in a new window rather than a new tab in the current window. It seems to make more sense to me. And there are plenty of people creating workflows to achieve this for specific sites in a repetitive and inelegant way. Any other thoughts from the community? If not by default, then there could at least be an option to enable this. Looking forward to some feedback. Hal
×
×
  • Create New...