-
Notifications
You must be signed in to change notification settings - Fork 5
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
tab completion #3
Comments
Would make sense, open to accept PRs |
Also are you trying to keep do.sh posix compliant? I noticed reference to |
I am not trying to be fully POSIX compliant but rather KSH, so that do.sh can run on alpine or most commonly uses minimal shells. As I remember, there are some Bash forks of this repo. Check them out. |
WIP: mandric#1 No completion code yet, starting with some tests. |
Have you thought about adding tab completion here, so
./do.sh foo<tab><tab>
would give you a list of functions that begin with "foo"?Basically add some conventions so it behaves similar to
awscli
?The text was updated successfully, but these errors were encountered: