Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to copy constructed command to command palette #2235

Open
wojd0 opened this issue Aug 13, 2024 · 1 comment
Open

Add option to copy constructed command to command palette #2235

wojd0 opened this issue Aug 13, 2024 · 1 comment
Labels
good first issue Good for newcomers type: feature New feature or request

Comments

@wojd0
Copy link

wojd0 commented Aug 13, 2024

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.

@wojd0 wojd0 added the type: feature New feature or request label Aug 13, 2024
@MaxKless
Copy link
Collaborator

It's a valid request! I'll see if I have time to get to it, otherwise I'd gladly accept a contribution here as well :)

@MaxKless MaxKless added the good first issue Good for newcomers label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants