Download List

프로젝트 설명

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.

2009-10-14 06:07
1.1

버그수정 및 기능 향상.
Bugfixes and feature enhancements.

2006-03-01 19:42
20060301

많은 새로운 완성 기능이 추가되었고 많은 기존의 것들을 개선 또는 최적화되었습니다. 또한, 수많은 버그, 중요한 bash는 3.1의 호환성 문제 등 해결되었습니다. 이 릴리스 3.1을 준수하는 bash에있을 것으로 생각됩니다.
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.

2005-07-22 00:00
20050721

_filedir의 확장을 비활성화 glob () 자체가 비활성화되었습니다,이, 별칭 확장이 일시적으로 해제하는 귀찮은 효과가 떠들썩한 파티에서 버그를 촉발시켰다. 엠씨 더 크게 확장이 완료되었습니다. lilo를 완료의 버그가 수정되었습니다. 개선 완료 iwconfig 만들어왔다. 1:34 그리고 dhclient 완료 올바른 인터페이스를 사용하는 함수가 해결되었습니다. MPlayer 옵션 현재 대시, 밑줄을 사용해야하지.
Tags: Stable, Minor feature enhancements
The disabling of glob expansion in _filedir() has itself been disabled, as this triggered a bug in bash, which had the annoying effect of temporarily disabling alias expansion. mc completion has been greatly extended. A bug in lilo completion has been fixed. Improvements have been made to iwconfig completion. tcpdump and dhclient completion have been fixed to use the correct interfaces function. MPlayer options should now use dashes, not underscores.

2005-07-20 10:05
20050720

타르와 일치하는 패턴을 고정했다.위한 명시 완료. pdf 파일이 추가되었습니다. 기타 2가 완료 OpenOffice를 추가했다. xine 프론트 - 엔드를 완성하고 kplayer / MPlayer가 추가되었습니다.
Tags: Stable, Minor feature enhancements
The patterns for tarball matching were fixed.
Evince completion for .pdf files was added. More
OpenOffice 2 completions were added. Completion
for xine front-ends and kplayer/MPlayer was added.

2005-07-12 20:15
20050712

뉴 완료 rpm2cpio, ntpdate, getent, id를 위해 추가되었습니다 및 cpio. 똥개 완료 muttng 지금도 근무하고있습니다. 버그 _filedir () 함수, 파일 이름 있으므로 리터럴이 될 glob 패턴이 나타납니다 해결되었습니다와 같은 취급하지 않습니다. scp를 완성 사건에 대한 파일 이름이 어디 쉘 메타 문자가 포함되어 해결되었습니다. 브로큰 sudo를 완료 해결되었습니다. MPlayer에 대한 더 많은 확장 기능이 추가되었습니다. 오픈 오피스 2.0의 새로운 오픈 도큐먼트 포맷을 현재 지원합니다. 많은 다른 사소한 문제 해결 및 개선되었다.
Tags: Stable, Minor feature enhancements
New completion has been added for rpm2cpio, ntpdate, getent, id, and cpio. Mutt completion now also works for muttng. A bug was fixed in the _filedir() function, so that literal filenames that appear to be glob patterns are not treated as such. scp completion was fixed for the case where a filename contains shell metacharacters. Broken sudo completion was fixed. More extensions for MPlayer were added. The new open document formats of OpenOffice 2.0 are now supported. Many other minor fixes and enhancements were made.

Project Resources