Added logic to check and create a symlink for 'python3' to ensure scripts can be invoked using both 'python' and 'python3' commands. This guarantees compatibility across environments where 'python3' is required. Helps avoid potential confusion and errors in script execution.
Added a script to open a new Terminal with cwd of the current folder.
Only been able to do limited testing.
Tested on Win11 and Wind10 once, both ran without an issue.
Added logic to check and create a symlink for 'python3' to ensure scripts can be invoked using both 'python' and 'python3' commands. This guarantees compatibility across environments where 'python3' is required. Helps avoid potential confusion and errors in script execution.
Added a script to open a new Terminal with cwd of the current folder.
Only been able to do limited testing. Tested on Win11 and Wind10 once, both ran without an issue.