Open
Description
Description
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.