File tree 3 files changed +16
-0
lines changed
3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 38
38
❯ time (repeat 100 { colorls })
39
39
( repeat 100; do; colorls; done; ) 24.74s user 11.75s system 96% cpu 37.846 total
40
40
```
41
+
42
+ ## Credit
43
+
44
+ The following projects have provided either inspiration, configuration, or
45
+ implementation guidance. Thank you!!
46
+
47
+ - [ athityakumar/colorls] ( https://github.com/athityakumar/colorls )
48
+ - [ reganm/ls] ( https://github.com/reganm/ls )
Original file line number Diff line number Diff line change
1
+ // Initial config from:
2
+ // - https://github.com/athityakumar/colorls/blob/master/lib/yaml/files.yaml
3
+ // - https://github.com/athityakumar/colorls/blob/master/lib/yaml/file_aliases.yaml
4
+
1
5
package icon
2
6
3
7
import (
Original file line number Diff line number Diff line change
1
+ // Initial config from:
2
+ // - https://github.com/athityakumar/colorls/blob/master/lib/yaml/folders.yaml
3
+ // - https://github.com/athityakumar/colorls/blob/master/lib/yaml/folder_aliases.yaml
4
+
1
5
package icon
2
6
3
7
// ForFolder - Return rune icon corresponding to input folder name
You can’t perform that action at this time.
0 commit comments