bzr bash-completion

Bash completion for Bazaar
Download

bzr bash-completion Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Martin von Gagern
  • Publisher web site:
  • http://martin.von-gagern.net/

bzr bash-completion Tags


bzr bash-completion Description

Bash completion for Bazaar bzr bash-completion is a Bazaar pugin that generates a shell function which can be used by bash to automatically complete the currently typed command when the user presses the completion key (usually tab). It can be used either as a bzr plugin or directly.Installing as a plugin:You only need to do this if you want to use the script as a bzr plugin. Otherwise simply grab the bashcomp.py and place it wherever you want. mkdir -p ~/.bazaar/plugins cd ~/.bazaar/plugins bzr co lp:bzr-bash-completion bash_completionUsing as a plugin:This is the preferred method of generating initializing the completion, as it will ensure proper bzr initialization. eval "`bzr bash-completion`"Using as a script:As an alternative, if bzrlib is available to python scripts, the following invocation should yield the same results without requiring you to add a plugin. Might have some issues, though. eval "`./bashcomp.py`"Design concept:The plugin (or script) is designed to generate a completion function containing all the required information about the possible completions. This is usually only done once when bash initializes. After that, no more invocations of bzr are required. This makes the function much faster than a possible implementation talking to bzr for each and every completion. On the other hand, this has the effect that updates to bzr or its plugins won't show up in the completions immediately, but only after the completion function has been regenerated. Requirements: · Bazaar Revision Control System · Python What's New in This Release: · bzr bash-completion will now also generate a list of possible help topics, including all command names, to compete "bzr help".


bzr bash-completion Related Software