[Bash-completion-commits] ./current r1101: {bz, z}{cat, cmp, diff, egrep, fgrep, grep, less, more} now should complete

David Paleino d.paleino at gmail.com
Sun May 11 14:47:01 UTC 2008


------------------------------------------------------------
revno: 1101
committer: David Paleino <d.paleino at gmail.com>
branch nick: bash-completion
timestamp: Sun 2008-05-11 16:47:01 +0200
message:
  {bz,z}{cat,cmp,diff,egrep,fgrep,grep,less,more} now should complete
  on all filenames, not just compressed archives (just commented out)
  (Closes: #455510)
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2008-05-11 13:32:49 +0000
+++ b/bash_completion	2008-05-11 14:47:01 +0000
@@ -80,10 +80,14 @@
 # Do NOT break these over multiple lines.
 #
 # START exclude -- do NOT remove this line
-complete -f -X '!*.?(t)bz?(2)' bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep
+complete -f -X '!*.?(t)bz?(2)' bunzip2
+# TODO: see #455510
+#complete -f -X '!*.?(t)bz?(2)' bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep
 complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott|od[fgpst])' unzip zipinfo
 complete -f -X '*.Z' compress znew
-complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore
+complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip
+# TODO: see #455510
+#complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' zcmp zdiff zcat zegrep zfgrep zgrep zless zmore
 complete -f -X '!*.Z' uncompress
 complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' ee display
 complete -f -X '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm|GIF|JPG|JP?(E)G|TIF?(F)|PNG|P[BGP]M|BMP|X[BP]M|RLE|RGB|PCX|FITS|PM)' xv qiv

=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-11 13:46:32 +0000
+++ b/debian/changelog	2008-05-11 14:47:01 +0000
@@ -14,6 +14,9 @@
     - fixed escaping problems with job control (i.e. disown, jobs, bg, 
       fg): the argument is now surrounded by "" (Closes: #347316)
     - make mkdir complete also on filenames (Closes: #376433)
+    - {bz,z}{cat,cmp,diff,egrep,fgrep,grep,less,more} now should complete
+      on all filenames, not just compressed archives (just commented out)
+      (Closes: #455510)
   * debian/copyright - now in a fancier machine-parsable format.
   * debian/control:
     - added myself to Uploaders
@@ -40,7 +43,7 @@
   * Update apt-get completion to include the flag "--no-install-recommends"
     (Closes: #475242)
 
- -- David Paleino <d.paleino at gmail.com>  Sun, 11 May 2008 15:32:20 +0200
+ -- David Paleino <d.paleino at gmail.com>  Sun, 11 May 2008 16:45:31 +0200
 
 bash-completion (20060301-4) unstable; urgency=low
 



More information about the Bash-completion-commits mailing list