We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the latest from the zip.
After pressing the chord, my prompt does not show the new location. The set-location did execute correctly.
The next time I press enter the prompt updates.
Set-PSReadlineKeyHandler -Chord 'ctrl+c,ctrl+q' -BriefDescription 'quickgraph' -Handler { cd C:\posh\QuickGraph }
The text was updated successfully, but these errors were encountered:
If the current input is empty, you call AcceptLine() - that would force the prompt to be revaluated.
If the current input is not empty, it seems best to preserve it, so I'll considering adding an API to for the prompt to be re-evaluated.
Sorry, something went wrong.
AcceptLine() works fine
I added a function that does what you want - InvokePrompt. d671045
No branches or pull requests
I have the latest from the zip.
After pressing the chord, my prompt does not show the new location. The set-location did execute correctly.
The next time I press enter the prompt updates.
The text was updated successfully, but these errors were encountered: