Tue Feb 13 10:09:19 2024 UTC (114d)
sysutils/eza: update to v0.18.2

v0.18.2 (security release)
This security release fixes GHSA-3qx3-6hxr-j2ch.
Bug Fixes
 - Update libgit2 to 1.7.2

v0.18.1
 - Moving to rayon provided a major performance upgrade, see #823 (comment) as
   an example

v0.18.0
Features
 - [breaking] Add --classify=always,auto,never

Miscellaneous Tasks
 - Remove rustfmt config file that has a nightly only option in favor of
   rustfmt skip directive which is already in place
 - Fix small typo in pull request template

Refactor
 - Change cast to coertion, remove rustfmt skip and clippy lint ignore
   directives

Testing
 - Regenerate classification related tests


(pin)
diff -r1.17 -r1.18 pkgsrc/sysutils/eza/Makefile
diff -r1.14 -r1.15 pkgsrc/sysutils/eza/cargo-depends.mk
diff -r1.15 -r1.16 pkgsrc/sysutils/eza/distinfo
diff -r1.9 -r1.10 pkgsrc/sysutils/eza/files/eza.1

cvs diff -r1.17 -r1.18 pkgsrc/sysutils/eza/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/eza/Makefile 2024/01/26 11:48:38 1.17
+++ pkgsrc/sysutils/eza/Makefile 2024/02/13 10:09:18 1.18
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2024/01/26 11:48:38 pin Exp $ 1# $NetBSD: Makefile,v 1.18 2024/02/13 10:09:18 pin Exp $
2 2
3DISTNAME= eza-0.17.3 3DISTNAME= eza-0.18.2
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= ${MASTER_SITE_GITHUB:=eza-community/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=eza-community/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7SUPERSEDES= exa-[0-9]* 7SUPERSEDES= exa-[0-9]*
8 8
9MAINTAINER= fox@NetBSD.org 9MAINTAINER= fox@NetBSD.org
10HOMEPAGE= https://github.com/eza-community/eza/ 10HOMEPAGE= https://github.com/eza-community/eza/
11COMMENT= Modern, maintained replacement for ls 11COMMENT= Modern, maintained replacement for ls
12LICENSE= mit 12LICENSE= mit
13 13
14.include "cargo-depends.mk" 14.include "cargo-depends.mk"
15 15
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.14 -r1.15 pkgsrc/sysutils/eza/cargo-depends.mk (expand / switch to unified diff)

--- pkgsrc/sysutils/eza/cargo-depends.mk 2024/01/26 11:48:38 1.14
+++ pkgsrc/sysutils/eza/cargo-depends.mk 2024/02/13 10:09:18 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: cargo-depends.mk,v 1.14 2024/01/26 11:48:38 pin Exp $ 1# $NetBSD: cargo-depends.mk,v 1.15 2024/02/13 10:09:18 pin Exp $
2 2
3CARGO_CRATE_DEPENDS+= aho-corasick-1.0.5 3CARGO_CRATE_DEPENDS+= aho-corasick-1.0.5
4CARGO_CRATE_DEPENDS+= android-tzdata-0.1.1 4CARGO_CRATE_DEPENDS+= android-tzdata-0.1.1
5CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5 5CARGO_CRATE_DEPENDS+= android_system_properties-0.1.5
6CARGO_CRATE_DEPENDS+= anes-0.1.6 6CARGO_CRATE_DEPENDS+= anes-0.1.6
7CARGO_CRATE_DEPENDS+= ansi_colours-1.2.2 7CARGO_CRATE_DEPENDS+= ansi_colours-1.2.2
8CARGO_CRATE_DEPENDS+= ansiterm-0.12.2 8CARGO_CRATE_DEPENDS+= ansiterm-0.12.2
9CARGO_CRATE_DEPENDS+= anstream-0.6.11 9CARGO_CRATE_DEPENDS+= anstream-0.6.11
10CARGO_CRATE_DEPENDS+= anstyle-1.0.3 10CARGO_CRATE_DEPENDS+= anstyle-1.0.3
11CARGO_CRATE_DEPENDS+= anstyle-parse-0.2.1 11CARGO_CRATE_DEPENDS+= anstyle-parse-0.2.1
12CARGO_CRATE_DEPENDS+= anstyle-query-1.0.0 12CARGO_CRATE_DEPENDS+= anstyle-query-1.0.0
13CARGO_CRATE_DEPENDS+= anstyle-wincon-3.0.1 13CARGO_CRATE_DEPENDS+= anstyle-wincon-3.0.1
14CARGO_CRATE_DEPENDS+= approx-0.5.1 14CARGO_CRATE_DEPENDS+= approx-0.5.1
@@ -23,109 +23,106 @@ CARGO_CRATE_DEPENDS+= cc-1.0.79 @@ -23,109 +23,106 @@ CARGO_CRATE_DEPENDS+= cc-1.0.79
23CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 23CARGO_CRATE_DEPENDS+= cfg-if-1.0.0
24CARGO_CRATE_DEPENDS+= chrono-0.4.33 24CARGO_CRATE_DEPENDS+= chrono-0.4.33
25CARGO_CRATE_DEPENDS+= ciborium-0.2.1 25CARGO_CRATE_DEPENDS+= ciborium-0.2.1
26CARGO_CRATE_DEPENDS+= ciborium-io-0.2.1 26CARGO_CRATE_DEPENDS+= ciborium-io-0.2.1
27CARGO_CRATE_DEPENDS+= ciborium-ll-0.2.1 27CARGO_CRATE_DEPENDS+= ciborium-ll-0.2.1
28CARGO_CRATE_DEPENDS+= clap-4.4.3 28CARGO_CRATE_DEPENDS+= clap-4.4.3
29CARGO_CRATE_DEPENDS+= clap_builder-4.4.2 29CARGO_CRATE_DEPENDS+= clap_builder-4.4.2
30CARGO_CRATE_DEPENDS+= clap_lex-0.5.1 30CARGO_CRATE_DEPENDS+= clap_lex-0.5.1
31CARGO_CRATE_DEPENDS+= colorchoice-1.0.0 31CARGO_CRATE_DEPENDS+= colorchoice-1.0.0
32CARGO_CRATE_DEPENDS+= content_inspector-0.2.4 32CARGO_CRATE_DEPENDS+= content_inspector-0.2.4
33CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.4 33CARGO_CRATE_DEPENDS+= core-foundation-sys-0.8.4
34CARGO_CRATE_DEPENDS+= criterion-0.5.1 34CARGO_CRATE_DEPENDS+= criterion-0.5.1
35CARGO_CRATE_DEPENDS+= criterion-plot-0.5.0 35CARGO_CRATE_DEPENDS+= criterion-plot-0.5.0
36CARGO_CRATE_DEPENDS+= crossbeam-channel-0.5.8 
37CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.3 36CARGO_CRATE_DEPENDS+= crossbeam-deque-0.8.3
38CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.15 37CARGO_CRATE_DEPENDS+= crossbeam-epoch-0.9.15
39CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.16 38CARGO_CRATE_DEPENDS+= crossbeam-utils-0.8.16
40CARGO_CRATE_DEPENDS+= datetime-0.5.2 39CARGO_CRATE_DEPENDS+= datetime-0.5.2
41CARGO_CRATE_DEPENDS+= deranged-0.3.9 40CARGO_CRATE_DEPENDS+= deranged-0.3.9
42CARGO_CRATE_DEPENDS+= dunce-1.0.4 41CARGO_CRATE_DEPENDS+= dunce-1.0.4
43CARGO_CRATE_DEPENDS+= either-1.9.0 42CARGO_CRATE_DEPENDS+= either-1.9.0
44CARGO_CRATE_DEPENDS+= equivalent-1.0.1 43CARGO_CRATE_DEPENDS+= equivalent-1.0.1
45CARGO_CRATE_DEPENDS+= errno-0.3.3 44CARGO_CRATE_DEPENDS+= errno-0.3.3
46CARGO_CRATE_DEPENDS+= errno-dragonfly-0.1.2 45CARGO_CRATE_DEPENDS+= errno-dragonfly-0.1.2
47CARGO_CRATE_DEPENDS+= fast-srgb8-1.0.0 46CARGO_CRATE_DEPENDS+= fast-srgb8-1.0.0
48CARGO_CRATE_DEPENDS+= fastrand-2.0.0 47CARGO_CRATE_DEPENDS+= fastrand-2.0.0
49CARGO_CRATE_DEPENDS+= filetime-0.2.22 48CARGO_CRATE_DEPENDS+= filetime-0.2.22
50CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1 49CARGO_CRATE_DEPENDS+= form_urlencoded-1.0.1
51CARGO_CRATE_DEPENDS+= git2-0.18.1 50CARGO_CRATE_DEPENDS+= git2-0.18.2
52CARGO_CRATE_DEPENDS+= glob-0.3.1 51CARGO_CRATE_DEPENDS+= glob-0.3.1
53CARGO_CRATE_DEPENDS+= half-1.8.2 52CARGO_CRATE_DEPENDS+= half-1.8.2
54CARGO_CRATE_DEPENDS+= hashbrown-0.14.2 53CARGO_CRATE_DEPENDS+= hashbrown-0.14.2
55CARGO_CRATE_DEPENDS+= hermit-abi-0.3.2 54CARGO_CRATE_DEPENDS+= hermit-abi-0.3.2
56CARGO_CRATE_DEPENDS+= humantime-2.1.0 55CARGO_CRATE_DEPENDS+= humantime-2.1.0
57CARGO_CRATE_DEPENDS+= humantime-serde-1.1.1 56CARGO_CRATE_DEPENDS+= humantime-serde-1.1.1
58CARGO_CRATE_DEPENDS+= iana-time-zone-0.1.57 57CARGO_CRATE_DEPENDS+= iana-time-zone-0.1.57
59CARGO_CRATE_DEPENDS+= iana-time-zone-haiku-0.1.2 58CARGO_CRATE_DEPENDS+= iana-time-zone-haiku-0.1.2
60CARGO_CRATE_DEPENDS+= idna-0.2.3 59CARGO_CRATE_DEPENDS+= idna-0.2.3
61CARGO_CRATE_DEPENDS+= indexmap-2.1.0 60CARGO_CRATE_DEPENDS+= indexmap-2.1.0
62CARGO_CRATE_DEPENDS+= is-terminal-0.4.9 61CARGO_CRATE_DEPENDS+= is-terminal-0.4.9
63CARGO_CRATE_DEPENDS+= itertools-0.10.5 62CARGO_CRATE_DEPENDS+= itertools-0.10.5
64CARGO_CRATE_DEPENDS+= itoa-1.0.9 63CARGO_CRATE_DEPENDS+= itoa-1.0.9
65CARGO_CRATE_DEPENDS+= jobserver-0.1.22 64CARGO_CRATE_DEPENDS+= jobserver-0.1.22
66CARGO_CRATE_DEPENDS+= js-sys-0.3.64 65CARGO_CRATE_DEPENDS+= js-sys-0.3.64
67CARGO_CRATE_DEPENDS+= libc-0.2.151 66CARGO_CRATE_DEPENDS+= libc-0.2.152
68CARGO_CRATE_DEPENDS+= libgit2-sys-0.16.1+1.7.1 67CARGO_CRATE_DEPENDS+= libgit2-sys-0.16.2+1.7.2
69CARGO_CRATE_DEPENDS+= libz-sys-1.1.2 68CARGO_CRATE_DEPENDS+= libz-sys-1.1.2
70CARGO_CRATE_DEPENDS+= line-wrap-0.1.1 69CARGO_CRATE_DEPENDS+= line-wrap-0.1.1
71CARGO_CRATE_DEPENDS+= linux-raw-sys-0.4.11 70CARGO_CRATE_DEPENDS+= linux-raw-sys-0.4.11
72CARGO_CRATE_DEPENDS+= locale-0.2.2 71CARGO_CRATE_DEPENDS+= locale-0.2.2
73CARGO_CRATE_DEPENDS+= log-0.4.20 72CARGO_CRATE_DEPENDS+= log-0.4.20
74CARGO_CRATE_DEPENDS+= matches-0.1.8 73CARGO_CRATE_DEPENDS+= matches-0.1.8
75CARGO_CRATE_DEPENDS+= memchr-2.6.3 74CARGO_CRATE_DEPENDS+= memchr-2.6.3
76CARGO_CRATE_DEPENDS+= memoffset-0.9.0 75CARGO_CRATE_DEPENDS+= memoffset-0.9.0
77CARGO_CRATE_DEPENDS+= natord-1.0.9 76CARGO_CRATE_DEPENDS+= natord-1.0.9
78CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0 77CARGO_CRATE_DEPENDS+= normalize-line-endings-0.3.0
79CARGO_CRATE_DEPENDS+= num-traits-0.2.14 78CARGO_CRATE_DEPENDS+= num-traits-0.2.14
80CARGO_CRATE_DEPENDS+= num_cpus-1.16.0 
81CARGO_CRATE_DEPENDS+= number_prefix-0.4.0 79CARGO_CRATE_DEPENDS+= number_prefix-0.4.0
82CARGO_CRATE_DEPENDS+= once_cell-1.19.0 80CARGO_CRATE_DEPENDS+= once_cell-1.19.0
83CARGO_CRATE_DEPENDS+= oorandom-11.1.3 81CARGO_CRATE_DEPENDS+= oorandom-11.1.3
84CARGO_CRATE_DEPENDS+= openssl-src-111.26.0+1.1.1u 82CARGO_CRATE_DEPENDS+= openssl-src-111.26.0+1.1.1u
85CARGO_CRATE_DEPENDS+= openssl-sys-0.9.61 83CARGO_CRATE_DEPENDS+= openssl-sys-0.9.61
86CARGO_CRATE_DEPENDS+= os_pipe-1.1.4 84CARGO_CRATE_DEPENDS+= os_pipe-1.1.4
87CARGO_CRATE_DEPENDS+= palette-0.7.3 85CARGO_CRATE_DEPENDS+= palette-0.7.4
88CARGO_CRATE_DEPENDS+= palette_derive-0.7.3 86CARGO_CRATE_DEPENDS+= palette_derive-0.7.4
89CARGO_CRATE_DEPENDS+= partition-identity-0.3.0 87CARGO_CRATE_DEPENDS+= partition-identity-0.3.0
90CARGO_CRATE_DEPENDS+= percent-encoding-2.3.1 88CARGO_CRATE_DEPENDS+= percent-encoding-2.3.1
91CARGO_CRATE_DEPENDS+= phf-0.11.2 89CARGO_CRATE_DEPENDS+= phf-0.11.2
92CARGO_CRATE_DEPENDS+= phf_generator-0.11.2 90CARGO_CRATE_DEPENDS+= phf_generator-0.11.2
93CARGO_CRATE_DEPENDS+= phf_macros-0.11.2 91CARGO_CRATE_DEPENDS+= phf_macros-0.11.2
94CARGO_CRATE_DEPENDS+= phf_shared-0.11.2 92CARGO_CRATE_DEPENDS+= phf_shared-0.11.2
95CARGO_CRATE_DEPENDS+= pkg-config-0.3.19 93CARGO_CRATE_DEPENDS+= pkg-config-0.3.19
96CARGO_CRATE_DEPENDS+= plist-1.6.0 94CARGO_CRATE_DEPENDS+= plist-1.6.0
97CARGO_CRATE_DEPENDS+= plotters-0.3.5 95CARGO_CRATE_DEPENDS+= plotters-0.3.5
98CARGO_CRATE_DEPENDS+= plotters-backend-0.3.5 96CARGO_CRATE_DEPENDS+= plotters-backend-0.3.5
99CARGO_CRATE_DEPENDS+= plotters-svg-0.3.5 97CARGO_CRATE_DEPENDS+= plotters-svg-0.3.5
100CARGO_CRATE_DEPENDS+= powerfmt-0.2.0 98CARGO_CRATE_DEPENDS+= powerfmt-0.2.0
101CARGO_CRATE_DEPENDS+= proc-macro2-1.0.66 99CARGO_CRATE_DEPENDS+= proc-macro2-1.0.66
102CARGO_CRATE_DEPENDS+= proc-mounts-0.3.0 100CARGO_CRATE_DEPENDS+= proc-mounts-0.3.0
103CARGO_CRATE_DEPENDS+= quick-xml-0.31.0 101CARGO_CRATE_DEPENDS+= quick-xml-0.31.0
104CARGO_CRATE_DEPENDS+= quote-1.0.33 102CARGO_CRATE_DEPENDS+= quote-1.0.33
105CARGO_CRATE_DEPENDS+= rand-0.8.5 103CARGO_CRATE_DEPENDS+= rand-0.8.5
106CARGO_CRATE_DEPENDS+= rand_core-0.6.4 104CARGO_CRATE_DEPENDS+= rand_core-0.6.4
107CARGO_CRATE_DEPENDS+= rayon-1.7.0 105CARGO_CRATE_DEPENDS+= rayon-1.8.1
108CARGO_CRATE_DEPENDS+= rayon-core-1.11.0 106CARGO_CRATE_DEPENDS+= rayon-core-1.12.1
109CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57 107CARGO_CRATE_DEPENDS+= redox_syscall-0.1.57
110CARGO_CRATE_DEPENDS+= redox_syscall-0.3.5 108CARGO_CRATE_DEPENDS+= redox_syscall-0.3.5
111CARGO_CRATE_DEPENDS+= regex-1.9.5 109CARGO_CRATE_DEPENDS+= regex-1.9.5
112CARGO_CRATE_DEPENDS+= regex-automata-0.3.8 110CARGO_CRATE_DEPENDS+= regex-automata-0.3.8
113CARGO_CRATE_DEPENDS+= regex-syntax-0.7.5 111CARGO_CRATE_DEPENDS+= regex-syntax-0.7.5
114CARGO_CRATE_DEPENDS+= rustix-0.38.21 112CARGO_CRATE_DEPENDS+= rustix-0.38.21
115CARGO_CRATE_DEPENDS+= ryu-1.0.15 113CARGO_CRATE_DEPENDS+= ryu-1.0.15
116CARGO_CRATE_DEPENDS+= safemem-0.3.3 114CARGO_CRATE_DEPENDS+= safemem-0.3.3
117CARGO_CRATE_DEPENDS+= same-file-1.0.6 115CARGO_CRATE_DEPENDS+= same-file-1.0.6
118CARGO_CRATE_DEPENDS+= scoped_threadpool-0.1.9 
119CARGO_CRATE_DEPENDS+= scopeguard-1.2.0 116CARGO_CRATE_DEPENDS+= scopeguard-1.2.0
120CARGO_CRATE_DEPENDS+= serde-1.0.188 117CARGO_CRATE_DEPENDS+= serde-1.0.188
121CARGO_CRATE_DEPENDS+= serde_derive-1.0.188 118CARGO_CRATE_DEPENDS+= serde_derive-1.0.188
122CARGO_CRATE_DEPENDS+= serde_json-1.0.107 119CARGO_CRATE_DEPENDS+= serde_json-1.0.107
123CARGO_CRATE_DEPENDS+= serde_spanned-0.6.5 120CARGO_CRATE_DEPENDS+= serde_spanned-0.6.5
124CARGO_CRATE_DEPENDS+= shlex-1.3.0 121CARGO_CRATE_DEPENDS+= shlex-1.3.0
125CARGO_CRATE_DEPENDS+= similar-2.2.1 122CARGO_CRATE_DEPENDS+= similar-2.2.1
126CARGO_CRATE_DEPENDS+= siphasher-0.3.11 123CARGO_CRATE_DEPENDS+= siphasher-0.3.11
127CARGO_CRATE_DEPENDS+= snapbox-0.4.16 124CARGO_CRATE_DEPENDS+= snapbox-0.4.16
128CARGO_CRATE_DEPENDS+= snapbox-macros-0.3.7 125CARGO_CRATE_DEPENDS+= snapbox-macros-0.3.7
129CARGO_CRATE_DEPENDS+= syn-2.0.29 126CARGO_CRATE_DEPENDS+= syn-2.0.29
130CARGO_CRATE_DEPENDS+= tempfile-3.8.0 127CARGO_CRATE_DEPENDS+= tempfile-3.8.0
131CARGO_CRATE_DEPENDS+= terminal_size-0.3.0 128CARGO_CRATE_DEPENDS+= terminal_size-0.3.0

cvs diff -r1.15 -r1.16 pkgsrc/sysutils/eza/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/eza/distinfo 2024/01/26 11:48:38 1.15
+++ pkgsrc/sysutils/eza/distinfo 2024/02/13 10:09:18 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.15 2024/01/26 11:48:38 pin Exp $ 1$NetBSD: distinfo,v 1.16 2024/02/13 10:09:18 pin Exp $
2 2
3BLAKE2s (aho-corasick-1.0.5.crate) = 2199caecbc50c93a65ce7d60055f1bcb6885adb15f1153c994432df75aa27240 3BLAKE2s (aho-corasick-1.0.5.crate) = 2199caecbc50c93a65ce7d60055f1bcb6885adb15f1153c994432df75aa27240
4SHA512 (aho-corasick-1.0.5.crate) = 6b0a64dbfe0c166341a34cd169bc46d28e40f72db4d599a1aff5327a6e891408f39e8e92e983cf9396a8e8135f93e41550237ff3e5c8c05a5325688746fd814b 4SHA512 (aho-corasick-1.0.5.crate) = 6b0a64dbfe0c166341a34cd169bc46d28e40f72db4d599a1aff5327a6e891408f39e8e92e983cf9396a8e8135f93e41550237ff3e5c8c05a5325688746fd814b
5Size (aho-corasick-1.0.5.crate) = 172064 bytes 5Size (aho-corasick-1.0.5.crate) = 172064 bytes
6BLAKE2s (android-tzdata-0.1.1.crate) = fbf2ed4b7b8c2d0aac069c9d638b0010da9da1cd5dec9a2495a3b396966e55fd 6BLAKE2s (android-tzdata-0.1.1.crate) = fbf2ed4b7b8c2d0aac069c9d638b0010da9da1cd5dec9a2495a3b396966e55fd
7SHA512 (android-tzdata-0.1.1.crate) = 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077 7SHA512 (android-tzdata-0.1.1.crate) = 4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
8Size (android-tzdata-0.1.1.crate) = 7674 bytes 8Size (android-tzdata-0.1.1.crate) = 7674 bytes
9BLAKE2s (android_system_properties-0.1.5.crate) = e405a7701baf9817ca6e946b78ab2ae83f4667112c19c5214606cd863ca5c765 9BLAKE2s (android_system_properties-0.1.5.crate) = e405a7701baf9817ca6e946b78ab2ae83f4667112c19c5214606cd863ca5c765
10SHA512 (android_system_properties-0.1.5.crate) = b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191 10SHA512 (android_system_properties-0.1.5.crate) = b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
11Size (android_system_properties-0.1.5.crate) = 5243 bytes 11Size (android_system_properties-0.1.5.crate) = 5243 bytes
12BLAKE2s (anes-0.1.6.crate) = 51a3a431b53fc59bdeaf54f4dd87332d79d9c9cb47042879fb821b5a7afdfd9a 12BLAKE2s (anes-0.1.6.crate) = 51a3a431b53fc59bdeaf54f4dd87332d79d9c9cb47042879fb821b5a7afdfd9a
13SHA512 (anes-0.1.6.crate) = f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29 13SHA512 (anes-0.1.6.crate) = f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29
14Size (anes-0.1.6.crate) = 23857 bytes 14Size (anes-0.1.6.crate) = 23857 bytes
@@ -89,29 +89,26 @@ SHA512 (colorchoice-1.0.0.crate) = 53363 @@ -89,29 +89,26 @@ SHA512 (colorchoice-1.0.0.crate) = 53363
89Size (colorchoice-1.0.0.crate) = 6857 bytes 89Size (colorchoice-1.0.0.crate) = 6857 bytes
90BLAKE2s (content_inspector-0.2.4.crate) = 65527368f883276d5d2c0ab8274857ebfaf9d1cd3d04b1290bdc173f64cbb309 90BLAKE2s (content_inspector-0.2.4.crate) = 65527368f883276d5d2c0ab8274857ebfaf9d1cd3d04b1290bdc173f64cbb309
91SHA512 (content_inspector-0.2.4.crate) = 1acb8b4f12ce3479f5a60b7b6a0c05b86548591e488e7be529c4a2f9aaa60a76ed07e7ce1e557664d31ddd9964e7f73415ad667cd14ada919f61511bf486ed6f 91SHA512 (content_inspector-0.2.4.crate) = 1acb8b4f12ce3479f5a60b7b6a0c05b86548591e488e7be529c4a2f9aaa60a76ed07e7ce1e557664d31ddd9964e7f73415ad667cd14ada919f61511bf486ed6f
92Size (content_inspector-0.2.4.crate) = 11386 bytes 92Size (content_inspector-0.2.4.crate) = 11386 bytes
93BLAKE2s (core-foundation-sys-0.8.4.crate) = 764baa38d0da621bbf65724162b8425356775dcaefec99a3c3734a304f114623 93BLAKE2s (core-foundation-sys-0.8.4.crate) = 764baa38d0da621bbf65724162b8425356775dcaefec99a3c3734a304f114623
94SHA512 (core-foundation-sys-0.8.4.crate) = 15da472316d6decc213e4e5f08ecd22a108ebefe427b890741de4f9199614f19123e64329da76de5e8b4c9ff74ffc31738fd929acc1460fc757b4aa1fd3fdbb6 94SHA512 (core-foundation-sys-0.8.4.crate) = 15da472316d6decc213e4e5f08ecd22a108ebefe427b890741de4f9199614f19123e64329da76de5e8b4c9ff74ffc31738fd929acc1460fc757b4aa1fd3fdbb6
95Size (core-foundation-sys-0.8.4.crate) = 17725 bytes 95Size (core-foundation-sys-0.8.4.crate) = 17725 bytes
96BLAKE2s (criterion-0.5.1.crate) = cfbc1d4fd6515994abdb76edbe8ff3c799885327026d20bf6de96f3e440ffe9d 96BLAKE2s (criterion-0.5.1.crate) = cfbc1d4fd6515994abdb76edbe8ff3c799885327026d20bf6de96f3e440ffe9d
97SHA512 (criterion-0.5.1.crate) = 6a1a32437bdb95f8472bafb5b04bb5999a6ff6fee4ca5965028ec53b4867d01b529241d01809a003722ec7d5710c323274b6f3b50ca0935919a9dee693f4d3b0 97SHA512 (criterion-0.5.1.crate) = 6a1a32437bdb95f8472bafb5b04bb5999a6ff6fee4ca5965028ec53b4867d01b529241d01809a003722ec7d5710c323274b6f3b50ca0935919a9dee693f4d3b0
98Size (criterion-0.5.1.crate) = 110088 bytes 98Size (criterion-0.5.1.crate) = 110088 bytes
99BLAKE2s (criterion-plot-0.5.0.crate) = 9a23a058f721a6ec706b67811ad5ec389f2281bf2fedf2aee6669be3900e2bf7 99BLAKE2s (criterion-plot-0.5.0.crate) = 9a23a058f721a6ec706b67811ad5ec389f2281bf2fedf2aee6669be3900e2bf7
100SHA512 (criterion-plot-0.5.0.crate) = 971e96dcc64a5afa7488f1a99475f0f5639c0ef63f9eeebcada351868697cbff397e99827cc07c0a52e7d7d1a87856fe1fc48c22075776b3bc9c94af62d79f14 100SHA512 (criterion-plot-0.5.0.crate) = 971e96dcc64a5afa7488f1a99475f0f5639c0ef63f9eeebcada351868697cbff397e99827cc07c0a52e7d7d1a87856fe1fc48c22075776b3bc9c94af62d79f14
101Size (criterion-plot-0.5.0.crate) = 22706 bytes 101Size (criterion-plot-0.5.0.crate) = 22706 bytes
102BLAKE2s (crossbeam-channel-0.5.8.crate) = f52230ed84b89bc15c117f5251f9575cf7c8672c7f44d589e9443a6a6c3e457c 
103SHA512 (crossbeam-channel-0.5.8.crate) = 47677d6fe63050c51393e4a0537a3c65d7055c9eae118ebe60c5d716b4f47f23c2b1947b1e1b66bfb34a57c4db3a44631d323e996dd545565fe4f58c25863ff4 
104Size (crossbeam-channel-0.5.8.crate) = 90455 bytes 
105BLAKE2s (crossbeam-deque-0.8.3.crate) = 7cbeb24b31b979d705dd7aad84ebd1b3f25d939955c4c70dd3d8ad7cf26158eb 102BLAKE2s (crossbeam-deque-0.8.3.crate) = 7cbeb24b31b979d705dd7aad84ebd1b3f25d939955c4c70dd3d8ad7cf26158eb
106SHA512 (crossbeam-deque-0.8.3.crate) = f3201c9afef7d2d119702696f7e5e7997a104b8f7d67c7adebd1cbed84d3a3415636ff674f1ccdfd95d0dc162384e46c6138c8203ede69577b0d5359a4b44672 103SHA512 (crossbeam-deque-0.8.3.crate) = f3201c9afef7d2d119702696f7e5e7997a104b8f7d67c7adebd1cbed84d3a3415636ff674f1ccdfd95d0dc162384e46c6138c8203ede69577b0d5359a4b44672
107Size (crossbeam-deque-0.8.3.crate) = 21746 bytes 104Size (crossbeam-deque-0.8.3.crate) = 21746 bytes
108BLAKE2s (crossbeam-epoch-0.9.15.crate) = 29f6c985f1050d18011c21ed7e9ff6f2dc1ad2f6de4d9041094bf5cc56dfff70 105BLAKE2s (crossbeam-epoch-0.9.15.crate) = 29f6c985f1050d18011c21ed7e9ff6f2dc1ad2f6de4d9041094bf5cc56dfff70
109SHA512 (crossbeam-epoch-0.9.15.crate) = d9292c059ef1d156da52950137b2b3ea5eab66c4cc2f763d02078d0b0106980839ebed2ae2aec53e026ee7b3ddc37c4b51370d925ada1ad13d9981934daa7bde 106SHA512 (crossbeam-epoch-0.9.15.crate) = d9292c059ef1d156da52950137b2b3ea5eab66c4cc2f763d02078d0b0106980839ebed2ae2aec53e026ee7b3ddc37c4b51370d925ada1ad13d9981934daa7bde
110Size (crossbeam-epoch-0.9.15.crate) = 48553 bytes 107Size (crossbeam-epoch-0.9.15.crate) = 48553 bytes
111BLAKE2s (crossbeam-utils-0.8.16.crate) = ad56e24749319cb7d7cf31623a4d1cdc5f2cb5060e7dbbaa654c5a5393db128f 108BLAKE2s (crossbeam-utils-0.8.16.crate) = ad56e24749319cb7d7cf31623a4d1cdc5f2cb5060e7dbbaa654c5a5393db128f
112SHA512 (crossbeam-utils-0.8.16.crate) = 4b8d599a8b93015eea2fd404cdf1526fbb94662fffc7c64d2f0659aeef349e4ad682f61b2b85d075c7f3fbbc4d8106cd7caf6e65dae117ba982f31262df3f831 109SHA512 (crossbeam-utils-0.8.16.crate) = 4b8d599a8b93015eea2fd404cdf1526fbb94662fffc7c64d2f0659aeef349e4ad682f61b2b85d075c7f3fbbc4d8106cd7caf6e65dae117ba982f31262df3f831
113Size (crossbeam-utils-0.8.16.crate) = 42508 bytes 110Size (crossbeam-utils-0.8.16.crate) = 42508 bytes
114BLAKE2s (datetime-0.5.2.crate) = 4c2a7136b28bdef4cd8893499e1e06c6025a961dc1d9baefc0382e080bff3ac5 111BLAKE2s (datetime-0.5.2.crate) = 4c2a7136b28bdef4cd8893499e1e06c6025a961dc1d9baefc0382e080bff3ac5
115SHA512 (datetime-0.5.2.crate) = 7578d839bf8d673d15f1caf84266c45c42bc1efaca9067a4ca22c25bc4ad14b7fd8eb73425f5178e188485872a20f1fe153665331d409302bb1cb4aab6cff623 112SHA512 (datetime-0.5.2.crate) = 7578d839bf8d673d15f1caf84266c45c42bc1efaca9067a4ca22c25bc4ad14b7fd8eb73425f5178e188485872a20f1fe153665331d409302bb1cb4aab6cff623
116Size (datetime-0.5.2.crate) = 113732 bytes 113Size (datetime-0.5.2.crate) = 113732 bytes
117BLAKE2s (deranged-0.3.9.crate) = 87bcec12950ae7fd12a17bfdb08dfd3f3928f14aa6ef85a01dbfde3fce1cbf83 114BLAKE2s (deranged-0.3.9.crate) = 87bcec12950ae7fd12a17bfdb08dfd3f3928f14aa6ef85a01dbfde3fce1cbf83
@@ -122,44 +119,44 @@ SHA512 (dunce-1.0.4.crate) = f57d9c53c17 @@ -122,44 +119,44 @@ SHA512 (dunce-1.0.4.crate) = f57d9c53c17
122Size (dunce-1.0.4.crate) = 8034 bytes 119Size (dunce-1.0.4.crate) = 8034 bytes
123BLAKE2s (either-1.9.0.crate) = 5a2a8926fcb3b40b49b9bae0b6e35d54568dc40215691afa9bb355400b0eb180 120BLAKE2s (either-1.9.0.crate) = 5a2a8926fcb3b40b49b9bae0b6e35d54568dc40215691afa9bb355400b0eb180
124SHA512 (either-1.9.0.crate) = 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177 121SHA512 (either-1.9.0.crate) = 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177
125Size (either-1.9.0.crate) = 16660 bytes 122Size (either-1.9.0.crate) = 16660 bytes
126BLAKE2s (equivalent-1.0.1.crate) = 915ff7ece3e11b5de2f2f26d2da9c4dfa1c7484416c53025c08507677cebebbd 123BLAKE2s (equivalent-1.0.1.crate) = 915ff7ece3e11b5de2f2f26d2da9c4dfa1c7484416c53025c08507677cebebbd
127SHA512 (equivalent-1.0.1.crate) = b2bc60e804c1b02c461dcefcfd60fc37145af710d183ebe65f9a4d63f2b2072d23193f98dc550a9213c7fdc6a2a837af23b04a89294ebbb681a4aaf5d5031140 124SHA512 (equivalent-1.0.1.crate) = b2bc60e804c1b02c461dcefcfd60fc37145af710d183ebe65f9a4d63f2b2072d23193f98dc550a9213c7fdc6a2a837af23b04a89294ebbb681a4aaf5d5031140
128Size (equivalent-1.0.1.crate) = 6615 bytes 125Size (equivalent-1.0.1.crate) = 6615 bytes
129BLAKE2s (errno-0.3.3.crate) = b60a1408c161b52694c72a492398ac1a27023e436811bb2930776abec6df41ba 126BLAKE2s (errno-0.3.3.crate) = b60a1408c161b52694c72a492398ac1a27023e436811bb2930776abec6df41ba
130SHA512 (errno-0.3.3.crate) = 9524db39d0c9be287e0d2aed3358a86e961b2868717037212a2e9dc408bc73198ab23196d7923a9ba7e0e9357276075148f582e0325ad36ae1b212a8c674173e 127SHA512 (errno-0.3.3.crate) = 9524db39d0c9be287e0d2aed3358a86e961b2868717037212a2e9dc408bc73198ab23196d7923a9ba7e0e9357276075148f582e0325ad36ae1b212a8c674173e
131Size (errno-0.3.3.crate) = 10543 bytes 128Size (errno-0.3.3.crate) = 10543 bytes
132BLAKE2s (errno-dragonfly-0.1.2.crate) = 98b2cbc4374e5c9bec5416a0564feba5e8b0ff6ff565fc69342afb77ee6a1fee 129BLAKE2s (errno-dragonfly-0.1.2.crate) = 98b2cbc4374e5c9bec5416a0564feba5e8b0ff6ff565fc69342afb77ee6a1fee
133SHA512 (errno-dragonfly-0.1.2.crate) = f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916 130SHA512 (errno-dragonfly-0.1.2.crate) = f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916
134Size (errno-dragonfly-0.1.2.crate) = 1810 bytes 131Size (errno-dragonfly-0.1.2.crate) = 1810 bytes
135BLAKE2s (eza-0.17.3.tar.gz) = 8fe59ec80b13d626cafae79ff0f78623ee6e91512c59b2e5f5aa20defecdf447 132BLAKE2s (eza-0.18.2.tar.gz) = 7ac7f8a8c0c4f0847ab37e3849e76968a61f71b17c6c4b6f0cc86aa4da67b76b
136SHA512 (eza-0.17.3.tar.gz) = 3fbe108196e2651941e9968b97c13bb8577c2835b04adc161d01c797604e8e9b75927e8966fbffd2aa078c1ee1ef4c28cd7003f7db663a1b2f06aeb929c3fca1 133SHA512 (eza-0.18.2.tar.gz) = 0c3fc923e3b1c39c62e1f211504a3d49b7c8907617173954ff9d814f0966533bc61d1d2e189ec0567605178dfbedda77be4be910ac3527aa0e541b2497840b17
137Size (eza-0.17.3.tar.gz) = 1524788 bytes 134Size (eza-0.18.2.tar.gz) = 1524518 bytes
138BLAKE2s (fast-srgb8-1.0.0.crate) = fe992d55b46b07c59a2244449a6f946e6ad4fba5d8e211359649c1090ff9d9fd 135BLAKE2s (fast-srgb8-1.0.0.crate) = fe992d55b46b07c59a2244449a6f946e6ad4fba5d8e211359649c1090ff9d9fd
139SHA512 (fast-srgb8-1.0.0.crate) = 834edef5eb4ec23b9e627b5e879a1649af19a17a1af0bae97c040869dbd14751ff3b29a606c52e5fe07b60f07fb695f328409c39788a4e74af0ab7b716688a0b 136SHA512 (fast-srgb8-1.0.0.crate) = 834edef5eb4ec23b9e627b5e879a1649af19a17a1af0bae97c040869dbd14751ff3b29a606c52e5fe07b60f07fb695f328409c39788a4e74af0ab7b716688a0b
140Size (fast-srgb8-1.0.0.crate) = 17214 bytes 137Size (fast-srgb8-1.0.0.crate) = 17214 bytes
141BLAKE2s (fastrand-2.0.0.crate) = 42dd91a1bcff2aa564be1f91dfbded2aff790d9bdd77af6b6b27666741dd2651 138BLAKE2s (fastrand-2.0.0.crate) = 42dd91a1bcff2aa564be1f91dfbded2aff790d9bdd77af6b6b27666741dd2651
142SHA512 (fastrand-2.0.0.crate) = 9449dd52e4b722d5747f68f127843c0d1a402765c2b6186b9526f8ae23293cb1f6b50adcbf18a8ea768292642184cb0eb42b1801d20f6815397903f9977f3cbc 139SHA512 (fastrand-2.0.0.crate) = 9449dd52e4b722d5747f68f127843c0d1a402765c2b6186b9526f8ae23293cb1f6b50adcbf18a8ea768292642184cb0eb42b1801d20f6815397903f9977f3cbc
143Size (fastrand-2.0.0.crate) = 14402 bytes 140Size (fastrand-2.0.0.crate) = 14402 bytes
144BLAKE2s (filetime-0.2.22.crate) = 935dbfe20d564f94b05fcee2cd3d2069bcd62b4510f587b03b0287e56d50e4d3 141BLAKE2s (filetime-0.2.22.crate) = 935dbfe20d564f94b05fcee2cd3d2069bcd62b4510f587b03b0287e56d50e4d3
145SHA512 (filetime-0.2.22.crate) = d40d8baeb57ec85bb9ccf76ff0f898915c4e6cf384020121b53f4a2a1ef2840af5b4c9e8e1ff177034273f4f7a6bf81d2dd7a02cf498b61ea31ceaa30b877067 142SHA512 (filetime-0.2.22.crate) = d40d8baeb57ec85bb9ccf76ff0f898915c4e6cf384020121b53f4a2a1ef2840af5b4c9e8e1ff177034273f4f7a6bf81d2dd7a02cf498b61ea31ceaa30b877067
146Size (filetime-0.2.22.crate) = 15029 bytes 143Size (filetime-0.2.22.crate) = 15029 bytes
147BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4 144BLAKE2s (form_urlencoded-1.0.1.crate) = 8c8ac71370d205f0bd206eb99c04e9475651893c75d52f3f125ff23c8fc58bc4
148SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68 145SHA512 (form_urlencoded-1.0.1.crate) = 3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68
149Size (form_urlencoded-1.0.1.crate) = 8773 bytes 146Size (form_urlencoded-1.0.1.crate) = 8773 bytes
150BLAKE2s (git2-0.18.1.crate) = bb2b0ce5e716c9eee1efd597f2e35c2f01beb7970329abee31d8ec3f76b02f2a 147BLAKE2s (git2-0.18.2.crate) = f7c1326de128b7060fa9bafe0edb65e0bddb91d447db87877a9234b92f935f07
151SHA512 (git2-0.18.1.crate) = 3fb535e820365ac5aecc5a1cd3af869ea952ed6741a7890b095ac6f4509fdee7389949da45e4f66188b5e261fb4c47d49ffc1043b4b2b39020ea21e22bc69fa7 148SHA512 (git2-0.18.2.crate) = d7b7f61ee2c074da28b85bce8475d1b0b953e047ddea70d834fbcffc58a910f0fee3cb91b6e3a0e6fd14b76d142ea02909330db0266299b73c743463a8443a99
152Size (git2-0.18.1.crate) = 211466 bytes 149Size (git2-0.18.2.crate) = 212536 bytes
153BLAKE2s (glob-0.3.1.crate) = cf1632af0a03d2505ae99d4e4ed0ee695c8383a0cddf1191f7f59e197e9fb17f 150BLAKE2s (glob-0.3.1.crate) = cf1632af0a03d2505ae99d4e4ed0ee695c8383a0cddf1191f7f59e197e9fb17f
154SHA512 (glob-0.3.1.crate) = 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b 151SHA512 (glob-0.3.1.crate) = 29368160138bcb7ea5660f9f30c5711cfca8bc8ba836bbade3fbe8c424e7b4118daf27cffa677962e37e36f025fd2bb5a9c2aea865b0ff155cace455dfbb658b
155Size (glob-0.3.1.crate) = 18880 bytes 152Size (glob-0.3.1.crate) = 18880 bytes
156BLAKE2s (half-1.8.2.crate) = 06e412ad3cca1082278f20b32764604d9f62c4703d31ff477d25436d8b29eb62 153BLAKE2s (half-1.8.2.crate) = 06e412ad3cca1082278f20b32764604d9f62c4703d31ff477d25436d8b29eb62
157SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e 154SHA512 (half-1.8.2.crate) = 5eb128e41b8b7f9769a669834b2f8380b115395bf2a2a181732bf6c71234d978dbc4c527fddadaa7bd7fae9add77958b27616bfa1767fd123d3cfb887663292e
158Size (half-1.8.2.crate) = 41874 bytes 155Size (half-1.8.2.crate) = 41874 bytes
159BLAKE2s (hashbrown-0.14.2.crate) = e60f11737b18687879e711767185723a057869c36bb0721cd0a53ece96c00e1d 156BLAKE2s (hashbrown-0.14.2.crate) = e60f11737b18687879e711767185723a057869c36bb0721cd0a53ece96c00e1d
160SHA512 (hashbrown-0.14.2.crate) = a611359ccc8d859a72e812b94123ff162f5653caa1839c5f5e3269ed18b5fe2b2c7b15b4f03ae8076a622d08090a90e747d8cbcdfce9cf7f317592f1a3695351 157SHA512 (hashbrown-0.14.2.crate) = a611359ccc8d859a72e812b94123ff162f5653caa1839c5f5e3269ed18b5fe2b2c7b15b4f03ae8076a622d08090a90e747d8cbcdfce9cf7f317592f1a3695351
161Size (hashbrown-0.14.2.crate) = 140080 bytes 158Size (hashbrown-0.14.2.crate) = 140080 bytes
162BLAKE2s (hermit-abi-0.3.2.crate) = 48f5236d8d19446302ade57b131f22dbafa101b7cbb0d94efd7764676f9b3059 159BLAKE2s (hermit-abi-0.3.2.crate) = 48f5236d8d19446302ade57b131f22dbafa101b7cbb0d94efd7764676f9b3059
163SHA512 (hermit-abi-0.3.2.crate) = 22901ec8976a7c96e93c9e07a2c5d3db49d7af60ce60c7ee6f61c3cbe93190d1f285e737c1c8b2236d540ab14e5d92e42828ec05f1b212332a862baf2b1b57f6 160SHA512 (hermit-abi-0.3.2.crate) = 22901ec8976a7c96e93c9e07a2c5d3db49d7af60ce60c7ee6f61c3cbe93190d1f285e737c1c8b2236d540ab14e5d92e42828ec05f1b212332a862baf2b1b57f6
164Size (hermit-abi-0.3.2.crate) = 13783 bytes 161Size (hermit-abi-0.3.2.crate) = 13783 bytes
165BLAKE2s (humantime-2.1.0.crate) = e2f2714ee862954ff21a5fe868eb2db60809630d21a8579d3256ebe32e8b6cfc 162BLAKE2s (humantime-2.1.0.crate) = e2f2714ee862954ff21a5fe868eb2db60809630d21a8579d3256ebe32e8b6cfc
@@ -185,32 +182,32 @@ SHA512 (is-terminal-0.4.9.crate) = 0803e @@ -185,32 +182,32 @@ SHA512 (is-terminal-0.4.9.crate) = 0803e
185Size (is-terminal-0.4.9.crate) = 8109 bytes 182Size (is-terminal-0.4.9.crate) = 8109 bytes
186BLAKE2s (itertools-0.10.5.crate) = a445c07be8da5c4bdf8dd6fb0a92746438e9ee1767fc180b2da34b31daa4de8d 183BLAKE2s (itertools-0.10.5.crate) = a445c07be8da5c4bdf8dd6fb0a92746438e9ee1767fc180b2da34b31daa4de8d
187SHA512 (itertools-0.10.5.crate) = d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3 184SHA512 (itertools-0.10.5.crate) = d03c3cfba9841776913bbb6daad0c8945830c155f32ae4b48872e0f937c75a443f0ac9a0355f43b359ff75232f38b15f4f6d446b4be30b00b4209cf66ef770c3
188Size (itertools-0.10.5.crate) = 115354 bytes 185Size (itertools-0.10.5.crate) = 115354 bytes
189BLAKE2s (itoa-1.0.9.crate) = 29c0a4ba2feabd7d0703934d8e3c7da93f73b35673c2b444df2a7109706593a1 186BLAKE2s (itoa-1.0.9.crate) = 29c0a4ba2feabd7d0703934d8e3c7da93f73b35673c2b444df2a7109706593a1
190SHA512 (itoa-1.0.9.crate) = 95f7906edb7d6a2690389167f8c4d01bc37827205bca87d527f2eb33722419ed2f2e8afaa559cc5a0a7e7fac76515c9c44c71c42b536aa34b0e2858c40946b6d 187SHA512 (itoa-1.0.9.crate) = 95f7906edb7d6a2690389167f8c4d01bc37827205bca87d527f2eb33722419ed2f2e8afaa559cc5a0a7e7fac76515c9c44c71c42b536aa34b0e2858c40946b6d
191Size (itoa-1.0.9.crate) = 10492 bytes 188Size (itoa-1.0.9.crate) = 10492 bytes
192BLAKE2s (jobserver-0.1.22.crate) = 8c22a61b115563896ae32650993f268c7f034f80668811bd679768c5949e63d4 189BLAKE2s (jobserver-0.1.22.crate) = 8c22a61b115563896ae32650993f268c7f034f80668811bd679768c5949e63d4
193SHA512 (jobserver-0.1.22.crate) = ad3d180bb49fbaf51c9a2f40de0e2082947a0cb5bef95001bcc664e4c98f75a4c32a6c53f5eba90595e415b600aacae54d92c2f613dbeb8af94fa08b6d770d8b 190SHA512 (jobserver-0.1.22.crate) = ad3d180bb49fbaf51c9a2f40de0e2082947a0cb5bef95001bcc664e4c98f75a4c32a6c53f5eba90595e415b600aacae54d92c2f613dbeb8af94fa08b6d770d8b
194Size (jobserver-0.1.22.crate) = 21175 bytes 191Size (jobserver-0.1.22.crate) = 21175 bytes
195BLAKE2s (js-sys-0.3.64.crate) = c9c7a918f352659c11ba8b6c21204fe8312c3244ac163479631a677caa58b51d 192BLAKE2s (js-sys-0.3.64.crate) = c9c7a918f352659c11ba8b6c21204fe8312c3244ac163479631a677caa58b51d
196SHA512 (js-sys-0.3.64.crate) = a4f389a4eb45c2122e7bcf365dccdce8fcf14b1b521b8b839746bba8783296e2f1b959d73bdd874743f49c61a24c4077dec52f63cc7d594cd42e9cd6ea9c2e64 193SHA512 (js-sys-0.3.64.crate) = a4f389a4eb45c2122e7bcf365dccdce8fcf14b1b521b8b839746bba8783296e2f1b959d73bdd874743f49c61a24c4077dec52f63cc7d594cd42e9cd6ea9c2e64
197Size (js-sys-0.3.64.crate) = 80313 bytes 194Size (js-sys-0.3.64.crate) = 80313 bytes
198BLAKE2s (libc-0.2.151.crate) = 859544613ddadbab63ba4ef546f21c220247c8d9b63150238d02895a63586a84 195BLAKE2s (libc-0.2.152.crate) = 06001fedbcd029ede94b7fa1344fba428264df9751af8d9b28768db802b8192d
199SHA512 (libc-0.2.151.crate) = 2039bdfd704c5a876ff7d609622bb968260d6e0fd264ca457e92b75660503eca10e1ff21864b3c919d2656de521f03ef443895f5c0150271ae2502857742b0ec 196SHA512 (libc-0.2.152.crate) = 1722f6f52077efab90026aae3d10306f8c38ebba95366593c3c1adf707fae121ab450064ad9e8be5a667caf6af0b90fad4d1ca1009db0f2220093c44e33c4b5c
200Size (libc-0.2.151.crate) = 736640 bytes 197Size (libc-0.2.152.crate) = 740278 bytes
201BLAKE2s (libgit2-sys-0.16.1+1.7.1.crate) = 90c017de253c926126f6f8014f41e7a97957ecb1322dae29dd6256eb6584ff0a 198BLAKE2s (libgit2-sys-0.16.2+1.7.2.crate) = 38f0dcaa2af29a8c9afa7209f1352d4ecbc09e857b9a33fa42d898add852f626
202SHA512 (libgit2-sys-0.16.1+1.7.1.crate) = 746e80309af40af7f6d11a7d45721054a6b7f456e10af5b25ea5ddc3ae1f8d934196e9e3b9948f7d7b41b6d9dc45a660874029a39c1c3d67307daebae3f2cb69 199SHA512 (libgit2-sys-0.16.2+1.7.2.crate) = 45e23f66e1823c551b1f91d1466d971b05927e591684b35b75047ac5f7d23de889910b662ec403388b88a35dfd19b8ad9787481d36e10949e610aa02fcc35c40
203Size (libgit2-sys-0.16.1+1.7.1.crate) = 1773446 bytes 200Size (libgit2-sys-0.16.2+1.7.2.crate) = 1773674 bytes
204BLAKE2s (libz-sys-1.1.2.crate) = 47025e4619552e69cd1c72e5ebe763208f323290c28a06ce8dcad8b553137c57 201BLAKE2s (libz-sys-1.1.2.crate) = 47025e4619552e69cd1c72e5ebe763208f323290c28a06ce8dcad8b553137c57
205SHA512 (libz-sys-1.1.2.crate) = 2342c738230ac570c61b466920e2ceafc0194381643540f094f6541917639a4f5b11d46d575bb03c7623ce109d376bafc3076a9d172233313e38cb6f49ed16db 202SHA512 (libz-sys-1.1.2.crate) = 2342c738230ac570c61b466920e2ceafc0194381643540f094f6541917639a4f5b11d46d575bb03c7623ce109d376bafc3076a9d172233313e38cb6f49ed16db
206Size (libz-sys-1.1.2.crate) = 1339299 bytes 203Size (libz-sys-1.1.2.crate) = 1339299 bytes
207BLAKE2s (line-wrap-0.1.1.crate) = 9921e8aeefc2974a46293482243b30f8e1924169f1fe594c749779d39904519e 204BLAKE2s (line-wrap-0.1.1.crate) = 9921e8aeefc2974a46293482243b30f8e1924169f1fe594c749779d39904519e
208SHA512 (line-wrap-0.1.1.crate) = 31976e14355317bab470e6716542d3cfd59083a1808bb199dc2eddd51d05fab122ab054783d0996c1feb53bdb316e6fa24b34cae9ed8e8cdb2702bc43fd805eb 205SHA512 (line-wrap-0.1.1.crate) = 31976e14355317bab470e6716542d3cfd59083a1808bb199dc2eddd51d05fab122ab054783d0996c1feb53bdb316e6fa24b34cae9ed8e8cdb2702bc43fd805eb
209Size (line-wrap-0.1.1.crate) = 10010 bytes 206Size (line-wrap-0.1.1.crate) = 10010 bytes
210BLAKE2s (linux-raw-sys-0.4.11.crate) = 8630830d78d311477df9e32308302d6625b5bdb56423e8422d423252a1562856 207BLAKE2s (linux-raw-sys-0.4.11.crate) = 8630830d78d311477df9e32308302d6625b5bdb56423e8422d423252a1562856
211SHA512 (linux-raw-sys-0.4.11.crate) = befe18ab06e5248ee89f0cb8fbc192a5564c15c9873672fea62754322d3c197563d9133b839d5222e6baa522ec1fafc48176ee605ec7954c5d93e52dfb6d9772 208SHA512 (linux-raw-sys-0.4.11.crate) = befe18ab06e5248ee89f0cb8fbc192a5564c15c9873672fea62754322d3c197563d9133b839d5222e6baa522ec1fafc48176ee605ec7954c5d93e52dfb6d9772
212Size (linux-raw-sys-0.4.11.crate) = 1413981 bytes 209Size (linux-raw-sys-0.4.11.crate) = 1413981 bytes
213BLAKE2s (locale-0.2.2.crate) = ccfba87cd7b82d4b2b0559a25584c2bd06bfde0b2b88d6ca12ebf6acf083a1e9 210BLAKE2s (locale-0.2.2.crate) = ccfba87cd7b82d4b2b0559a25584c2bd06bfde0b2b88d6ca12ebf6acf083a1e9
214SHA512 (locale-0.2.2.crate) = ae542f8811405fac032029885a59d39c922da7c1b59e69f5e0d73047d05ed803475b3aa9b486cce47abfdac03f5892013b822e896794e6dd80329b4f105be28f 211SHA512 (locale-0.2.2.crate) = ae542f8811405fac032029885a59d39c922da7c1b59e69f5e0d73047d05ed803475b3aa9b486cce47abfdac03f5892013b822e896794e6dd80329b4f105be28f
215Size (locale-0.2.2.crate) = 18910 bytes 212Size (locale-0.2.2.crate) = 18910 bytes
216BLAKE2s (log-0.4.20.crate) = 1c6b9e2550f630e7661fc57cfb7d97f6a93997f2cf4a16fb35836b0668df2af8 213BLAKE2s (log-0.4.20.crate) = 1c6b9e2550f630e7661fc57cfb7d97f6a93997f2cf4a16fb35836b0668df2af8
@@ -224,53 +221,50 @@ SHA512 (memchr-2.6.3.crate) = 8d5e1425ea @@ -224,53 +221,50 @@ SHA512 (memchr-2.6.3.crate) = 8d5e1425ea
224Size (memchr-2.6.3.crate) = 94377 bytes 221Size (memchr-2.6.3.crate) = 94377 bytes
225BLAKE2s (memoffset-0.9.0.crate) = b4d72b8920104d2f39c7bcc9a3fc64aa0b2af8b68f5b6fadd2fb71eebbe3223a 222BLAKE2s (memoffset-0.9.0.crate) = b4d72b8920104d2f39c7bcc9a3fc64aa0b2af8b68f5b6fadd2fb71eebbe3223a
226SHA512 (memoffset-0.9.0.crate) = 2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55 223SHA512 (memoffset-0.9.0.crate) = 2f04f9b6fed31e94388c18162ad275897a835df7b9ac827f4df0f4b0ecf71064ef247f7ad11dbc27d7a6d448984a0f29d1c000e3c8d5fa6e121fa9571770ec55
227Size (memoffset-0.9.0.crate) = 9033 bytes 224Size (memoffset-0.9.0.crate) = 9033 bytes
228BLAKE2s (natord-1.0.9.crate) = 0e3a2b5077d1f66f232fcd853c5d90cb8f4542783661fafa384bb66dbb44546e 225BLAKE2s (natord-1.0.9.crate) = 0e3a2b5077d1f66f232fcd853c5d90cb8f4542783661fafa384bb66dbb44546e
229SHA512 (natord-1.0.9.crate) = bf58eda54c759fecca1fd310bece370f26555bde1096081adc5bb1e9446a538f1652fb3049a52f898f4f62a2608805b72cb72dd52ff3fc9b88fe0a7c9071025a 226SHA512 (natord-1.0.9.crate) = bf58eda54c759fecca1fd310bece370f26555bde1096081adc5bb1e9446a538f1652fb3049a52f898f4f62a2608805b72cb72dd52ff3fc9b88fe0a7c9071025a
230Size (natord-1.0.9.crate) = 3866 bytes 227Size (natord-1.0.9.crate) = 3866 bytes
231BLAKE2s (normalize-line-endings-0.3.0.crate) = d148e24dadfbeccefd806b3d8f5426498c5118471813392b089158daffe2c77f 228BLAKE2s (normalize-line-endings-0.3.0.crate) = d148e24dadfbeccefd806b3d8f5426498c5118471813392b089158daffe2c77f
232SHA512 (normalize-line-endings-0.3.0.crate) = f8e2a6e333b0e8972febe8b9cf058c8d899c384fd177e0b6ef1c5f94e0fa18192963970cb1a2ba80e3135a8cca66cdae6796e4d84ac6b325bb369575bdfc6eea 229SHA512 (normalize-line-endings-0.3.0.crate) = f8e2a6e333b0e8972febe8b9cf058c8d899c384fd177e0b6ef1c5f94e0fa18192963970cb1a2ba80e3135a8cca66cdae6796e4d84ac6b325bb369575bdfc6eea
233Size (normalize-line-endings-0.3.0.crate) = 5737 bytes 230Size (normalize-line-endings-0.3.0.crate) = 5737 bytes
234BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf 231BLAKE2s (num-traits-0.2.14.crate) = 48d2aaed24229916ffd8a1ad6afe298ae4004fe76bde2ec2126bbce91485bbcf
235SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e 232SHA512 (num-traits-0.2.14.crate) = c3028eca9f7b718de0db3a36cf3e462bdba43562d52c9b809ed4cc0aa6af403aea542d6d4da743cd1dd541397815a3c5a84cef4d6e40122994e4be6a62319b2e
236Size (num-traits-0.2.14.crate) = 45476 bytes 233Size (num-traits-0.2.14.crate) = 45476 bytes
237BLAKE2s (num_cpus-1.16.0.crate) = 11a89cd1f1f0b340ea987cabf254c5e81cacd02bec2643a17a7ba94b3a7503f4 
238SHA512 (num_cpus-1.16.0.crate) = a75863afc4a563e63c64d06471c7921615355d98011ea9497b1f1a7dac2bdfc876509136018e8062ac38575ccf476a196d1fd9231e09e90017333bbf2df4615d 
239Size (num_cpus-1.16.0.crate) = 15713 bytes 
240BLAKE2s (number_prefix-0.4.0.crate) = e2e6caf7fd792ec56ec5665184ed1b66469de944c998ee8e0eee92eb0f7105b5 234BLAKE2s (number_prefix-0.4.0.crate) = e2e6caf7fd792ec56ec5665184ed1b66469de944c998ee8e0eee92eb0f7105b5
241SHA512 (number_prefix-0.4.0.crate) = a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df 235SHA512 (number_prefix-0.4.0.crate) = a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df
242Size (number_prefix-0.4.0.crate) = 6922 bytes 236Size (number_prefix-0.4.0.crate) = 6922 bytes
243BLAKE2s (once_cell-1.19.0.crate) = a64a2331693b4389e1ee79eb9bdb3493c4cfe3568e532ff9d4e2ec04a491a132 237BLAKE2s (once_cell-1.19.0.crate) = a64a2331693b4389e1ee79eb9bdb3493c4cfe3568e532ff9d4e2ec04a491a132
244SHA512 (once_cell-1.19.0.crate) = 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c 238SHA512 (once_cell-1.19.0.crate) = 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c
245Size (once_cell-1.19.0.crate) = 33046 bytes 239Size (once_cell-1.19.0.crate) = 33046 bytes
246BLAKE2s (oorandom-11.1.3.crate) = c0d14acf22446baea9e4176c4b8bfd89e852e7b293c251606a59346ed7a23f81 240BLAKE2s (oorandom-11.1.3.crate) = c0d14acf22446baea9e4176c4b8bfd89e852e7b293c251606a59346ed7a23f81
247SHA512 (oorandom-11.1.3.crate) = 51ae60ef51da56d7673f36a6c5b99b743580c5f5be54fdcb54b69e5e2f6bbba3267f96b74e7cd6dee6962dfa6696fd9ed073f22726a2861b8f2601946a8efab9 241SHA512 (oorandom-11.1.3.crate) = 51ae60ef51da56d7673f36a6c5b99b743580c5f5be54fdcb54b69e5e2f6bbba3267f96b74e7cd6dee6962dfa6696fd9ed073f22726a2861b8f2601946a8efab9
248Size (oorandom-11.1.3.crate) = 10068 bytes 242Size (oorandom-11.1.3.crate) = 10068 bytes
249BLAKE2s (openssl-src-111.26.0+1.1.1u.crate) = 917e12d7b0f7648b9e437911ffc05a7ee8e49f853723b77451f431a7d8a1ccd4 243BLAKE2s (openssl-src-111.26.0+1.1.1u.crate) = 917e12d7b0f7648b9e437911ffc05a7ee8e49f853723b77451f431a7d8a1ccd4
250SHA512 (openssl-src-111.26.0+1.1.1u.crate) = b5f663e3a05a620d75d587c69cbdaf316f9c4243f013bc6e5f4be812e4bea1b67a2b01ccb4575d9b7242b9900e106eba71f732afcdba47f82c8bfa570d258b5d 244SHA512 (openssl-src-111.26.0+1.1.1u.crate) = b5f663e3a05a620d75d587c69cbdaf316f9c4243f013bc6e5f4be812e4bea1b67a2b01ccb4575d9b7242b9900e106eba71f732afcdba47f82c8bfa570d258b5d
251Size (openssl-src-111.26.0+1.1.1u.crate) = 5110372 bytes 245Size (openssl-src-111.26.0+1.1.1u.crate) = 5110372 bytes
252BLAKE2s (openssl-sys-0.9.61.crate) = 5697586fc4d355cabc0b974657af26e7dc860a31ab10bd2e5f031c48f2f17734 246BLAKE2s (openssl-sys-0.9.61.crate) = 5697586fc4d355cabc0b974657af26e7dc860a31ab10bd2e5f031c48f2f17734
253SHA512 (openssl-sys-0.9.61.crate) = 0ef36b2483163af083465ba9e84586ac0c2068285a8b3f1ad1e6a2831361722132d1d008791d969be669ab1131500416852813bb431307a484c1a277b5ab9abd 247SHA512 (openssl-sys-0.9.61.crate) = 0ef36b2483163af083465ba9e84586ac0c2068285a8b3f1ad1e6a2831361722132d1d008791d969be669ab1131500416852813bb431307a484c1a277b5ab9abd
254Size (openssl-sys-0.9.61.crate) = 52010 bytes 248Size (openssl-sys-0.9.61.crate) = 52010 bytes
255BLAKE2s (os_pipe-1.1.4.crate) = 895762733b0ca62d5435d0366cbfb5ea77d0d42870310ed98f8f7bd3efc5cd1e 249BLAKE2s (os_pipe-1.1.4.crate) = 895762733b0ca62d5435d0366cbfb5ea77d0d42870310ed98f8f7bd3efc5cd1e
256SHA512 (os_pipe-1.1.4.crate) = 8568008e30fdc47c1c89f7368654d26407fb6594cd89e2b85786c875d9dd99e77ed2bb84d281351072670e2dfe7a952d6251c6fb4d111ebe6a63cb34942b6aa3 250SHA512 (os_pipe-1.1.4.crate) = 8568008e30fdc47c1c89f7368654d26407fb6594cd89e2b85786c875d9dd99e77ed2bb84d281351072670e2dfe7a952d6251c6fb4d111ebe6a63cb34942b6aa3
257Size (os_pipe-1.1.4.crate) = 11436 bytes 251Size (os_pipe-1.1.4.crate) = 11436 bytes
258BLAKE2s (palette-0.7.3.crate) = 238c66f2e7c46a59b461a5888aeafc9ff54b8926a26737cc83ea8ab114d7cc7e 252BLAKE2s (palette-0.7.4.crate) = 87c0a40adf69f87ca40e3cf754b3dfd688e8f52c60334a222efebbd3cac99fb3
259SHA512 (palette-0.7.3.crate) = 7fcfb59b4b3adf6d6041fc72767c23c235351571864a11101a294892135b056acdf52b353425d8701f6ea26605ad3e678855498eb38a4d980af4721a622691a0 253SHA512 (palette-0.7.4.crate) = 6991d7320396c50623f5538d3a116eb91a5d98454f91ea4e90b074767f5f058b32c8c14f8dc35f98bfbea1e591068f2b460a0f1c680e57ff103b894236853e19
260Size (palette-0.7.3.crate) = 208590 bytes 254Size (palette-0.7.4.crate) = 203804 bytes
261BLAKE2s (palette_derive-0.7.3.crate) = 32aedc961d9ba62df9abf397080f77c6402b1798a31e8a106527751febebb63d 255BLAKE2s (palette_derive-0.7.4.crate) = d1bfa0e9d5fbb3928d500e12659750d75e6795081002ff4b4caaf2145603b9a1
262SHA512 (palette_derive-0.7.3.crate) = 6a3d4d056e3f64aad47a547504599e61756ea785a9583d9ef977f974036dc0a1e333380fa5b8abc88d5cc16c3efc18dd93102fd54f86087c8d0694ceafe7426b 256SHA512 (palette_derive-0.7.4.crate) = b3f7cc5169a2f2c220c10c251c6ff71a2404796771c3329dc19c3aaecae46223e62a4e426b1afc59e9265237145db4d3d6ce42823e97d231e51a7d43589649e4
263Size (palette_derive-0.7.3.crate) = 14344 bytes 257Size (palette_derive-0.7.4.crate) = 14371 bytes
264BLAKE2s (partition-identity-0.3.0.crate) = 054e762c7c0d7e1ef37b0f79be8448640b45335438b8286ebe68a1de17e8752f 258BLAKE2s (partition-identity-0.3.0.crate) = 054e762c7c0d7e1ef37b0f79be8448640b45335438b8286ebe68a1de17e8752f
265SHA512 (partition-identity-0.3.0.crate) = 153843ea6c6a76fed350a24fad206304aa88f66755737c50b9f17bea3be434b7fe8940fdb8e31d43415accd4435c6b0c16f5ffcb5d5a1da72cdb8056c7b66bdb 259SHA512 (partition-identity-0.3.0.crate) = 153843ea6c6a76fed350a24fad206304aa88f66755737c50b9f17bea3be434b7fe8940fdb8e31d43415accd4435c6b0c16f5ffcb5d5a1da72cdb8056c7b66bdb
266Size (partition-identity-0.3.0.crate) = 6711 bytes 260Size (partition-identity-0.3.0.crate) = 6711 bytes
267BLAKE2s (percent-encoding-2.3.1.crate) = 8594a9f1915da7ce4063312903905c640ff52cd3a0361bebc09357eee53aac26 261BLAKE2s (percent-encoding-2.3.1.crate) = 8594a9f1915da7ce4063312903905c640ff52cd3a0361bebc09357eee53aac26
268SHA512 (percent-encoding-2.3.1.crate) = 5951ea8315e52cf3acfbaa023cb9e13a136b114c54a7da0bd44619ae24cd2159d4a96469d7572a2fdabd94e19513a033387117d7ca81d0eb409fb383e4acda44 262SHA512 (percent-encoding-2.3.1.crate) = 5951ea8315e52cf3acfbaa023cb9e13a136b114c54a7da0bd44619ae24cd2159d4a96469d7572a2fdabd94e19513a033387117d7ca81d0eb409fb383e4acda44
269Size (percent-encoding-2.3.1.crate) = 10235 bytes 263Size (percent-encoding-2.3.1.crate) = 10235 bytes
270BLAKE2s (phf-0.11.2.crate) = 331cfe8a083739796742daa289758e91070388cbb40420771272aeebfb94ec21 264BLAKE2s (phf-0.11.2.crate) = 331cfe8a083739796742daa289758e91070388cbb40420771272aeebfb94ec21
271SHA512 (phf-0.11.2.crate) = 97752bfb44f3d1f9347b4ccfb6fa2fb80b3263d6f67aa703c52ae90d693c537a0db878acef828c79bd4c41e8f7ca0ea45588dee073d12c9bb0f2980c511b65b4 265SHA512 (phf-0.11.2.crate) = 97752bfb44f3d1f9347b4ccfb6fa2fb80b3263d6f67aa703c52ae90d693c537a0db878acef828c79bd4c41e8f7ca0ea45588dee073d12c9bb0f2980c511b65b4
272Size (phf-0.11.2.crate) = 21569 bytes 266Size (phf-0.11.2.crate) = 21569 bytes
273BLAKE2s (phf_generator-0.11.2.crate) = 1967e812a3ddbdd30fb9fb8cc9653e0ce9e1c171305024bbbc30b5bf3fd86f19 267BLAKE2s (phf_generator-0.11.2.crate) = 1967e812a3ddbdd30fb9fb8cc9653e0ce9e1c171305024bbbc30b5bf3fd86f19
274SHA512 (phf_generator-0.11.2.crate) = 122ee5ddb1f65f386d35e438396eafb7c9f2b1254daa11aefe0a6a45aa0662190c0b7fce32b6e003b04d022e60c2af4e355f995d5ddbd1b58df93eedacb809b3 268SHA512 (phf_generator-0.11.2.crate) = 122ee5ddb1f65f386d35e438396eafb7c9f2b1254daa11aefe0a6a45aa0662190c0b7fce32b6e003b04d022e60c2af4e355f995d5ddbd1b58df93eedacb809b3
275Size (phf_generator-0.11.2.crate) = 14190 bytes 269Size (phf_generator-0.11.2.crate) = 14190 bytes
276BLAKE2s (phf_macros-0.11.2.crate) = 5e1b1f9c341699414fdd27060903b74028c7d218c0cb97c9a9468c236701cf79 270BLAKE2s (phf_macros-0.11.2.crate) = 5e1b1f9c341699414fdd27060903b74028c7d218c0cb97c9a9468c236701cf79
@@ -305,32 +299,32 @@ SHA512 (proc-mounts-0.3.0.crate) = c66ae @@ -305,32 +299,32 @@ SHA512 (proc-mounts-0.3.0.crate) = c66ae
305Size (proc-mounts-0.3.0.crate) = 8363 bytes 299Size (proc-mounts-0.3.0.crate) = 8363 bytes
306BLAKE2s (quick-xml-0.31.0.crate) = 7d3ee642fdfa591be5906f2a317d7b2864169903b405058aca1efbb57546ede1 300BLAKE2s (quick-xml-0.31.0.crate) = 7d3ee642fdfa591be5906f2a317d7b2864169903b405058aca1efbb57546ede1
307SHA512 (quick-xml-0.31.0.crate) = 9b1f4f9c32694ccb244938a9a4e9373c3902314afb6af5d2f6b1be55e5ec63fee5cf1085f8f32161570cc10fdd96f3375c7564b1d884bb152542b86593f175de 301SHA512 (quick-xml-0.31.0.crate) = 9b1f4f9c32694ccb244938a9a4e9373c3902314afb6af5d2f6b1be55e5ec63fee5cf1085f8f32161570cc10fdd96f3375c7564b1d884bb152542b86593f175de
308Size (quick-xml-0.31.0.crate) = 172236 bytes 302Size (quick-xml-0.31.0.crate) = 172236 bytes
309BLAKE2s (quote-1.0.33.crate) = ef2fafb12d5a6d83190b418b603c391017c0480b072b8f4eefe8cb0d767b395c 303BLAKE2s (quote-1.0.33.crate) = ef2fafb12d5a6d83190b418b603c391017c0480b072b8f4eefe8cb0d767b395c
310SHA512 (quote-1.0.33.crate) = c1e76c3c017e8554eebe309f8167fd56fce931981c06798aa85a0cc6d64a9cba6ab103f5a1324e69c6f9ca5dc47a8e31ff2e847850542748697afcd265b5939c 304SHA512 (quote-1.0.33.crate) = c1e76c3c017e8554eebe309f8167fd56fce931981c06798aa85a0cc6d64a9cba6ab103f5a1324e69c6f9ca5dc47a8e31ff2e847850542748697afcd265b5939c
311Size (quote-1.0.33.crate) = 28090 bytes 305Size (quote-1.0.33.crate) = 28090 bytes
312BLAKE2s (rand-0.8.5.crate) = 12fbacd2e6f4743eb56bf132865ad6d2c58d567f1c689fd646b488b863b9eb38 306BLAKE2s (rand-0.8.5.crate) = 12fbacd2e6f4743eb56bf132865ad6d2c58d567f1c689fd646b488b863b9eb38
313SHA512 (rand-0.8.5.crate) = 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 307SHA512 (rand-0.8.5.crate) = 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2
314Size (rand-0.8.5.crate) = 87113 bytes 308Size (rand-0.8.5.crate) = 87113 bytes
315BLAKE2s (rand_core-0.6.4.crate) = 0d23245a02d2c434b28af3a0ef8fe79b824ac79a8fb84f1c90a68a5bf5bfb6a6 309BLAKE2s (rand_core-0.6.4.crate) = 0d23245a02d2c434b28af3a0ef8fe79b824ac79a8fb84f1c90a68a5bf5bfb6a6
316SHA512 (rand_core-0.6.4.crate) = 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 310SHA512 (rand_core-0.6.4.crate) = 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79
317Size (rand_core-0.6.4.crate) = 22666 bytes 311Size (rand_core-0.6.4.crate) = 22666 bytes
318BLAKE2s (rayon-1.7.0.crate) = b50186fe0ad931c3728cd6558535ee566c51f5b50b8da6128d7c72372be0f33c 312BLAKE2s (rayon-1.8.1.crate) = 2b1cccf3355172adffc48ad2dfaec9d651fe5a69a221e28d157d934cd2036c89
319SHA512 (rayon-1.7.0.crate) = d999c811b701d0aa4e547234bdc20a7df56728e142c4aa882bae081b7b057e8c3a72f4a62fb35535e57501e8c2ba7ff072068b59d6b5374e9ca6bb66cc0984d3 313SHA512 (rayon-1.8.1.crate) = a83304be8334f5aa1c63468ddc749d8e8124c6947f1472320ba0bd4351c9ae582dba31ff369e9efdafdab439571fbf91b497c2370ec15406cfa810f5161cfb32
320Size (rayon-1.7.0.crate) = 169488 bytes 314Size (rayon-1.8.1.crate) = 170448 bytes
321BLAKE2s (rayon-core-1.11.0.crate) = a2e17d5e4876a34a8f1661d85121c4c6195e5ec65f907d37108ea97118d8bb7a 315BLAKE2s (rayon-core-1.12.1.crate) = 2402c16b62f8a112b43da9ab8c91e8b00bd22cd9252ea12dae77079bef92c16f
322SHA512 (rayon-core-1.11.0.crate) = 00ac782f49d688da90e823980e83b5ccd858f93769e2d801061fdef78728cff37d3a9fa4fd47a5cddb058f28f3289de349f8c8fdd94fa2f8c400d73bc4529800 316SHA512 (rayon-core-1.12.1.crate) = 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e
323Size (rayon-core-1.11.0.crate) = 73118 bytes 317Size (rayon-core-1.12.1.crate) = 70701 bytes
324BLAKE2s (redox_syscall-0.1.57.crate) = c33bb6b3a25827502e10395591aa77cc23e438ba30a90682c9108b776db3dbbb 318BLAKE2s (redox_syscall-0.1.57.crate) = c33bb6b3a25827502e10395591aa77cc23e438ba30a90682c9108b776db3dbbb
325SHA512 (redox_syscall-0.1.57.crate) = c6e187087060084b7173ed0d9d0e982e4259d4f76522112268c02ff20751382e3bc8e119da6153170f5c54bd5b9cb028910f2f85c1c842099205dccd44659184 319SHA512 (redox_syscall-0.1.57.crate) = c6e187087060084b7173ed0d9d0e982e4259d4f76522112268c02ff20751382e3bc8e119da6153170f5c54bd5b9cb028910f2f85c1c842099205dccd44659184
326Size (redox_syscall-0.1.57.crate) = 17087 bytes 320Size (redox_syscall-0.1.57.crate) = 17087 bytes
327BLAKE2s (redox_syscall-0.3.5.crate) = 14cabe779c177678c10653eb7f0e52774e34069533c08c450d1797357f5086fe 321BLAKE2s (redox_syscall-0.3.5.crate) = 14cabe779c177678c10653eb7f0e52774e34069533c08c450d1797357f5086fe
328SHA512 (redox_syscall-0.3.5.crate) = 16f8f4766932bb54e4740cfdb4f0802f76246c0bf88c1d76c69c115949b124b625d8c3b85d8947073c2e9544f425aa16c10f71fabe3c03d29e424c47fe4ccdde 322SHA512 (redox_syscall-0.3.5.crate) = 16f8f4766932bb54e4740cfdb4f0802f76246c0bf88c1d76c69c115949b124b625d8c3b85d8947073c2e9544f425aa16c10f71fabe3c03d29e424c47fe4ccdde
329Size (redox_syscall-0.3.5.crate) = 23404 bytes 323Size (redox_syscall-0.3.5.crate) = 23404 bytes
330BLAKE2s (regex-1.9.5.crate) = 579fabc6b77cdf5dcfb31e4c4ebd25b9ff6ca1e34162f14185dcf2f5eac57161 324BLAKE2s (regex-1.9.5.crate) = 579fabc6b77cdf5dcfb31e4c4ebd25b9ff6ca1e34162f14185dcf2f5eac57161
331SHA512 (regex-1.9.5.crate) = 79b921edc977dc98bd07e89dc17873c8a1088473ddf941504973259bb8c46ad11bbe3818fb88a7ed07b86841206c322a9555033d0a5dfebb18fcae45e07ea53e 325SHA512 (regex-1.9.5.crate) = 79b921edc977dc98bd07e89dc17873c8a1088473ddf941504973259bb8c46ad11bbe3818fb88a7ed07b86841206c322a9555033d0a5dfebb18fcae45e07ea53e
332Size (regex-1.9.5.crate) = 253883 bytes 326Size (regex-1.9.5.crate) = 253883 bytes
333BLAKE2s (regex-automata-0.3.8.crate) = 3ab545b8cd0438d7765990786b3498aa30077aefb86443d889b8a8c4e9b39c32 327BLAKE2s (regex-automata-0.3.8.crate) = 3ab545b8cd0438d7765990786b3498aa30077aefb86443d889b8a8c4e9b39c32
334SHA512 (regex-automata-0.3.8.crate) = 47ad01be2c51fd510576e14f399b7f30d379a2cce2dbef3af4ee3e609859451082885132ae703c810e2b19bb3716976356e057a1a592ed507146aff9e7138dac 328SHA512 (regex-automata-0.3.8.crate) = 47ad01be2c51fd510576e14f399b7f30d379a2cce2dbef3af4ee3e609859451082885132ae703c810e2b19bb3716976356e057a1a592ed507146aff9e7138dac
335Size (regex-automata-0.3.8.crate) = 610113 bytes 329Size (regex-automata-0.3.8.crate) = 610113 bytes
336BLAKE2s (regex-syntax-0.7.5.crate) = 5119a5eebce120fd28155f42907d81786841400ec6fa53a34facd0c2cdcd760e 330BLAKE2s (regex-syntax-0.7.5.crate) = 5119a5eebce120fd28155f42907d81786841400ec6fa53a34facd0c2cdcd760e
@@ -338,29 +332,26 @@ SHA512 (regex-syntax-0.7.5.crate) = 6388 @@ -338,29 +332,26 @@ SHA512 (regex-syntax-0.7.5.crate) = 6388
338Size (regex-syntax-0.7.5.crate) = 343366 bytes 332Size (regex-syntax-0.7.5.crate) = 343366 bytes
339BLAKE2s (rustix-0.38.21.crate) = d8ce83ae9f81da588e09223b413aa84790e2bb20a0c59bece6f9957e7cf25c1f 333BLAKE2s (rustix-0.38.21.crate) = d8ce83ae9f81da588e09223b413aa84790e2bb20a0c59bece6f9957e7cf25c1f
340SHA512 (rustix-0.38.21.crate) = f3b147706e1befb9d743bb57c7f8dc0a1ca8f244ed98069dfc757ee9d7281f097531bf7d1028d21ac798ee27bfb07b2ea6ac395dd0bc6caef4647fac88669833 334SHA512 (rustix-0.38.21.crate) = f3b147706e1befb9d743bb57c7f8dc0a1ca8f244ed98069dfc757ee9d7281f097531bf7d1028d21ac798ee27bfb07b2ea6ac395dd0bc6caef4647fac88669833
341Size (rustix-0.38.21.crate) = 358962 bytes 335Size (rustix-0.38.21.crate) = 358962 bytes
342BLAKE2s (ryu-1.0.15.crate) = 9cd8b57860ba906eaae35b47878818e4e574fb5463963cb95a0134a0acae6eee 336BLAKE2s (ryu-1.0.15.crate) = 9cd8b57860ba906eaae35b47878818e4e574fb5463963cb95a0134a0acae6eee
343SHA512 (ryu-1.0.15.crate) = 4655b5647f919082a9b84b889539ae7fb23a1201057cf280efe79c58cb5f040864efb7812cda5021bf6d34838a15d173ac8bdb0fb9fa2dba85173d3efa5a826b 337SHA512 (ryu-1.0.15.crate) = 4655b5647f919082a9b84b889539ae7fb23a1201057cf280efe79c58cb5f040864efb7812cda5021bf6d34838a15d173ac8bdb0fb9fa2dba85173d3efa5a826b
344Size (ryu-1.0.15.crate) = 46906 bytes 338Size (ryu-1.0.15.crate) = 46906 bytes
345BLAKE2s (safemem-0.3.3.crate) = 9e95bb1ce12973d1fe5e7a9aab2537305695ac840d4bda7d78784b742c87e29a 339BLAKE2s (safemem-0.3.3.crate) = 9e95bb1ce12973d1fe5e7a9aab2537305695ac840d4bda7d78784b742c87e29a
346SHA512 (safemem-0.3.3.crate) = 2e4852ca91160f9f1e764b75145d794726a5f6c162cc99ecbf9cae20474a06cb3a0dfc245b895c51342240f6875423010b33e36d038b8b419a37e4820a9caf72 340SHA512 (safemem-0.3.3.crate) = 2e4852ca91160f9f1e764b75145d794726a5f6c162cc99ecbf9cae20474a06cb3a0dfc245b895c51342240f6875423010b33e36d038b8b419a37e4820a9caf72
347Size (safemem-0.3.3.crate) = 7778 bytes 341Size (safemem-0.3.3.crate) = 7778 bytes
348BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6 342BLAKE2s (same-file-1.0.6.crate) = 1a9b3bb2a767c4e3a7537b2fd8daaa2afc113e6bdaa27a25d2eefff59e7600d6
349SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c 343SHA512 (same-file-1.0.6.crate) = 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c
350Size (same-file-1.0.6.crate) = 10183 bytes 344Size (same-file-1.0.6.crate) = 10183 bytes
351BLAKE2s (scoped_threadpool-0.1.9.crate) = df94e6952fdc6f3e36bbe8ee6451835aec0553ccef54f8e43dd9b07508b91e72 
352SHA512 (scoped_threadpool-0.1.9.crate) = df8034b347fb489735895d75e5489c264aea1b50f46a8dd512963df05cb9ba9274317b26aeca63b9b4edcf792e796659bad435ad3f3446cb397340e2bf0a5f33 
353Size (scoped_threadpool-0.1.9.crate) = 7800 bytes 
354BLAKE2s (scopeguard-1.2.0.crate) = 4daf97de7fabaf7fe5ba6000f7132a46cc0bab2a297127580d9ac127d0a8fcec 345BLAKE2s (scopeguard-1.2.0.crate) = 4daf97de7fabaf7fe5ba6000f7132a46cc0bab2a297127580d9ac127d0a8fcec
355SHA512 (scopeguard-1.2.0.crate) = 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb 346SHA512 (scopeguard-1.2.0.crate) = 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb
356Size (scopeguard-1.2.0.crate) = 11619 bytes 347Size (scopeguard-1.2.0.crate) = 11619 bytes
357BLAKE2s (serde-1.0.188.crate) = c291569107afdad54abf7964ecc7fb793b421c72157d2fd6a1c124b789bc9a33 348BLAKE2s (serde-1.0.188.crate) = c291569107afdad54abf7964ecc7fb793b421c72157d2fd6a1c124b789bc9a33
358SHA512 (serde-1.0.188.crate) = 7d42ce834bcd1034f8ccbcd6646cc93f8e189e344f29f4d7b0ab148ba11ce7848d0ab986dce7a0245fcd6893243f5768f7bc0ca9c24c75c53585ecc899d312d2 349SHA512 (serde-1.0.188.crate) = 7d42ce834bcd1034f8ccbcd6646cc93f8e189e344f29f4d7b0ab148ba11ce7848d0ab986dce7a0245fcd6893243f5768f7bc0ca9c24c75c53585ecc899d312d2
359Size (serde-1.0.188.crate) = 76230 bytes 350Size (serde-1.0.188.crate) = 76230 bytes
360BLAKE2s (serde_derive-1.0.188.crate) = a06cee7680c36c94c809fe2af78cc56d1f3fa34b1b6d93a7a68a76a3d7c0c268 351BLAKE2s (serde_derive-1.0.188.crate) = a06cee7680c36c94c809fe2af78cc56d1f3fa34b1b6d93a7a68a76a3d7c0c268
361SHA512 (serde_derive-1.0.188.crate) = fa9132a319f7829e6afad65289031be99255466d76270875d9d81f82f63e53592eaef5452d0df38da92e9d0b6f2b37e91026635fff4bf597b0ae662b71b5eff0 352SHA512 (serde_derive-1.0.188.crate) = fa9132a319f7829e6afad65289031be99255466d76270875d9d81f82f63e53592eaef5452d0df38da92e9d0b6f2b37e91026635fff4bf597b0ae662b71b5eff0
362Size (serde_derive-1.0.188.crate) = 55563 bytes 353Size (serde_derive-1.0.188.crate) = 55563 bytes
363BLAKE2s (serde_json-1.0.107.crate) = 00db8cb322827f0f56b780be5ed8f4d01311b0a530a3cc9e1330c6a4d6771ada 354BLAKE2s (serde_json-1.0.107.crate) = 00db8cb322827f0f56b780be5ed8f4d01311b0a530a3cc9e1330c6a4d6771ada
364SHA512 (serde_json-1.0.107.crate) = ecd4ef86538df402f2a397cb86c5b4b277a9a43d742e2af3d51ab5ac0ba31c677bfc72db06c10f8abbc970ee41d5f77d758f1f70ea18495d96bf78cb7d66c2bc 355SHA512 (serde_json-1.0.107.crate) = ecd4ef86538df402f2a397cb86c5b4b277a9a43d742e2af3d51ab5ac0ba31c677bfc72db06c10f8abbc970ee41d5f77d758f1f70ea18495d96bf78cb7d66c2bc
365Size (serde_json-1.0.107.crate) = 146458 bytes 356Size (serde_json-1.0.107.crate) = 146458 bytes
366BLAKE2s (serde_spanned-0.6.5.crate) = 2b21fb88f61f4471f483136de80803d9aa4305a29461234d333a7058694b12e5 357BLAKE2s (serde_spanned-0.6.5.crate) = 2b21fb88f61f4471f483136de80803d9aa4305a29461234d333a7058694b12e5

cvs diff -r1.9 -r1.10 pkgsrc/sysutils/eza/files/eza.1 (expand / switch to unified diff)

--- pkgsrc/sysutils/eza/files/eza.1 2023/12/30 03:08:48 1.9
+++ pkgsrc/sysutils/eza/files/eza.1 2024/02/13 10:09:18 1.10
@@ -1,447 +1,457 @@ @@ -1,447 +1,457 @@
1.\" Automatically generated by Pandoc 3.0.1 1.nh
2.\" 2.TH eza(1) $version
3.\" Define V font for inline verbatim, using C font in formats 3
4.\" that render this, and otherwise B font. 
5.ie "\f[CB]x\f[]"x" \{\ 
6. ftr V B 
7. ftr VI BI 
8. ftr VB B 
9. ftr VBI BI 
10.\} 
11.el \{\ 
12. ftr V CR 
13. ftr VI CI 
14. ftr VB CB 
15. ftr VBI CBI 
16.\} 
17.TH "eza" "1" "" "$version" "" 
18.hy 
19.SH NAME 4.SH NAME
20.PP 5.PP
21eza \[em] a modern replacement for ls 6eza — a modern replacement for ls
 7
 8
22.SH SYNOPSIS 9.SH SYNOPSIS
23.PP 10.PP
24\f[V]eza [options] [files...]\f[R] 11\fBeza [options] [files...]\fR
 12
25.PP 13.PP
26\f[B]eza\f[R] is a modern replacement for \f[V]ls\f[R]. 14\fBeza\fP is a modern replacement for \fBls\fR\&.
27It uses colours for information by default, helping you distinguish 15It uses colours for information by default, helping you distinguish between many types of files, such as whether you are the owner, or in the owning group.
28between many types of files, such as whether you are the owner, or in 16
29the owning group. 17.PP
30.PP 18It also has extra features not present in the original \fBls\fR, such as viewing the Git status for a directory, or recursing into directories with a tree view.
31It also has extra features not present in the original \f[V]ls\f[R], 19
32such as viewing the Git status for a directory, or recursing into 20
33directories with a tree view. 
34.SH EXAMPLES 21.SH EXAMPLES
35.TP 22.TP
36\f[V]eza\f[R] 23\fBeza\fR
37Lists the contents of the current directory in a grid. 24Lists the contents of the current directory in a grid.
 25
38.TP 26.TP
39\f[V]eza --oneline --reverse --sort=size\f[R] 27\fBeza --oneline --reverse --sort=size\fR
40Displays a list of files with the largest at the top. 28Displays a list of files with the largest at the top.
 29
41.TP 30.TP
42\f[V]eza --long --header --inode --git\f[R] 31\fBeza --long --header --inode --git\fR
43Displays a table of files with a header, showing each file\[cq]s 32Displays a table of files with a header, showing each file’s metadata, inode, and Git status.
44metadata, inode, and Git status. 33
45.TP 34.TP
46\f[V]eza --long --tree --level=3\f[R] 35\fBeza --long --tree --level=3\fR
47Displays a tree of files, three levels deep, as well as each file\[cq]s 36Displays a tree of files, three levels deep, as well as each file’s metadata.
48metadata. 37
 38
49.SH META OPTIONS 39.SH META OPTIONS
50.TP 40.TP
51\f[V]--help\f[R] 41\fB--help\fR
52Show list of command-line options. 42Show list of command-line options.
 43
53.TP 44.TP
54\f[V]-v\f[R], \f[V]--version\f[R] 45\fB-v\fR, \fB--version\fR
55Show version of eza. 46Show version of eza.
 47
 48
56.SH DISPLAY OPTIONS 49.SH DISPLAY OPTIONS
57.TP 50.TP
58\f[V]-1\f[R], \f[V]--oneline\f[R] 51\fB-1\fR, \fB--oneline\fR
59Display one entry per line. 52Display one entry per line.
 53
