summarylogtreecommitdiffstats
path: root/conf.du
blob: 7857603defdd2b2f9b2cba98805a36e3569712dc (plain)
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
# Cannot read STDERR, not working
regexp=^du.*
colours=red
======
# Path
regexp=\s+[\.\/]+([\w\s\-\_\.]+)(\/.*)?$
colours=blue
======
# Size 'K'
regexp=^\d*[.,]?\dKi?\s
colours=green
======
# Size 'M'
regexp=^\d*[.,]?\dMi?\s
colours=yellow
======
# Size 'G'
regexp=^\d*[.,]?\dGi?\s
colours=red
======
# Size 'T'
regexp=^\d*[.,]?\dTi?\s
colours=bold red
======
# Total
regexp=(.*)\s+(total)$
colours=bold yellow