3 Mar 2006 05:24
Updated: bash-completion-20060301-1
Eric Blake <ebb9 <at> byu.net>
2006-03-03 04:24:05 GMT
2006-03-03 04:24:05 GMT
A new release of bash-completion, 20060301-1, is now available, replacing 20050721-1 as the current version. NEWS: ===== This is a new upstream release. Differences from the previous version can be found in http://www.caliban.org/files/bash/Changelog. This version works with both bash 3.0-14 and the experimental bash 3.1-x. DESCRIPTION: ============ bash-completion provides programmable completion enhancements to bash TAB-completion. Based on the command you type, hitting TAB later on in the command line will perform completions on strings that make sense for the context of the command, rather than blindly completing on filenames. NOTE: ===== You MUST edit your bash startup files to load bash-completion into memory: make sure ~/.bashrc sources /etc/bash_completion, and ~/.bash_profile sources ~/.bashrc. See /etc/defaults/etc/skel/.bashrc (after installing base-files-3.7-1) for an example. Bash completions is not enabled by default because it adds some noticeable startup delay to every interactive shell (ranging from 1.5 seconds on my 2.5 GHz WinXP, to over 19 seconds on my 266 MHz Win98). Depending on the reaction on the cygwin mailing list, a future release may make bash_completion turned on by default for every bash user, with no edits to ~/.bashrc required. UPDATE:(Continue reading)
RSS Feed