colorls 1.5.1.pre.300 → 1.5.1.pre.302
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 +8 -2
- 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: 5c558ec0d6c30d539dcc2c5e759330f2048cf01c6fcb7ab609dec928d9120463
|
|
4
|
+
data.tar.gz: 9ca9747711c8969f5b6aa1f9e85ef56d06f1fa990861d90eca4c0b8a236e7086
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35559e5503034efcd40835c61b9ad36715b83ec5727e35309067020338a8729180a4a61c8407f41774ea3a3c05c794227750cadb1ffd68b1ad313c1a8047cd2f
|
|
7
|
+
data.tar.gz: 31fea83b2d2398e420a0d368653458b518056df2321afb3b1c894a6dd58276461fa091e2dcea1c5000efa7352ed9ad68d64ed6086d8e16e8de4af2479fac14ed
|
data/README.md
CHANGED
|
@@ -122,8 +122,10 @@ Man pages have been added. Checkout `man colorls`.
|
|
|
122
122
|
|
|
123
123
|
[(Back to top)](#table-of-contents)
|
|
124
124
|
|
|
125
|
-
1. Install Ruby (preferably, version >= 2.6)
|
|
126
|
-
2. [Download](https://www.nerdfonts.com/font-downloads) and install a Nerd Font. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for installation instructions.
|
|
125
|
+
1. Install Ruby (preferably, version >= 2.6 via a version manager like [rbenv](https://github.com/rbenv/rbenv))
|
|
126
|
+
2. [Download](https://www.nerdfonts.com/font-downloads) and install a Nerd Font so you can see the library icons. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for installation instructions. We're using "Hack Nerd Font" for this guide.
|
|
127
|
+
|
|
128
|
+
*Note for MacOS users using the stock terminal - Please enable Nerd Font at Terminal > Preferences > Profiles > Text > Font. Click `Change..` and select `Hack Nerd Font` - Regular*
|
|
127
129
|
|
|
128
130
|
*Note for `iTerm2` users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.*
|
|
129
131
|
|
|
@@ -143,10 +145,14 @@ Man pages have been added. Checkout `man colorls`.
|
|
|
143
145
|
source $(dirname $(gem which colorls))/tab_complete.sh
|
|
144
146
|
```
|
|
145
147
|
|
|
148
|
+
*Don't forget to restart your terminal*
|
|
149
|
+
|
|
146
150
|
5. Start using `colorls` :tada:
|
|
147
151
|
|
|
148
152
|
6. Have a look at [Recommended configurations](#recommended-configurations) and [Custom configurations](#custom-configurations).
|
|
149
153
|
|
|
154
|
+
If you're having trouble following the installation guide above, here's a [video](https://replayable.io/replay/63703dff5b09d400696d2663/?share=R2Twi0SdQiqg8cxHyzem6g) reproducing steps 2 to 6.
|
|
155
|
+
|
|
150
156
|
# Recommended configurations
|
|
151
157
|
|
|
152
158
|
[(Back to top)](#table-of-contents)
|
data/man/colorls.1
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.\" generated with Ronn-NG/v0.10.1
|
|
2
2
|
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
|
|
3
|
-
.TH "COLORLS" "1" "
|
|
3
|
+
.TH "COLORLS" "1" "March 2026" "colorls 1.5.0" "colorls Manual"
|
|
4
4
|
.SH "NAME"
|
|
5
5
|
\fBcolorls\fR \- list directory contents with colors and icons
|
|
6
6
|
.SH "SYNOPSIS"
|
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.5.1.pre.
|
|
4
|
+
version: 1.5.1.pre.302
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Athitya Kumar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|