Public-AutoHotKey-Scripts icon indicating copy to clipboard operation
Public-AutoHotKey-Scripts copied to clipboard

Add option to open folders by name that are specified in a csv

Open a-nau opened this issue 5 years ago • 4 comments

  • added option to open folders quickly that are specified by "name - path" pairs in a csv file
  • applied small fix from issue

I made some more changes on my fork (e.g. new readme with demo, save active browser tab link in markdown format). I am happy to contribute more, if you think some of it is useful :)

a-nau avatar Jan 18 '21 17:01 a-nau

the search_urls := 0 fix didn't seem to work for me. Any idea why?

narddog1 avatar Jan 20 '21 02:01 narddog1

Good point @narddog1, I hadn't checked thoroughly - this version seems to not trigger errors but still calls the function multiple times.

Can you verify that a reset at GUI spawn by adding search_urls := 0 in line 49 of GUI.ahk fixes this?

a-nau avatar Jan 20 '21 09:01 a-nau

That did it!! Thanks!

narddog1 avatar Jan 20 '21 23:01 narddog1

Thanks for the feedback! I'll update the PR later.

a-nau avatar Jan 21 '21 07:01 a-nau