You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be neat if cmd could simulate typing the beginning of the command.
For instance:
pe "htop"# Copy-paste some pid
cmd "kill "# wait for enter key like p, pe etc.# simulates typing kill# presenter pastes the pid and presses return to execute
Also, if you forgot you were on the cmd step, you don't accidentally end up executing an empty command while you were trying to trigger the next step. Instead you trigger something which has a visual feedback. I think this is better in terms of UX.
The text was updated successfully, but these errors were encountered:
I think it would be neat if cmd could simulate typing the beginning of the command.
For instance:
Also, if you forgot you were on the cmd step, you don't accidentally end up executing an empty command while you were trying to trigger the next step. Instead you trigger something which has a visual feedback. I think this is better in terms of UX.
The text was updated successfully, but these errors were encountered: