Jump-Location
Jump-Location copied to clipboard
Powershell `cd` that reads your mind
Just downloaded this module and happily installed it. But when I want to `j` to somewhere, it complains: ``` j : The term 'Set-JumpLocation' is not recognized as the name...
I am running Windows7 but have Powershell version 3 so figured I could get this to work. When installing via Install-Module, I get the following. ``` Windows PowerShell Copyright (C)...
It is required that a module manifest file specifies the cmdlets and aliases that the module will create once loaded in order for auto loading of modules in powershell to...
I'm getting this error after installing Jump-Location: ``` Set-JumpLocation : The type initializer for 'Jump.Location.SetJumpLocationCommand' threw an exception. At C:\Users\mitja.bezensek\Documents\WindowsPowerShell\Modules\Jump.Location\Load.ps1: 36 char:2 + Set-JumpLocation -Initialize + ~~~~~~~~~~~~~~~~ + CategoryInfo :...
I called jumpstat sequentially and data is not consistent: it's wiped at some point. Should be a problem with DB -> file save logic 
PSVersion : 4.0 Jump.Location : 0.6.0 Set-JumpLocation : The type initializer for 'Jump.Location.SetJumpLocationCommand' threw an exception. I installed via: install-module Jump.Location What have I done wrong? Thanks --
Thanks for the great tool! How to fix TypeInitializationException ? ``` ~ $ install-module jump.location ~ $ refreshenv Refreshing environment variables from registry for cmd.exe. Please wait...Finished.. ~ $ import-module...
I was running an Entity Framework helper command to run all code-first migrations on the database when this happened: ``` PM> update-database System.ArgumentNullException: Value cannot be null. Parameter name: type...
Jumping around on my ramdisk got harder after a period of time, due to constantly changing and growing file system. There were a lot of pointless entries in the Jump-Location...
Is there a chance you could add functionality that would allow a complete replacement of the `cd` command, e.g. so I could also jump to local folders and `j` would...