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
Add option to copy constructed command to command palette (ex. > Nx: run)
Motivation
eliminate the need to execute a task in order to copy full command constructed using the command palette
simplify copying large commands from terminal
Suggested Implementation
There should be a separate option (example label Copy: <command>) added at the last step of job command selection right under the Execute: <command> option that copies constructed command into the clipboard.
Alternate Implementations
Selecting Execute: <command> option while holding a modifier button could perform the same action.
The text was updated successfully, but these errors were encountered:
Description
Add option to copy constructed command to command palette (ex.
> Nx: run
)Motivation
Suggested Implementation
There should be a separate option (example label
Copy: <command>
) added at the last step of job command selection right under theExecute: <command>
option that copies constructed command into the clipboard.Alternate Implementations
Selecting
Execute: <command>
option while holding a modifier button could perform the same action.The text was updated successfully, but these errors were encountered: