Skip to content

Instantly share code, notes, and snippets.

@drozzy
Last active January 15, 2022 04:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drozzy/86c9c925013bdf8ea36a to your computer and use it in GitHub Desktop.
Save drozzy/86c9c925013bdf8ea36a to your computer and use it in GitHub Desktop.
XYPlorer Scripts

About

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".

Gitbash

Will open the current directoy in Git Bash.

run '"C:\Program Files\Git\git-bash.exe"';

Sublime

Will open the current directory in Sublime.

run "C:\Program Files\Sublime Text 3\subl.exe" "<curpath>";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment