tkellogg / Jump-Location

Powershell `cd` that reads your mind
MIT License
467 stars 26 forks source link

Doesn't work on PowerShell Core #68

Open Elderry opened 6 years ago

Elderry commented 6 years ago

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.

oraoto commented 6 years ago

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

Elderry commented 6 years ago

@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πŸ±β€πŸ.

MovGP0 commented 5 years ago

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

vors commented 5 years ago

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

Elderry commented 5 years ago

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