tkellogg / Jump-Location

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

Jump-Location doesn't work with PSReadLine #56

Open vors opened 9 years ago

vors commented 9 years ago

PSReadLine use worker thread to capture user input. That prevents generation of OnIdle events, because engine is never OnIdle.

Jump-Location subscribe UpdateTime callback to OnIdle events.

Maybe this should be addressed in PSReadLine.

vors commented 9 years ago

cc @lzybkr

vors commented 9 years ago

Corresponding issue for PSReadLine https://github.com/lzybkr/PSReadLine/issues/169