Add option to open folders by name that are specified in a csv
- 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 :)
the search_urls := 0 fix didn't seem to work for me. Any idea why?
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?
That did it!! Thanks!
Thanks for the feedback! I'll update the PR later.