-
Notifications
You must be signed in to change notification settings - Fork 4
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
Find script to run by partial text match #3
Comments
Do you mean to dynamically find matched script by name? |
Not sure this is a good solution. Not cross platform, or even cross shell. Not tested, and the shell syntax is a minefield of the future. |
Shell completion is not ideal (because of it's not cross platform nature in general) but worked for years =) It's pretty standard way for posix systems. |
I wrote my own https://github.com/bahmutov/npm-quick-run that does the completion in code, seems to work for my needs. |
I am tired of typing the entire command. What if
nrun i
could find the only script command that matches and runs"issues": "git-issues"
for example?The text was updated successfully, but these errors were encountered: