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 a simple and efficient addition to have some kind of a drop-down
in the console screen, where one can select previous successful commands.
Ideally we can design the current command input box in a way that it can be used for text input and the dropdown function with some triangle button on the right side.
The text was updated successfully, but these errors were encountered:
@shesek
The command history should be persisted, because currently when app is restarted the command history is empty...
Not sure if there's an UI element that can act as an 'editable dropdown'.
We have to keep in mind that a lot of commands take arguments which one would like to edit before repeating a command...
Another thing that came in my mind is that the apps console view could call 'help' internally to discover the accessible commands to pre-fill the dropdown or have some auto completion. But that's very nice to have stuff :D
I think it would be a simple and efficient addition to have some kind of a drop-down
in the console screen, where one can select previous successful commands.
Ideally we can design the current command input box in a way that it can be used for text input and the dropdown function with some triangle button on the right side.
The text was updated successfully, but these errors were encountered: