Cmd/Bash input command macros #5308
Labels
Issue-Feature
Complex enough to require an in depth planning process and actual budgeted, scheduled work.
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Cmd/Bash input command macros
Proposed technical implementation details
For example
a. When a user is on Windows under a cmd tab, the button1_Click event could...
Windows
button1_Click event = dir
Action = list directory contents.
b. When a user is on Linux under a bash tab, the button_Click event could...
Linux
button2_Click event = ls
Action = list directory contents.
A clear and concise description of what you want to happen.
In the process of creating a button, the user assigns a macro to it. A macro is nothing more then a string of native commands that already exist in their own respective operating systems.
The buttons would have a property propTargetSystem & propIssueCommand that would allow the user to target each macro created to their respective operating system.
Alternatively, this could be possibly implemented as a "Favorites" dropdown menu.
The text was updated successfully, but these errors were encountered: