ctubbsii opened a new issue, #4808: URL: https://github.com/apache/accumulo/issues/4808
This is kind of far out there, and I'm not sure it should go in the main Accumulo project, but we have a lot of utilities that can be run off of the `bin/accumulo` command, including all the `bin/accumulo admin` commands. My preferred shell is `bash`, and bash supports an extensible mechanism to add autocompletion to commands. It would be neat to be able to provide a completer script to be used with bash, to make it easier to use the `bin/accumulo` command. Some references: * https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion.html * https://superuser.com/a/289559 * https://opensource.com/article/18/3/creating-bash-completion-script If we shipped this, I'd imagine it'd be shipped as part of some "extras" package, rather than part of Accumulo's core build. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
