Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2006-03-01 19:42 Zurück zur Release-Liste
20060301

Viele neue Abschluss Funktionen wurden hinzugefügt, und viele bereits bestehende wurden verbessert oder optimiert. Darüber hinaus wurden unzählige Bugs behoben, darunter wichtige Bash 3.1 Kompatibilitätsprobleme. Diese Version wird vermutet, dass Bash 3.1 kompatibel.
Tags: Stable, Minor feature enhancements
Many new completion functions have been added, and many existing ones have been improved or optimised. In addition, innumerable bugs have been fixed, including important bash 3.1 compatibility issues. This release is believed to be bash 3.1 compliant.

Project Resources