-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path.one_dir
140 lines (135 loc) · 4.22 KB
/
.one_dir
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
# Term Section
TERM xterm-256color
NORMAL 00;38;2;171;178;191 # no color code at all
FILE 00 # regular file: use no color at all
RESET 00;38;2;171;178;191 # reset to "normal" color
DIR 00;38;2;97;175;239 # directory 01;34
LINK 00;38;2;86;182;194 # symbolic link. (If you set this to 'target' instead of a
MULTIHARDLINK 00 # regular file with more than one link
FIFO 07;38;2;171;178;191 # pipe
SOCK 07;38;2;171;178;191 # socket
DOOR 07;38;2;171;178;191 # door
BLK 07;38;2;171;178;191 # block device driver
CHR 07;38;2;171;178;191 # character device driver
ORPHAN 00;38;2;190;80;70 # symlink to nonexistent file, or non-stat'able file
SETUID 01;38;2;171;178;191 # file that is setuid (u+s)
SETGID 04;01;38;2;171;178;191 # file that is setgid (g+s)
CAPABILITY 07;38;2;171;178;191 # file with capability
STICKY_OTHER_WRITABLE 04;01;38;2;97;175;239 # dir that is sticky and other-writable (+t,o+w)
OTHER_WRITABLE 01;38;2;97;175;239 # dir that is other-writable (o+w) and not sticky
STICKY 04;38;2;97;175;239 # dir with the sticky bit set (+t) and not other-writable
EXEC 00;38;2;152;195;121 # This is for files with execute permission:
## Source Code (Magenta)
.jl 00;38;2;198;120;221
.c 00;38;2;198;120;221
.cpp 00;38;2;198;120;221
.cc 00;38;2;198;120;221
.h 00;38;2;198;120;221
.asm 00;38;2;198;120;221
.py 00;38;2;198;120;221
.js 00;38;2;198;120;221
.java 00;38;2;198;120;221
.sh 00;38;2;198;120;221
.perl 00;38;2;198;120;221
.pl 00;38;2;198;120;221
.go 00;38;2;198;120;221
.scala 00;38;2;198;120;221
.m 00;38;2;198;120;221
.cs 00;38;2;198;120;221
.r 00;38;2;198;120;221
## Special Text Files (Comment Grey)
.csv 00;38;2;92;99;112
.txt 00;38;2;92;99;112
.md 00;38;2;92;99;112
.toml 00;38;2;92;99;112
.yml 00;38;2;92;99;112
.yaml 00;38;2;92;99;112
.xml 00;38;2;92;99;112
.json 00;38;2;92;99;112
.conf 00;38;2;92;99;112
## Archives or compressed (light red)
.tar 00;38;2;224;108;117
.tgz 00;38;2;224;108;117
.arj 00;38;2;224;108;117
.taz 00;38;2;224;108;117
.lzh 00;38;2;224;108;117
.lzma 00;38;2;224;108;117
.tlz 00;38;2;224;108;117
.txz 00;38;2;224;108;117
.zip 00;38;2;224;108;117
.z 00;38;2;224;108;117
.Z 00;38;2;224;108;117
.dz 00;38;2;224;108;117
.gz 00;38;2;224;108;117
.lz 00;38;2;224;108;117
.xz 00;38;2;224;108;117
.bz2 00;38;2;224;108;117
.bz 00;38;2;224;108;117
.tbz 00;38;2;224;108;117
.tbz2 00;38;2;224;108;117
.tz 00;38;2;224;108;117
.deb 00;38;2;224;108;117
.rpm 00;38;2;224;108;117
.jar 00;38;2;224;108;117
.rar 00;38;2;224;108;117
.ace 00;38;2;224;108;117
.zoo 00;38;2;224;108;117
.cpio 00;38;2;224;108;117
.7z 00;38;2;224;108;117
.rz 00;38;2;224;108;117
.apk 00;38;2;224;108;117
.gem 00;38;2;224;108;117
# Image and Video formats (yellow)
.jpg 00;38;2;229;192;123
.JPG 00;38;2;229;192;123 #stupid but needed
.jpeg 00;38;2;229;192;123
.gif 00;38;2;229;192;123
.bmp 00;38;2;229;192;123
.pbm 00;38;2;229;192;123
.pgm 00;38;2;229;192;123
.ppm 00;38;2;229;192;123
.tga 00;38;2;229;192;123
.xbm 00;38;2;229;192;123
.xpm 00;38;2;229;192;123
.tif 00;38;2;229;192;123
.tiff 00;38;2;229;192;123
.png 00;38;2;229;192;123
.PNG 00;38;2;229;192;123
.svg 00;38;2;229;192;123
.svgz 00;38;2;229;192;123
.mng 00;38;2;229;192;123
.pcx 00;38;2;229;192;123
.dl 00;38;2;229;192;123
.xcf 00;38;2;229;192;123
.xwd 00;38;2;229;192;123
.yuv 00;38;2;229;192;123
.cgm 00;38;2;229;192;123
.emf 00;38;2;229;192;123
.eps 00;38;2;229;192;123
.CR2 00;38;2;229;192;123
.ico 00;38;2;229;192;123
.mov 00;38;2;229;192;123
.MOV 00;38;2;229;192;123
.mpg 00;38;2;229;192;123
.mpeg 00;38;2;229;192;123
.m2v 00;38;2;229;192;123
.mkv 00;38;2;229;192;123
.ogm 00;38;2;229;192;123
.mp4 00;38;2;229;192;123
.m4v 00;38;2;229;192;123
.mp4v 00;38;2;229;192;123
.vob 00;38;2;229;192;123
.qt 00;38;2;229;192;123
.nuv 00;38;2;229;192;123
.wmv 00;38;2;229;192;123
.asf 00;38;2;229;192;123
.rm 00;38;2229;192;123
.rmvb 00;38;2;229;192;123
.fl;c 00;38;2;229;192;123
.avi 00;38;2;229;192;123
.fli 00;38;2;229;192;123
.flv 00;38;2;229;192;123
.gl 00;38;2;229;192;123
.m2ts 00;38;2;229;192;123
.divx 00;38;2;229;192;123
.webm 00;38;2;229;192;123