60.TP 54.TP
61\f[V]-F\f[R], \f[V]--classify\f[R] 55\fB-F\fR, \fB--classify=WHEN\fR
62Display file kind indicators next to file names. 56Display file kind indicators next to file names.
 57
 58.PP
 59Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (or ‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
 60The default value is ‘\fBautomatic\fR’.
 61
 62.PP
 63The default behavior (\fBautomatic\fR or \fBauto\fR) will display file kind indicators only when the standard output is connected to a real terminal. If \fBeza\fR is ran while in a \fBtty\fR, or the output of \fBeza\fR is either redirected to a file or piped into another program, file kind indicators will not be used. Setting this option to ‘\fBalways\fR’ causes \fBeza\fR to always display file kind indicators, while ‘\fBnever\fR’ disables the use of file kind indicators.
 64
63.TP 65.TP
64\f[V]-G\f[R], \f[V]--grid\f[R] 66\fB-G\fR, \fB--grid\fR
65Display entries as a grid (default). 67Display entries as a grid (default).
 68
66.TP 69.TP
67\f[V]-l\f[R], \f[V]--long\f[R] 70\fB-l\fR, \fB--long\fR
68Display extended file metadata as a table. 71Display extended file metadata as a table.
 72
69.TP 73.TP
70\f[V]-R\f[R], \f[V]--recurse\f[R] 74\fB-R\fR, \fB--recurse\fR
71Recurse into directories. 75Recurse into directories.
 76
72.TP 77.TP
73\f[V]-T\f[R], \f[V]--tree\f[R] 78\fB-T\fR, \fB--tree\fR
74Recurse into directories as a tree. 79Recurse into directories as a tree.
 80
75.TP 81.TP
76\f[V]-X\f[R], \f[V]--dereference\f[R] 82\fB-X\fR, \fB--dereference\fR
77Dereference symbolic links when displaying information. 83Dereference symbolic links when displaying information.
 84
78.TP 85.TP
79\f[V]-x\f[R], \f[V]--across\f[R] 86\fB-x\fR, \fB--across\fR
80Sort the grid across, rather than downwards. 87Sort the grid across, rather than downwards.
 88
81.TP 89.TP
82\f[V]--color=WHEN\f[R], \f[V]--colour=WHEN\f[R] 90\fB--color=WHEN\fR, \fB--colour=WHEN\fR
83When to use terminal colours (using ANSI escape code to colorize the 91When to use terminal colours (using ANSI escape code to colorize the output).
84output). 92
85.PP 93.PP
86Valid settings are `\f[V]always\f[R]', `\f[V]automatic\f[R]' (or 94Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (or ‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
87`\f[V]auto\f[R]' for short), and `\f[V]never\f[R]'. 95The default value is ‘\fBautomatic\fR’.
88The default value is `\f[V]automatic\f[R]'. 96
89.PP 
90The default behavior (`\f[V]automatic\f[R]' or `\f[V]auto\f[R]') is to 
91colorize the output only when the standard output is connected to a real 
92terminal. 
93If the output of \f[V]eza\f[R] is redirected to a file or piped into 
94another program, terminal colors will not be used. 
95Setting this option to `\f[V]always\f[R]' causes \f[V]eza\f[R] to always 
96output terminal color, while `\f[V]never\f[R]' disables the use of 
97terminal color. 
98.PP 97.PP
99Manually setting this option overrides \f[V]NO_COLOR\f[R] environment. 98The default behavior (‘\fBautomatic\fR’ or ‘\fBauto\fR’) is to colorize the output only when the standard output is connected to a real terminal. If the output of \fBeza\fR is redirected to a file or piped into another program, terminal colors will not be used. Setting this option to ‘\fBalways\fR’ causes \fBeza\fR to always output terminal color, while ‘\fBnever\fR’ disables the use of terminal color.
 99
 100.PP
 101Manually setting this option overrides \fBNO_COLOR\fR environment.
 102
