Jump-Location icon indicating copy to clipboard operation
Jump-Location copied to clipboard

Doesn't work on PowerShell Core

Open Elderry opened this issue 7 years ago β€’ 5 comments

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 of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ j cn
+ ~
+ CategoryInfo          : ObjectNotFound: (Set-JumpLocation:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

My powershell version is Core 6.0.1, I also tried on my native PowerShell, it works well.

Elderry avatar Feb 04 '18 14:02 Elderry

I'm working on preliminary PowerShell Core support, tested on Tested on Window 10 + Powershell Core 6.0.2.

oraoto avatar Mar 28 '18 06:03 oraoto

@oraoto So glad to see this happening, maybe one day you can upload your fork to the gallery, since this project seems no longer active. Anyway thank you so muchπŸ±β€πŸ.

Elderry avatar Mar 28 '18 06:03 Elderry

apparently this is still not working in the current PowerShell Core v6.1. any updates on this?

MovGP0 avatar Sep 19 '18 09:09 MovGP0

Shameless plug for https://github.com/vors/ZLocation - it now works on core and linux.

vors avatar Sep 19 '18 16:09 vors

@vors Confirmed, in fact I have already used it for some time. Thank you for your work! πŸ±β€πŸ‰

Elderry avatar Sep 20 '18 02:09 Elderry