File: hxtools_dircolors

package info (click to toggle)
hxtools 20221119-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,760 kB
  • sloc: ansic: 5,114; perl: 3,612; cpp: 2,727; sh: 1,622; makefile: 156
file content (154 lines) | stat: -rw-r--r-- 4,019 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
# The following scheme implements SUSE 5.x-9.x color
# Not-so-important (mostly historic) file extensions have been
# commented out to make processing faster
#

NORMAL		0	# anything else
FILE		0	# file
DIR		1;34	# directory
LINK		1;37	# symlink/softlink
ORPHAN		1;30	# dead link, source part
MISSING		0	# dead link, target part
FIFO		0;33	# pipe
SOCK		1;35	# socket
BLOCK		1;33	# block device
CHAR		1;33	# character device
EXEC		1;31
# the following remain empty! (their color depends on above types then)
# regular coreutils does not get it right, so this needs
# coreutils(vendor:jengelh) to work
#SUID
#SGID
#STICKY
#OWR
#OWT

#
# Category: usually unneeded files (dark gray)
#
*~	1;30	# backups
.bak	1;30	# backups

#
# Category: Archives (red)
#
.7z	0;31	# 7zip
.Z	0;31	# LZ77/78 old-style "compress" files
.arj	0;31	# Arj
.bz2	0;31	# BZip2
.cab	0;31	# Microsoft Cabinet file
.cpio	0;31	# a different kind of tape archive
.deb	0;31	# An .a file with cpio.gz in it
.gz	0;31	# gzip
# BIN/CUE explicitly not marked
.iso	0;31	# ISO-9660 and UDF images
.jar	0;31	# Jar (Jung Archiver, a new ARJ). Also: ZIP for Java
.lz	0;31	# lzip compressed file
.msi	0;31	# Microsoft installer package
.pk3	0;31	# ZIP for Quake3 and other games
.pkg	0;31	# Solaris-style .pkg archives
.rpm	0;31	# RPM
.tar	0;31	# Tape Archive
.tgz	0;31	# tape archive with gzip compression
.tlz	0;31	# tape archive with lzip compression
.xz	0;31	# tukaani xz
.zip	0;31	# classic PKZIP, Zip, etc.
.zst	0;31	# Zstandard

#
# executables, semi-executables or program code (bright-red)
#
.bat	01;31	# MS-DOS: BAT
.com	01;31	# MS-DOS: COM
.exe	01;31	# MS-DOS: EXE
.dll	01;31
.so	01;31	# UNIX shared object

#
# program sources and thelike (green)
#
.C	0;32	# C++ program
.H	0;32	# C++ include files
.S	0;32	# unpreprocessed GNU Assembler source
.asm	0;32	# assembler code
.c	0;32	# C program
.cc	0;32	# C++ program
.cpp	0;32	# C++ program
.cxx	0;32	# C++ program
.h	0;32	# C include files
.hh	0;32	# C++ include files
.hpp	0;32	# C++ include files
.js	0;32	# JavaScript file
.php	0;32	# PHP
.pl	0;32	# Perl programs
.pm	0;32	# Perl modules
.py	0;32	# Python
.rb	0;32	# Ruby
.rs	0;32	# Rust
.s	0;32	# Precompiled assembler source
.sh	0;32	# Shell script

#
# documents (cyan)
#
.css	0;36	# Cascading style sheet
.csv	0;36	# CSV:comma separated values
.doc	0;36	# Word document
.docx	0;36	# Word document
.htm	0;36	# HTML file
.html	0;36	# HTML file
.ldif	0;36	# LDAP Interchange Format
.odt	0;36	# OpenDocument text
.ods	0;36	# OpenDocument spreadsheet
.odp	0;36	# OpenDocument presentation
.pdf	0;36
.po	0;36	# Translations
.ps	0;36	# Postscript
.ppt	0;36	# Powerpoint presentation/document
.pptx	0;36	# Powerpoint presentation/document
.rtf	0;36	# Rich Text Format
.tex	0;36	# latex doc
.txt	0;36	# text file
.xls	0;36	# Excel table/document
.xlsx	0;36	# Excel table/document
.xml	0;36	# XML

#
# multimedia (cyan)
#
.avi	0;36	# Audio-Video Interleaved
.bmp	0;36	# Windows bitmap
.flac	0;36	# Free Lossless Audio
.gif	0;36	# CompuServer Graphics Interchange Format
.ico	0;36	# Microsoft bitmap Icon
.it	0;36	# Impulse Tracker Module
.jpeg	0;36
.JPG	0;36	# JPEG
.jpg	0;36	# JPEG
.m4a	0;36	# MPEG4 container with just audio
.mid	0;36	# MIDI file
.mka	0;36	# Matroska container (used for audio-only)
.mkv	0;36	# Matroska container (used for video)
.mod	0;36	# Fast Tracker Module
.mp3	0;36	# MPEG-1 layer 3 audio
.mp4	0;36	# MPEG-4 video
.mpeg	0;36
.mpg	0;36	# MPEG video
.ogg	0;36	# OGG container (usually with Vorbis audio stream)
.opus	0;36	# OGG container with Opus audio stream
.otf	0;36	# OpenType CFF font
.pbm	0;36	# Portable Bitmap
.pgm	0;36	# Portable graymap
.png	0;36	# Portable Network Graphics
.ppm	0;36	# Portable Pixelmap
.s3m	0;36	# Scream-Tracker Module
.svg	0;36	# Scalable vector graphics
.tif	0;36	# Tagged Image File Format
.tiff	0;36
.ttc	0;36	# TrueType font collection
.ttf	0;36	# TrueType font
.VOB	0;36	# MPEG-2 DVD Video
.vob	0;36	# MPEG-2 DVD Video
.wav	0;36	# RIFF Wave file
.xm	0;36	# Fast Tracker Module
.xpm	0;36	# X Pixmap