-
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: run commands on host w/o spawning a tty #24
New issue
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
Conversation
added interactive command runner for selected host with ctrl+r
|
this is awesome! thank you @vybraan -- will check it locally and merge |
yes, a little thing if you don't mind: the cursor is not shown to hint the user they can start typing. also, the interface doesn't seem to resize when one resizes the terminal window. |
|
made a PR to your fork/branch that fixes the cursor try it and if you like it merge it, I believe the commit will appear in this PR |
|
understood. |
the cursor wasn't showing, setting the virtual cursor will show it but it won't update unless we update the model so now we're updating the input model on every tea.loop
added
cmdModelinruncmd.goto handle remote command executionctrl+r now opens the command runner view
targeting #9