cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.77k stars 176 forks source link

Powershell Support #250

Open owenlamont opened 2 years ago

owenlamont commented 2 years ago

I saw this mentioned on an earlier issue but was wondering if it would be possible to also support Powershell. I'm completely ignorant of how much effort this would involve or if it is possible at all but I'd love to use mcfly if possible from there.

upyesp commented 2 years ago

Checkout the PSReadline PowerShell module, might give you what you want as an interim.

Here's a blog post about it, with a neat config: https://www.hanselman.com/blog/adding-predictive-intellisense-to-my-windows-terminal-powershell-prompt-with-psreadline

owenlamont commented 2 years ago

Thanks for the tip, I'll checkout PSReadline

cantino commented 2 years ago

I don't use Powershell so I'm not planning to work on it, but I'd accept contributions.