Replies: 1 comment
|
If anyone is interested in this, I've started working on it in a separate project called ✨ Magic Tooltips ✨ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The "Show On Command" feature of powerline10k will toggle segments based on the contents of the command the user is currently typing, before they have pressed Enter.
I have replicated a variant of "Show On Command" in Powershell using the Set-PSReadlineKeyHandler feature to basically register a hotkey for
Spacebarand do positional Write-Ouput statements. Check out a gif of my proof-of-concept hereI would love to contribute something like this in oh-my-posh3 instead of a separate powershell script. AFAIK, this is currently not possible with oh-my-posh3, because omp3 terminates after printing the prompt.
Do you have any ideas on how something like this could be implemented as an addition to oh-my-posh3? And if so, do you have any interest in this type of functionality?
All reactions