]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
recognize new archive, audio, image formats; give audio files a separate color
authorMike Frysinger <vapier@gentoo.org>
Mon, 27 Nov 2006 07:58:40 +0000 (08:58 +0100)
committerJim Meyering <jim@meyering.net>
Mon, 27 Nov 2006 07:58:40 +0000 (08:58 +0100)
* src/dircolors.hin: Add comments for common .sh and .csh scripts.
Add .bz2, .tbz2, .tz, .rar, .ace, .zoo, .cpio, .7z, .rz as archive
suffixes.  Add .mng, .pcx, .m2v, .mkv, .ogm, .mp4, .m4v, .mp4v, .vob,
.qt, .nuv, .wmv, .asf, .rm, .rmvb, .flc, .yuv as image formats.
Add .aac, .au, .mid, .midi, .mka, .ra as audio suffixes.  Change
audio color to 00;36 to differentiate from image/video color.

ChangeLog
src/dircolors.hin

index 435a527e113c1e60036275b4a3db198a7559e430..a2e537b72b5c67481e435f4f8bb6f0a7adf1e460 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-11-26  Mike Frysinger  <vapier@gentoo.org>
+
+       Recognize new archive, audio and image formats.
+       Give audio files a separate color.
+       * src/dircolors.hin: Add comments for common .sh and .csh scripts.
+       Add .bz2, .tbz2, .tz, .rar, .ace, .zoo, .cpio, .7z, .rz as archive
+       suffixes.  Add .mng, .pcx, .m2v, .mkv, .ogm, .mp4, .m4v, .mp4v, .vob,
+       .qt, .nuv, .wmv, .asf, .rm, .rmvb, .flc, .yuv as image formats.
+       Add .aac, .au, .mid, .midi, .mka, .ra as audio suffixes.  Change
+       audio color to 00;36 to differentiate from image/video color.
+
 2006-11-26  Jim Meyering  <jim@meyering.net>
 
        * Makefile.maint (patch-check): Compile patched sources with
index 737ab0358c835bfeef94c765f396d7e59bd338ee..c13bd4ab9e790b3a0a7a721fb8de7987931cf7a6 100644 (file)
@@ -86,8 +86,13 @@ EXEC 01;32
 #.com 01;32
 #.btm 01;32
 #.bat 01;32
+# Or if you want to colorize scripts even if they do not have the
+# executable bit actually set.
+#.sh  01;32
+#.csh 01;32
 
-.tar 01;31 # archives or compressed (bright red)
+ # archives or compressed (bright red)
+.tar 01;31
 .tgz 01;31
 .arj 01;31
 .taz 01;31
@@ -97,9 +102,18 @@ EXEC 01;32
 .Z   01;31
 .gz  01;31
 .bz2 01;31
+.bz  01;31
+.tbz2 01;31
+.tz  01;31
 .deb 01;31
 .rpm 01;31
 .jar 01;31
+.rar 01;31
+.ace 01;31
+.zoo 01;31
+.cpio 01;31
+.7z  01;31
+.rz  01;31
 
 # image formats
 .jpg 01;35
@@ -115,19 +129,42 @@ EXEC 01;32
 .tif 01;35
 .tiff 01;35
 .png 01;35
+.mng 01;35
+.pcx 01;35
 .mov 01;35
 .mpg 01;35
 .mpeg 01;35
+.m2v 01;35
+.mkv 01;35
+.ogm 01;35
+.mp4 01;35
+.m4v 01;35
+.mp4v 01;35
+.vob 01;35
+.qt  01;35
+.nuv 01;35
+.wmv 01;35
+.asf 01;35
+.rm  01;35
+.rmvb 01;35
+.flc 01;35
 .avi 01;35
 .fli 01;35
 .gl 01;35
 .dl 01;35
 .xcf 01;35
 .xwd 01;35
+.yuv 01;35
 
 # audio formats
-.flac 01;35
-.mp3 01;35
-.mpc 01;35
-.ogg 01;35
-.wav 01;35
+.aac 00;36
+.au 00;36
+.flac 00;36
+.mid 00;36
+.midi 00;36
+.mka 00;36
+.mp3 00;36
+.mpc 00;36
+.ogg 00;36
+.ra 00;36
+.wav 00;36