colorls 1.4.2.pre.694 → 1.4.2.pre.698
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -1
- data/lib/colorls/monkeys.rb +1 -1
- data/lib/colorls/yaml.rb +1 -1
- data/man/colorls.1 +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e77678ec574f2d0d8183fa5fd58f35667a31fa7df1aaa44048202ed68d329fd7
|
|
4
|
+
data.tar.gz: 77925c784a3764429b29d14f08c80faf18840abaad035c98a2953d12666d368c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5a6a604df224287daf247df00c032c98c0aa094b82ac651f64f7497bb0c0fa501aaae88286853e544a4ed75b088b6bc43de429e5b5da163be0cb5f25b0c55b5
|
|
7
|
+
data.tar.gz: 80e4f08b964b1146101a1a4d00cf48edf478766008f4d236dba7a199ac3efd331e20db61831be9d7a64bf26ccc92586370835f0e0b584a7e78d00fd29b0b2624
|
data/README.md
CHANGED
|
@@ -163,7 +163,9 @@ You can overwrite the existing icons and colors mapping by copying the yaml file
|
|
|
163
163
|
|
|
164
164
|
- To overwrite color mapping :
|
|
165
165
|
|
|
166
|
-
Please have a look at the [list of supported color names](https://github.com/sickill/rainbow#color-list).
|
|
166
|
+
Please have a look at the [list of supported color names](https://github.com/sickill/rainbow#color-list). You may also use a color hex code as long as it is quoted within the YAML file and prefaced with a `#` symbol.
|
|
167
|
+
|
|
168
|
+
Let's say that you're using the dark color scheme and would like to change the color of untracked file (`??`) in the `--git-status` flag to yellow. Copy the defaut `dark_colors.yaml` and change it.
|
|
167
169
|
|
|
168
170
|
```sh
|
|
169
171
|
cp $(dirname $(gem which colorls))/yaml/dark_colors.yaml ~/.config/colorls/dark_colors.yaml`
|
|
@@ -175,6 +177,12 @@ You can overwrite the existing icons and colors mapping by copying the yaml file
|
|
|
175
177
|
untracked: yellow
|
|
176
178
|
```
|
|
177
179
|
|
|
180
|
+
Or, using hex color codes:
|
|
181
|
+
|
|
182
|
+
```
|
|
183
|
+
untracked: '#FFFF00'
|
|
184
|
+
```
|
|
185
|
+
|
|
178
186
|
- To overwrite icon mapping :
|
|
179
187
|
|
|
180
188
|
Please have a look at the [list of supported icons](https://nerdfonts.com/). Let's say you want to add an icon for swift files. Copy the default `files.yaml` and change it.
|
data/lib/colorls/monkeys.rb
CHANGED
data/lib/colorls/yaml.rb
CHANGED
data/man/colorls.1
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.\" generated with Ronn/v0.7.3
|
|
2
2
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
|
3
3
|
.
|
|
4
|
-
.TH "COLORLS" "1" "
|
|
4
|
+
.TH "COLORLS" "1" "May 2020" "colorls 1.4.1" "colorls Manual"
|
|
5
5
|
.
|
|
6
6
|
.SH "NAME"
|
|
7
7
|
\fBcolorls\fR \- list directory contents with colors and icons
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: colorls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.2.pre.
|
|
4
|
+
version: 1.4.2.pre.698
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athitya Kumar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: clocale
|