README Programmable TAB completion for AccuRev 4.5.x Enterprise Edition under GNU Bash. Overview ======== This library provides full GNU Bash programmable completion for AccuRev 4.5.x, Enterprise Edition. Both end user and administrator commands are supported (separate libraries). Performs TAB completion based on the following command format: $ accurev $ acserverctl $ maintain [options] Server data is cached locally to prevent per-command server flooding. An inline help feature allows command usage display during CLI editing. Installation ============ See the header of each completion script for installation instructions. Each script can be individually installed. Project Layout ============== /CHANGES -- release notes /README -- this.file /LICENSE -- Apache 2.0 license /bash_accurev_completion -- bash completion for user commands /bash_accurev_admin_completion -- bash completion for admin commands Developer Notes =============== * Use of extended globbing feature was removed for matching AccuRev commands (eg. show, stat, mkstream) since the list of all their commands was large enough to cause the matching to take a few seconds to return. Instead, the list of commands was replicated (search for ADD_TO_LIST). Feedback ======== Questions/Comments/Suggestions? Send me an email! David P Thomas, , Enjoy -- dave Use ViM. It's good for your health.