100.TP 103.TP
101\f[V]--color-scale\f[R], \f[V]--colour-scale\f[R] 104\fB--color-scale\fR, \fB--colour-scale\fR
102highlight levels of \f[V]field\f[R] distinctly. 105highlight levels of \fBfield\fR distinctly.
103Use comma(,) separated list of all, age, size 106Use comma(,) separated list of all, age, size
 107
104.TP 108.TP
105\f[V]--color-scale-mode\f[R], \f[V]--colour-scale-mode\f[R] 109\fB--color-scale-mode\fR, \fB--colour-scale-mode\fR
106Use gradient or fixed colors in \f[V]--color-scale\f[R]. 110Use gradient or fixed colors in \fB--color-scale\fR\&.
 111
107.PP 112.PP
108Valid options are \f[V]fixed\f[R] or \f[V]gradient\f[R]. 113Valid options are \fBfixed\fR or \fBgradient\fR\&.
109The default value is \f[V]gradient\f[R]. 114The default value is \fBgradient\fR\&.
 115
110.TP 116.TP
111\f[V]--icons=WHEN\f[R] 117\fB--icons=WHEN\fR
112Display icons next to file names. 118Display icons next to file names.
 119
 120.PP
 121Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
 122The default value is ‘\fBautomatic\fR’.
 123
