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

Enable direct execution of tasks in the deno task command using the up/down arrow keys #27398

Open
kensukesaito opened this issue Dec 17, 2024 · 1 comment
Labels
suggestion suggestions for new features (yet to be agreed) task runner related to deno task

Comments

@kensukesaito
Copy link

Currently, the deno task command only displays a list of available tasks. However, it would be even more convenient if we could use the up/down arrow keys to select a task and execute it directly.

$ deno task      
Available tasks:
- dev
    deno serve server.ts
- build
    esbuild index.ts
@dsherret dsherret added suggestion suggestions for new features (yet to be agreed) task runner related to deno task labels Dec 20, 2024
@dsherret
Copy link
Member

It would probably need to be deno task --interactive or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion suggestions for new features (yet to be agreed) task runner related to deno task
Projects
None yet
Development

No branches or pull requests

2 participants