/goto

Primary LanguagePowerShellMIT LicenseMIT

GOTO for PowerShell

License: MIT

A simpel but helpful script that sets the current working location in PowerShell to a location of the specified label.

How to install

Use the following commands to install the script

# Download the source code
git clone https://github.com/rneeft/goto.git
# Remove the git connection (Optional)
Remove-Item .git -Recurse -Force
# Set execution policy to unrestricted to make sure the script may execute
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

Create a system variable with the name GOTO_HOME and as value the path of the location of the goto.ps1 file: image

Update the system environment variable Path and add the location of the folder. (for example: C:\git\goto)

How to edit

run the command goto edit-me to open the script and add items to it