colorls 1.1.2.pre.560 → 1.1.2.pre.564

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a1bccfaba5b026c88fe45be5ba02db3e5e3c531bc8c8b85a9694255399189f7
4
- data.tar.gz: 5aba71c61f9af4f3821143e9385278ad6cd741aee925bfaeb1e1f52ad5c0c78d
3
+ metadata.gz: 610b56c91da739835cd4a1eb75b6c3ec639869660552076b033a611021052a41
4
+ data.tar.gz: 996048dbe1273649f3fa60f4f4006e1fedb0207ec5435424e8a20f115ae75e73
5
5
  SHA512:
6
- metadata.gz: 2c5de9a817827fd4446409d9603001b77189f62feea90a0d4367aa38880fd2e078328d5af7ad788afc520765718c193842dba1460711bb1ec04a36ac4de83131
7
- data.tar.gz: 5b71d3bca61d64d1bee8e3ac4812fb90fce03dc09fc4442db6fbd3e6bdda258fedeac8e62cf386ca7ea681e57e0611ec6187772c0e4facf4e5708a0cae5175cd
6
+ metadata.gz: a958a4f9f470bf524904a9b43d63f94263b8982e2333141a155c96c1fdc1c33539170226b213be63df041f005d90763410134e25f4fbd839b8dfd9eaafd9cb0d
7
+ data.tar.gz: 00dc2d5cae09490dbc14882a529eed09a94f9e25392d5d3c47f9330951c185034dce00c3ed1293067ac3ab4b78824436ada2ff23224d5c37f703740786f3674e
data/lib/colorls/flags.rb CHANGED
@@ -192,6 +192,7 @@ EXAMPLES
192
192
  add_common_options(opts)
193
193
  add_format_options(opts)
194
194
  add_sort_options(opts)
195
+ add_compatiblity_options(opts)
195
196
  add_general_options(opts)
196
197
  add_help_option(opts)
197
198
 
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" "January 2019" "colorls 1.1.1" "colorls Manual"
4
+ .TH "COLORLS" "1" "March 2019" "colorls 1.1.1" "colorls Manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBcolorls\fR \- list directory contents with colors and icons
@@ -97,6 +97,10 @@ sort by WORD instead of name: none, size (\-S), time (\-t), extension (\-X)
97
97
  .TP
98
98
  \fB\-r\fR, \fB\-\-reverse\fR
99
99
  reverse order while sorting
100
+ .
101
+ .TP
102
+ \fB\-h\fR, \fB\-\-human\-readable\fR:
103
+
100
104
  .
101
105
  .TP
102
106
  \fB\-\-color\fR
data/zsh/_colorls CHANGED
@@ -33,6 +33,8 @@ _arguments -s -S \
33
33
  "--sort[sort by WORD instead of name: none, size (-S), time (-t), extension (-X)]" \
34
34
  "-r[reverse order while sorting]" \
35
35
  "--reverse[reverse order while sorting]" \
36
+ "-h[]" \
37
+ "--human-readable[]" \
36
38
  "--color[colorize the output: auto, always (default if omitted), never]" \
37
39
  "--light[use light color scheme]" \
38
40
  "--dark[use dark color scheme]" \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2.pre.560
4
+ version: 1.1.2.pre.564
5
5
  platform: ruby
6
6
  authors:
7
7
  - Athitya Kumar