Add special paths to open action#122
Conversation
Added management of special paths for "open" command
|
Hi @Chris7X :) Thanks for the addition! I merged, but gonna do some changes to your code that I didn't bother requesting a revision for. But, for future reference;
Rather than Then there were a few empty spaces and tabs, and the comments were
These are the few things I've corrected. I can see this is your first pull request, so well done! These are minor things, and your contribution will surely help many ACC users :) I will try and see if I can get hotfix Thanks again, keep it coming if you got anything else you wish to be added 💪 |
…en` actions Made a safe version of getting environment variables, as some might not exist on some computers, resulting in issues. This should be completely exception-free,
|
Ended up re-writing this one quite a bit - check the referenced commit above for more info. After further inspection of the PR while testing, the code was not quite in the right place. Moved it from being a part of the Still using some of the base-code, just restructured quite a bit :) |
Added management of special paths for "open" command