News and announcements

1.2.0 released

Written for bash completion generator for bzr by Martin von Gagern on 2010-05-18

While still waiting for this plugin to be merged into trunk, this release includes a number of improvements. Most notable is a general code refactoring which makes the code much more modular. This should make future development a lot easier, and should also allow programmatic completion for other shells like zsh in the long run. Another improvement is the new suite of selftests, and the new completion for tag names.

Read more

Possible merge into bzr source tree

Written for bash completion generator for bzr by Martin von Gagern on 2010-04-22

Bug #560030 asks for the removal of outdated bzr shell completion scripts. Integration of bzr-bash-completion might be a possible alternative. There is a merge proposal for it at lp:~gagern/bzr/bug560030-include-bash-completion-plugin in case you want to have a look or comment on this idea.

Read more

1.1.0 released

Written for bash completion generator for bzr by Martin von Gagern on 2010-04-10

The latest version of the bash completion plugin does provide completion of registry-based options like "bzr init --format=". Yes, for format there are individual switches as well, but it is nice to have a completion for all formats in this case, and there are also switches like "bzr tags --sort=" where there are no separate switches for the individual values.

Also notice the lazy.sh script included since the 1.0.2 release. It allows a lazy generation of the shell script when it is first required, i.e. for the first completion in a given bash session. So now you can have the full power of the bzr bash completion plugin at virtually no cost during shell startup, and very little cost for most completions except the very first. And even there the cost is moderate.

Read more

1.0.0 released

Written for bash completion generator for bzr by Martin von Gagern on 2010-02-05

The bzr-bash-completion plugin has made its first release. It can be downloaded from launchpad or pypi.

Read more

Completion for help

Written for bash completion generator for bzr by Martin von Gagern on 2009-11-20

"bzr bash-completion" will now also generate a list of possible help topics, including all command names, to compete "bzr help".

Read more

15 of 6 results

Announcements