https://github.com/wgross/jump
Powershell directory shortcuts
https://github.com/wgross/jump
directory-shortcuts powershell
Last synced: 6 months ago
JSON representation
Powershell directory shortcuts
- Host: GitHub
- URL: https://github.com/wgross/jump
- Owner: wgross
- License: mit
- Created: 2016-08-20T18:24:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T18:42:38.000Z (almost 9 years ago)
- Last Synced: 2025-07-28T19:32:34.784Z (8 months ago)
- Topics: directory-shortcuts, powershell
- Language: PowerShell
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jump
Powershell directory shortcuts.
## Usage
This small module allows to manage a list of directory shortcuts. Invoking a shortcut changes the current location to the designated directory.
Shortcuts can also be listed or removed if they are no longer needed.
All Shortcuts are stored in a JSON file relatively to the Jump.psm1 in directory 'Jumps/<machinename>.json'. Invoking a jump always creates a new jump named 'back' pointing to the source of the jump. This makes it easy to switch between two directories quickly. The back-jump hasn't to be called explicitely: just call 'Invoke-Jump' without jump name to move back.
## Installation
The module is not (yet) available in the powershell gallery. Just clone the repository to a place in your module path and you should be ready to go.
I'm using it as a git submodule of in my profile repository which works quite well. For development I'm keeping another clone outside of my module path to make sure the Pester-Tests don't mess up my list of Jumps.