Download List

Project Description

Since v2.04, bash has allowed you to intelligently program and extend its
standard completion behavior to achieve complex command lines with just a few
keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts from
your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a list of
all string handling functions in the UNIX manual. mount system: [Tab] would
complete on all exported file-systems from the host called system, while make
[Tab] would complete on all targets in Makefile. This project was conceived to
produce programmable completion routines for the most common Linux/UNIX
commands, reducing the amount of typing sysadmins and programmers need to do on
a daily basis.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-04-19 15:40 Back to release list
20030419

The long-standing bug in sudo completion (and other commands) when the subcommand is passed wildcard globs has been fixed. Minor improvements to gpg completion have been made. Tilde expansion was mysteriously broken over the last four months, but this has now been fixed. dict completion has now been moved into the main file and rewritten to provide much more functionality.
Tags: Stable, Minor feature enhancements

Project Resources