113.PP 124.PP
114Valid settings are `\f[V]always\f[R]', `\f[V]automatic\f[R]' 125\fBautomatic\fR or \fBauto\fR will display icons only when the standard output is connected to a real terminal. If \fBeza\fR is ran while in a \fBtty\fR, or the output of \fBeza\fR is either redirected to a file or piped into another program, icons will not be used. Setting this option to ‘\fBalways\fR’ causes \fBeza\fR to always display icons, while ‘\fBnever\fR’ disables the use of icons.
115(`\f[V]auto\f[R]' for short), and `\f[V]never\f[R]'. 126
116The default value is `\f[V]automatic\f[R]'. 
117.PP 
118\f[V]automatic\f[R] or \f[V]auto\f[R] will display icons only when the 
119standard output is connected to a real terminal. 
120If \f[V]eza\f[R] is ran while in a \f[V]tty\f[R], or the output of 
121\f[V]eza\f[R] is either redirected to a file or piped into another 
122program, icons will not be used. 
123Setting this option to `\f[V]always\f[R]' causes \f[V]eza\f[R] to always 
124display icons, while `\f[V]never\f[R]' disables the use of icons. 
125.TP 127.TP
126\f[V]--no-quotes\f[R] 128\fB--no-quotes\fR
127Don\[cq]t quote file names with spaces. 129Don't quote file names with spaces.
 130
128.TP 131.TP
129\f[V]--hyperlink\f[R] 132\fB--hyperlink\fR
130Display entries as hyperlinks 133Display entries as hyperlinks
 134
131.TP 135.TP
132\f[V]-w\f[R], \f[V]--width=COLS\f[R] 136\fB-w\fR, \fB--width=COLS\fR
133Set screen width in columns. 137Set screen width in columns.
 138
134.PP 139.PP
135Valid options are \f[V]none\f[R], \f[V]absolute\f[R] or 140Valid options are \fBnone\fR, \fBabsolute\fR or \fBrelative\fR\&.
136\f[V]relative\f[R]. 141The default value is \fBnone\fR
137The default value is \f[V]none\f[R] 142
138.PP 143.PP
139\f[V]absolute\f[R] mode highlights based on file modification time 144\fBabsolute\fR mode highlights based on file modification time relative to the past year.
140relative to the past year. 145\fBrelative\fR mode highlights based on file modification time in relation to other files. \fBnone\fR disables highlighting.
141\f[V]relative\f[R] mode highlights based on file modification time in 146
142relation to other files. 147
143\f[V]none\f[R] disables highlighting. 
144.SH FILTERING AND SORTING OPTIONS 148.SH FILTERING AND SORTING OPTIONS
145.TP 149.TP
146\f[V]-a\f[R], \f[V]--all\f[R] 150\fB-a\fR, \fB--all\fR
147Show hidden and \[lq]dot\[rq] files. 151Show hidden and “dot” files.
148Use this twice to also show the `\f[V].\f[R]' and `\f[V]..\f[R]' 152Use this twice to also show the ‘\fB\&.\fR’ and ‘\fB\&..\fR’ directories.
149directories. 153
150.TP 154.TP
151\f[V]-A\f[R], \f[V]--almost-all\f[R] 155\fB-A\fR, \fB--almost-all\fR
152Equivalent to \[en]all; included for compatibility with \f[V]ls -A\f[R]. 156Equivalent to --all; included for compatibility with \fBls -A\fR\&.
153.TP 157
154\f[V]-d\f[R], \f[V]--list-dirs\f[R] 158.TP
155List directories as regular files, rather than recursing and listing 159\fB-d\fR, \fB--list-dirs\fR
156their contents. 160List directories as regular files, rather than recursing and listing their contents.
 161
157.TP 162.TP
158\f[V]-L\f[R], \f[V]--level=DEPTH\f[R] 163\fB-L\fR, \fB--level=DEPTH\fR
159Limit the depth of recursion. 164Limit the depth of recursion.
 165
160.TP 166.TP
161\f[V]-r\f[R], \f[V]--reverse\f[R] 167\fB-r\fR, \fB--reverse\fR
162Reverse the sort order. 168Reverse the sort order.
 169
163.TP 170.TP
164\f[V]-s\f[R], \f[V]--sort=SORT_FIELD\f[R] 171\fB-s\fR, \fB--sort=SORT_FIELD\fR
165Which field to sort by. 172Which field to sort by.
 173
 174.PP
 175Valid sort fields are ‘\fBname\fR’, ‘\fBName\fR’, ‘\fBextension\fR’, ‘\fBExtension\fR’, ‘\fBsize\fR’, ‘\fBmodified\fR’, ‘\fBchanged\fR’, ‘\fBaccessed\fR’, ‘\fBcreated\fR’, ‘\fBinode\fR’, ‘\fBtype\fR’, and ‘\fBnone\fR’.
 176
166.PP 177.PP
167Valid sort fields are `\f[V]name\f[R]', `\f[V]Name\f[R]', 178The \fBmodified\fR sort field has the aliases ‘\fBdate\fR’, ‘\fBtime\fR’, and ‘\fBnewest\fR’, and its reverse order has the aliases ‘\fBage\fR’ and ‘\fBoldest\fR’.
168`\f[V]extension\f[R]', `\f[V]Extension\f[R]', `\f[V]size\f[R]', 179
169`\f[V]modified\f[R]', `\f[V]changed\f[R]', `\f[V]accessed\f[R]', 180.PP
170`\f[V]created\f[R]', `\f[V]inode\f[R]', `\f[V]type\f[R]', and 181Sort fields starting with a capital letter will sort uppercase before lowercase: ‘A’ then ‘B’ then ‘a’ then ‘b’. Fields starting with a lowercase letter will mix them: ‘A’ then ‘a’ then ‘B’ then ‘b’.
171`\f[V]none\f[R]'. 182
172.PP 
173The \f[V]modified\f[R] sort field has the aliases `\f[V]date\f[R]', 
174`\f[V]time\f[R]', and `\f[V]newest\f[R]', and its reverse order has the 
175aliases `\f[V]age\f[R]' and `\f[V]oldest\f[R]'. 
176.PP 
177Sort fields starting with a capital letter will sort uppercase before 
178lowercase: `A' then `B' then `a' then `b'. 
179Fields starting with a lowercase letter will mix them: `A' then `a' then 
180`B' then `b'. 
181.TP 183.TP
182\f[V]-I\f[R], \f[V]--ignore-glob=GLOBS\f[R] 184\fB-I\fR, \fB--ignore-glob=GLOBS\fR
183Glob patterns, pipe-separated, of files to ignore. 185Glob patterns, pipe-separated, of files to ignore.
 186
184.TP 187.TP
185\f[V]--git-ignore\f[R] [if eza was built with git support] 188\fB--git-ignore\fR [if eza was built with git support]
186Do not list files that are ignored by Git. 189Do not list files that are ignored by Git.
 190
187.TP 191.TP
188\f[V]--group-directories-first\f[R] 192\fB--group-directories-first\fR
189List directories before other files. 193List directories before other files.
 194
190.TP 195.TP
191\f[V]-D\f[R], \f[V]--only-dirs\f[R] 196\fB-D\fR, \fB--only-dirs\fR
192List only directories, not files. 197List only directories, not files.
 198
193.TP 199.TP
194\f[V]-f\f[R], \f[V]--only-files\f[R] 200\fB-f\fR, \fB--only-files\fR
195List only files, not directories. 201List only files, not directories.
 202
 203
196.SH LONG VIEW OPTIONS 204.SH LONG VIEW OPTIONS
197.PP 205.PP
198These options are available when running with \f[V]--long\f[R] 206These options are available when running with \fB--long\fR (\fB-l\fR):
199(\f[V]-l\f[R]): 207
200.TP 208.TP
201\f[V]-b\f[R], \f[V]--binary\f[R] 209\fB-b\fR, \fB--binary\fR
202List file sizes with binary prefixes. 210List file sizes with binary prefixes.
 211
203.TP 212.TP
204\f[V]-B\f[R], \f[V]--bytes\f[R] 213\fB-B\fR, \fB--bytes\fR
205List file sizes in bytes, without any prefixes. 214List file sizes in bytes, without any prefixes.
 215
206.TP 216.TP
207\f[V]--changed\f[R] 217\fB--changed\fR
208Use the changed timestamp field. 218Use the changed timestamp field.
 219
209.TP 220.TP
210\f[V]-g\f[R], \f[V]--group\f[R] 221\fB-g\fR, \fB--group\fR
211List each file\[cq]s group. 222List each file’s group.
 223
212.TP 224.TP
213\f[V]--smart-group\f[R] 225\fB--smart-group\fR
214Only show group if it has a different name from owner 226Only show group if it has a different name from owner
 227
215.TP 228.TP
216\f[V]-h\f[R], \f[V]--header\f[R] 229\fB-h\fR, \fB--header\fR
217Add a header row to each column. 230Add a header row to each column.
 231
218.TP 232.TP
219\f[V]-H\f[R], \f[V]--links\f[R] 233\fB-H\fR, \fB--links\fR
220List each file\[cq]s number of hard links. 234List each file’s number of hard links.
 235
221.TP 236.TP
222\f[V]-i\f[R], \f[V]--inode\f[R] 237\fB-i\fR, \fB--inode\fR
223List each file\[cq]s inode number. 238List each file’s inode number.
 239
224.TP 240.TP
225\f[V]-m\f[R], \f[V]--modified\f[R] 241\fB-m\fR, \fB--modified\fR
226Use the modified timestamp field. 242Use the modified timestamp field.
 243
227.TP 244.TP
228\f[V]-M\f[R], \f[V]--mounts\f[R] 245\fB-M\fR, \fB--mounts\fR
229Show mount details (Linux and Mac only) 246Show mount details (Linux and Mac only)
 247
230.TP 248.TP
231\f[V]-n\f[R], \f[V]--numeric\f[R] 249\fB-n\fR, \fB--numeric\fR
232List numeric user and group IDs. 250List numeric user and group IDs.
 251
233.TP 252.TP
234\f[V]-O\f[R], \f[V]--flags\f[R] 253\fB-O\fR, \fB--flags\fR
235List file flags on Mac and BSD systems and file attributes on Windows 254List file flags on Mac and BSD systems and file attributes on Windows systems. By default, Windows attributes are displayed in a long form. To display in attributes as single character set the environment variable \fBEZA_WINDOWS_ATTRIBUTES=short\fR\&. On BSD systems see chflags(1) for a list of file flags and their meanings.
236systems. 255
237By default, Windows attributes are displayed in a long form. 
238To display in attributes as single character set the environment 
239variable \f[V]EZA_WINDOWS_ATTRIBUTES=short\f[R]. 
240On BSD systems see chflags(1) for a list of file flags and their 
241meanings. 
242.TP 256.TP
243\f[V]-S\f[R], \f[V]--blocksize\f[R] 257\fB-S\fR, \fB--blocksize\fR
244List each file\[cq]s size of allocated file system blocks. 258List each file’s size of allocated file system blocks.
 259
245.TP 260.TP
246\f[V]-t\f[R], \f[V]--time=WORD\f[R] 261\fB-t\fR, \fB--time=WORD\fR
247Which timestamp field to list. 262Which timestamp field to list.
248Valid timestamp fields are `\f[V]modified\f[R]', `\f[V]changed\f[R]', 263
249`\f[V]accessed\f[R]', and `\f[V]created\f[R]'. 264Valid timestamp fields are ‘\fBmodified\fR’, ‘\fBchanged\fR’, ‘\fBaccessed\fR’, and ‘\fBcreated\fR’.
 265
250.TP 266.TP
251\f[V]--time-style=STYLE\f[R] 267\fB--time-style=STYLE\fR
252How to format timestamps. 268How to format timestamps.
253Valid timestamp styles are `\f[V]default\f[R]', `\f[V]iso\f[R]', 269
254`\f[V]long-iso\f[R]', `\f[V]full-iso\f[R]', `\f[V]relative\f[R]', or a 270Valid timestamp styles are ‘\fBdefault\fR’, ‘\fBiso\fR’, ‘\fBlong-iso\fR’, ‘\fBfull-iso\fR’, ‘\fBrelative\fR’, or a custom style ‘\fB+<FORMAT>\fR’ (e.g., ‘\fB+%Y-%m-%d %H:%M\fR’ => ‘\fB2023-09-30 13:00\fR’).
255custom style `\f[V]+<FORMAT>\f[R]' (e.g., `\f[V]+%Y-%m-%d %H:%M\f[R]' => 271
256`\f[V]2023-09-30 13:00\f[R]'). 272.PP
257.PP 273\fB<FORMAT>\fR should be a chrono format string. For details on the chrono format syntax, please read: https://docs.rs/chrono/latest/chrono/format/strftime/index.html .
258\f[V]<FORMAT>\f[R] should be a chrono format string. 274
259For details on the chrono format syntax, please read: 275.PP
260https://docs.rs/chrono/latest/chrono/format/strftime/index.html . 276Alternatively, \fB<FORMAT>\fR can be a two line string, the first line will be used for non-recent files and the second for recent files. E.g., if \fB<FORMAT>\fR is "\fB%Y-%m-%d %H<newline>--%m-%d %H:%M\fR", non-recent files => "\fB2022-12-30 13\fR", recent files => "\fB--09-30 13:34\fR".
261.PP 277
262Alternatively, \f[V]<FORMAT>\f[R] can be a two line string, the first 
263line will be used for non-recent files and the second for recent files. 
264E.g., if \f[V]<FORMAT>\f[R] is 
265\[lq]\f[V]%Y-%m-%d %H<newline>--%m-%d %H:%M\f[R]\[rq], non-recent files 
266=> \[lq]\f[V]2022-12-30 13\f[R]\[rq], recent files => 
267\[lq]\f[V]--09-30 13:34\f[R]\[rq]. 
268.TP 278.TP
269\f[V]--total-size\f[R] 279\fB--total-size\fR
270Show recursive directory size (unix only). 280Show recursive directory size (unix only).
 281
271.TP 282.TP
272\f[V]-u\f[R], \f[V]--accessed\f[R] 283\fB-u\fR, \fB--accessed\fR
273Use the accessed timestamp field. 284Use the accessed timestamp field.
 285
274.TP 286.TP
275\f[V]-U\f[R], \f[V]--created\f[R] 287\fB-U\fR, \fB--created\fR
276Use the created timestamp field. 288Use the created timestamp field.
 289
277.TP 290.TP
278\f[V]--no-permissions\f[R] 291\fB--no-permissions\fR
279Suppress the permissions field. 292Suppress the permissions field.
 293
280.TP 294.TP
281\f[V]-o\f[R], \f[V]--octal-permissions\f[R] 295\fB-o\fR, \fB--octal-permissions\fR
282List each file\[cq]s permissions in octal format. 296List each file's permissions in octal format.
 297
283.TP 298.TP
284\f[V]--no-filesize\f[R] 299\fB--no-filesize\fR
285Suppress the file size field. 300Suppress the file size field.
 301
286.TP 302.TP
287\f[V]--no-user\f[R] 303\fB--no-user\fR
288Suppress the user field. 304Suppress the user field.
 305
289.TP 306.TP
290\f[V]--no-time\f[R] 307\fB--no-time\fR
291Suppress the time field. 308Suppress the time field.
 309
292.TP 310.TP
293\f[V]--stdin\f[R] 311\fB--stdin\fR
294When you wish to pipe directories to eza/read from stdin. 312When you wish to pipe directories to eza/read from stdin. Separate one per line or define custom separation char in \fBEZA_STDIN_SEPARATOR\fR env variable.
295Separate one per line or define custom separation char in 313
296\f[V]EZA_STDIN_SEPARATOR\f[R] env variable. 314.TP
297.TP 315\fB-@\fR, \fB--extended\fR
298\f[V]-\[at]\f[R], \f[V]--extended\f[R] 316List each file’s extended attributes and sizes.
299List each file\[cq]s extended attributes and sizes. 317
300.TP 318.TP
301\f[V]-Z\f[R], \f[V]--context\f[R] 319\fB-Z\fR, \fB--context\fR
302List each file\[cq]s security context. 320List each file's security context.
303.TP 321
304\f[V]--git\f[R] [if eza was built with git support] 322.TP
305List each file\[cq]s Git status, if tracked. 323\fB--git\fR [if eza was built with git support]
306This adds a two-character column indicating the staged and unstaged 324List each file’s Git status, if tracked.
307statuses respectively. 325This adds a two-character column indicating the staged and unstaged statuses respectively. The status character can be ‘\fB-\fR’ for not modified, ‘\fBM\fR’ for a modified file, ‘\fBN\fR’ for a new file, ‘\fBD\fR’ for deleted, ‘\fBR\fR’ for renamed, ‘\fBT\fR’ for type-change, ‘\fBI\fR’ for ignored, and ‘\fBU\fR’ for conflicted. Directories will be shown to have the status of their contents, which is how ‘deleted’ is possible if a directory contains a file that has a certain status, it will be shown to have that status.
308The status character can be `\f[V]-\f[R]' for not modified, 326
309`\f[V]M\f[R]' for a modified file, `\f[V]N\f[R]' for a new file, 327.TP
310`\f[V]D\f[R]' for deleted, `\f[V]R\f[R]' for renamed, `\f[V]T\f[R]' for 328\fB--git-repos\fR [if eza was built with git support]
311type-change, `\f[V]I\f[R]' for ignored, and `\f[V]U\f[R]' for 329List each directory’s Git status, if tracked.
312conflicted. 330Symbols shown are \fB|\fR= clean, \fB+\fR= dirty, and \fB~\fR= for unknown.
313Directories will be shown to have the status of their contents, which is 331
314how `deleted' is possible if a directory contains a file that has a 
315certain status, it will be shown to have that status. 
316.TP 
317\f[V]--git-repos\f[R] [if eza was built with git support] 
318List each directory\[cq]s Git status, if tracked. 
319Symbols shown are \f[V]|\f[R]= clean, \f[V]+\f[R]= dirty, and 
320\f[V]\[ti]\f[R]= for unknown. 
321.TP 332.TP
322\f[V]--git-repos-no-status\f[R] [if eza was built with git support] 333\fB--git-repos-no-status\fR [if eza was built with git support]
323List if a directory is a Git repository, but not its status. 334List if a directory is a Git repository, but not its status.
324All Git repository directories will be shown as (themed) \f[V]-\f[R] 335All Git repository directories will be shown as (themed) \fB-\fR without status indicated.
325without status indicated. 336
326.TP 337.TP
327\f[V]--no-git\f[R] 338\fB--no-git\fR
328Don\[cq]t show Git status (always overrides \f[V]--git\f[R], 339Don't show Git status (always overrides \fB--git\fR, \fB--git-repos\fR, \fB--git-repos-no-status\fR)
329\f[V]--git-repos\f[R], \f[V]--git-repos-no-status\f[R]) 340
 341
330.SH ENVIRONMENT VARIABLES 342.SH ENVIRONMENT VARIABLES
331.PP 343.PP
332If an environment variable prefixed with \f[V]EZA_\f[R] is not set, for 344If an environment variable prefixed with \fBEZA_\fR is not set, for backward compatibility, it will default to its counterpart starting with \fBEXA_\fR\&.
333backward compatibility, it will default to its counterpart starting with 345
334\f[V]EXA_\f[R]. 
335.PP 346.PP
336eza responds to the following environment variables: 347eza responds to the following environment variables:
337.SS \f[V]COLUMNS\f[R] 348
 349.SH \fBCOLUMNS\fR
338.PP 350.PP
339Overrides the width of the terminal, in characters, however, 351Overrides the width of the terminal, in characters, however, \fB-w\fR takes precedence.
340\f[V]-w\f[R] takes precedence. 352
341.PP 353.PP
342For example, `\f[V]COLUMNS=80 eza\f[R]' will show a grid view with a 354For example, \fBCOLUMNS=80 eza\fR will show a grid view with a maximum width of 80 characters.
343maximum width of 80 characters. 355
344.PP 356.PP
345This option won\[cq]t do anything when eza\[cq]s output doesn\[cq]t 357This option won’t do anything when eza’s output doesn’t wrap, such as when using the \fB--long\fR view.
346wrap, such as when using the \f[V]--long\f[R] view. 358
347.SS \f[V]EZA_STRICT\f[R] 359.SH \fBEZA_STRICT\fR
348.PP 360.PP
349Enables \f[I]strict mode\f[R], which will make eza error when two 361Enables \fIstrict mode\fP, which will make eza error when two command-line options are incompatible.
350command-line options are incompatible. 362
351.PP 363.PP
352Usually, options can override each other going right-to-left on the 364Usually, options can override each other going right-to-left on the command line, so that eza can be given aliases: creating an alias ‘\fBeza=eza --sort=ext\fR’ then running ‘\fBeza --sort=size\fR’ with that alias will run ‘\fBeza --sort=ext --sort=size\fR’, and the sorting specified by the user will override the sorting specified by the alias.
353command line, so that eza can be given aliases: creating an alias 365
354`\f[V]eza=eza --sort=ext\f[R]' then running `\f[V]eza --sort=size\f[R]' 
355with that alias will run `\f[V]eza --sort=ext --sort=size\f[R]', and the 
356sorting specified by the user will override the sorting specified by the 
357alias. 
358.PP 366.PP
359In strict mode, the two options will not co-operate, and eza will error. 367In strict mode, the two options will not co-operate, and eza will error.
 368
 369.PP
 370This option is intended for use with automated scripts and other situations where you want to be certain you’re typing in the right command.
 371
 372.SH \fBEZA_GRID_ROWS\fR
360.PP 373.PP
361This option is intended for use with automated scripts and other 374Limits the grid-details view (‘\fBeza --grid --long\fR’) so it’s only activated when at least the given number of rows of output would be generated.
362situations where you want to be certain you\[cq]re typing in the right 375
363command. 
364.SS \f[V]EZA_GRID_ROWS\f[R] 
365.PP 
366Limits the grid-details view (`\f[V]eza --grid --long\f[R]') so it\[cq]s 
367only activated when at least the given number of rows of output would be 
368generated. 
369.PP 
370With widescreen displays, it\[cq]s possible for the grid to look very 
371wide and sparse, on just one or two lines with none of the columns 
372lining up. 
373By specifying a minimum number of rows, you can only use the view if 
374it\[cq]s going to be worth using. 
375.SS \f[V]EZA_ICON_SPACING\f[R] 
376.PP 
377Specifies the number of spaces to print between an icon (see the 
378`\f[V]--icons\f[R]' option) and its file name. 
379.PP 
380Different terminals display icons differently, as they usually take up 
381more than one character width on screen, so there\[cq]s no 
382\[lq]standard\[rq] number of spaces that eza can use to separate an icon 
383from text. 
384One space may place the icon too close to the text, and two spaces may 
385place it too far away. 
386So the choice is left up to the user to configure depending on their 
387terminal emulator. 
388.SS \f[V]NO_COLOR\f[R] 
389.PP 
390Disables colours in the output (regardless of its value). 
391Can be overridden by \f[V]--color\f[R] option. 
392.PP 
393See \f[V]https://no-color.org/\f[R] for details. 
394.SS \f[V]LS_COLORS\f[R], \f[V]EZA_COLORS\f[R] 
395.PP 
396Specifies the colour scheme used to highlight files based on their name 
397and kind, as well as highlighting metadata and parts of the UI. 
398.PP 
399For more information on the format of these environment variables, see 
400the eza_colors.5.md manual page. 
401.SS \f[V]EZA_OVERRIDE_GIT\f[R] 
402.PP 
403Overrides any \f[V]--git\f[R] or \f[V]--git-repos\f[R] argument 
404.SS \f[V]EZA_MIN_LUMINANCE\f[R] 
405.PP 
406Specifies the minimum luminance to use when decay is active. 
407It\[cq]s value can be between -100 to 100. 
408.SS \f[V]EZA_ICONS_AUTO\f[R] 
409.PP 
410If set, automates the same behavior as using \f[V]--icons\f[R] or 
411\f[V]--icons=auto\f[R]. 
412Useful for if you always want to have icons enabled. 
413.PP 
414Any explicit use of the \f[V]--icons=WHEN\f[R] flag overrides this 
415behavior. 
416.SS \f[V]EZA_STDIN_SEPARATOR\f[R] 
417.PP 376.PP
418Specifies the separator to use when file names are piped from stdin. 377With widescreen displays, it’s possible for the grid to look very wide and sparse, on just one or two lines with none of the columns lining up.
419Defaults to newline. 378By specifying a minimum number of rows, you can only use the view if it’s going to be worth using.
 379
 380.SH \fBEZA_ICON_SPACING\fR
 381.PP
 382Specifies the number of spaces to print between an icon (see the ‘\fB--icons\fR’ option) and its file name.
 383
 384.PP
 385Different terminals display icons differently, as they usually take up more than one character width on screen, so there’s no “standard” number of spaces that eza can use to separate an icon from text. One space may place the icon too close to the text, and two spaces may place it too far away. So the choice is left up to the user to configure depending on their terminal emulator.
 386
 387.SH \fBNO_COLOR\fR
 388.PP
 389Disables colours in the output (regardless of its value). Can be overridden by \fB--color\fR option.
 390
 391.PP
 392See \fBhttps://no-color.org/\fR for details.
 393
 394.SH \fBLS_COLORS\fR, \fBEZA_COLORS\fR
 395.PP
 396Specifies the colour scheme used to highlight files based on their name and kind, as well as highlighting metadata and parts of the UI.
 397
 398.PP
 399For more information on the format of these environment variables, see the
 400\[la]eza_colors.5.md\[ra] manual page.
 401
 402.SH \fBEZA_OVERRIDE_GIT\fR
 403.PP
 404Overrides any \fB--git\fR or \fB--git-repos\fR argument
 405
 406.SH \fBEZA_MIN_LUMINANCE\fR
 407.PP
 408Specifies the minimum luminance to use when decay is active. It's value can be between -100 to 100.
 409
 410.SH \fBEZA_ICONS_AUTO\fR
 411.PP
 412If set, automates the same behavior as using \fB--icons\fR or \fB--icons=auto\fR\&. Useful for if you always want to have icons enabled.
 413
 414.PP
 415Any explicit use of the \fB--icons=WHEN\fR flag overrides this behavior.
 416
 417.SH \fBEZA_STDIN_SEPARATOR\fR
 418.PP
 419Specifies the separator to use when file names are piped from stdin. Defaults to newline.
 420
 421
420.SH EXIT STATUSES 422.SH EXIT STATUSES
421.TP 423.TP
4220 4240
423If everything goes OK. 425If everything goes OK.
 426
424.TP 427.TP
4251 4281
426If there was an I/O error during operation. 429If there was an I/O error during operation.
 430
427.TP 431.TP
4283 4323
429If there was a problem with the command-line arguments. 433If there was a problem with the command-line arguments.
 434
 435
430.SH AUTHOR 436.SH AUTHOR
431.PP 437.PP
432eza is maintained by Christina Sørensen and many other contributors. 438eza is maintained by Christina Sørensen and many other contributors.
 439
433.PP 440.PP
434\f[B]Source code:\f[R] \f[V]https://github.com/eza-community/eza\f[R] 441\fBSource code:\fP \fBhttps://github.com/eza-community/eza\fR \\
435.PD 0 442\fBContributors:\fP \fBhttps://github.com/eza-community/eza/graphs/contributors\fR
436.P 443
437.PD 444.PP
438\f[B]Contributors:\f[R] 445Our infinite thanks to Benjamin ‘ogham’ Sago and all the other contributors of exa, from which eza was forked.
439\f[V]https://github.com/eza-community/eza/graphs/contributors\f[R] 446
440.PP 447
441Our infinite thanks to Benjamin `ogham' Sago and all the other 
442contributors of exa, from which eza was forked. 
443.SH SEE ALSO 448.SH SEE ALSO
444.IP \[bu] 2 449.RS
445eza_colors.5.md 450.IP \(bu 2
446.IP \[bu] 2 451
447eza_colors-explanation.5.md 452\[la]eza_colors.5.md\[ra]
 453.IP \(bu 2
 454
 455\[la]eza_colors\-explanation.5.md\[ra]
 456
 457.RE