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

Support for recipe name abbreviations #113

Closed
casey opened this issue Nov 14, 2016 · 1 comment
Closed

Support for recipe name abbreviations #113

casey opened this issue Nov 14, 2016 · 1 comment

Comments

@casey
Copy link
Owner

casey commented Nov 14, 2016

Often times recipes have very long names, like install-dev-dependencies.

It might be nice if just could allow you to run these recipes with less typing.

One idea is to have a wildcard character:

some-long-recipe:
  @echo Doing stuff...

strip-binary:
  @echo Stripping binary...
$ just so~
Doing stuff...
$ just s~
error: `s~` is ambiguous, possibilities are `some-long-recipe` and `strip-binary`
@casey
Copy link
Owner Author

casey commented Jan 9, 2017

I think this is probably unnecessary. If anyone wants this, feel free to comment and I'll open it and implement it.

@casey casey closed this as completed Jan 9, 2017
@casey casey added the wontfix label Mar 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant