-
Notifications
You must be signed in to change notification settings - Fork 16
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 basic task autocompletion #107
Conversation
Hi @PhilippRosenkranz thanks so much :) Will check this out and merge asap... |
Hi @PhilippRosenkranz went through the PR 👍 We also have an issue / feature request: #97
The Is there any way we can pretty print the tasks output, and kill both issues with one stone? 😄 Basically a pretty output with description which is human readable, and from which the task names can also be grepped for completion? 😄 |
Hi @rdsubhas, I've tried to implement/fix #97 as best as I could as part of this PR. Each output line is now a tab delimited list of:
Example output:
This might not look super nice but it does the job AND it is super easy to parse. If readability is a concern |
Hi @PhilippRosenkranz I'm really sorry this missed our radar, we're moving our open source projects to github.com/omio-labs with a faster process. Sorry, closing this and will re-open there... |
This adds basic task auto completion. I also added some simple auto completion scripts for
bash and fish.
If I find the time I will follow this up with a PR which adds auto complete for arguments as well.
This should resolve #103 (at least partially).