Skip to content

Commit 1e66eb7

Browse files
committed
Add credit in README and icon config files.
1 parent a06e361 commit 1e66eb7

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@ ls
3838
❯ time (repeat 100 { colorls })
3939
( repeat 100; do; colorls; done; ) 24.74s user 11.75s system 96% cpu 37.846 total
4040
```
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)

icon/files.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
package icon
26

37
import (

icon/folders.go

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
package icon
26

37
// ForFolder - Return rune icon corresponding to input folder name

0 commit comments

Comments
 (0)