Collection of commandlets to add to XYPlorer catalog. Why? Because you can't right click on catalog items and pick "Open With". For all scripts: pick "Go to Location" and "Single instance".
Will open the current directoy in Git Bash.
run '"C:\Program Files\Git\git-bash.exe"';
Will open the current directory in Sublime.
run "C:\Program Files\Sublime Text 3\subl.exe" "<curpath>";