A simpel but helpful script that sets the current working location in PowerShell to a location of the specified label.
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 CurrentUserCreate a system variable with the name GOTO_HOME and as value the path of the location of the goto.ps1 file:

Update the system environment variable Path and add the location of the folder. (for example: C:\git\goto)
run the command goto edit-me to open the script and add items to it