pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/eza



Module Name:    pkgsrc
Committed By:   fox
Date:           Fri Mar  8 15:36:39 UTC 2024

Modified Files:
        pkgsrc/sysutils/eza: Makefile cargo-depends.mk distinfo
        pkgsrc/sysutils/eza/files: eza.1 eza_colors-explanation.5 eza_colors.5
Removed Files:
        pkgsrc/sysutils/eza/patches: patch-src_output_render_mod.rs

Log Message:
sysutils/eza: Update to 0.18.6

Changes since 0.18.6:

eza v0.18.6

Changelog

Bug Fixes

  * NetBSD did not have fflagstostr and as such did not build properly
  * Fix total-size option
  * Add fortran to source filetypes
  * Fix absolute_path() for broken symlinks
  * Update line numbers in panic messages in tests

Features

  * Add filetype and icon for age
  * Adding icons for graphql extensions
  * Add nim icons
  * Use fsharp icon for fsproj files (similar to cs/csproj)
  * Add new icons, diverse selection
  * Adding more haskell related icons
  * Adding more icons for docker specific files
  * Adding more dockerfile icons
  * Add --absolute flag
  * Add shell completions for --absolute flag

Miscellaneous Tasks

  * Cleaning dirs
  * Release eza v0.18.6

Refactor

  * Port grid and grid-details to new uutils-term-grid

Testing

  * Add integration tests and powertests for --absolute flag
  * Add directory symlink to tests/itest/

Build

  * Bump log from 0.4.20 to 0.4.21
  * Bump rayon from 1.8.1 to 1.9.0

Ci

  * Add NetBSD to CI.
  * Fix warnings.
  * Add FreeBSD to CI.
  * Add OpenBSD to CI.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/eza/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/eza/cargo-depends.mk
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/eza/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/eza/files/eza.1
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/eza/files/eza_colors-explanation.5
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/eza/files/eza_colors.5
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/sysutils/eza/patches/patch-src_output_render_mod.rs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/eza/Makefile
diff -u pkgsrc/sysutils/eza/Makefile:1.21 pkgsrc/sysutils/eza/Makefile:1.22
--- pkgsrc/sysutils/eza/Makefile:1.21   Thu Feb 29 10:41:11 2024
+++ pkgsrc/sysutils/eza/Makefile        Fri Mar  8 15:36:38 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/02/29 10:41:11 pin Exp $
+# $NetBSD: Makefile,v 1.22 2024/03/08 15:36:38 fox Exp $
 
-DISTNAME=      eza-0.18.5
+DISTNAME=      eza-0.18.6
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=eza-community/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/eza/cargo-depends.mk
diff -u pkgsrc/sysutils/eza/cargo-depends.mk:1.18 pkgsrc/sysutils/eza/cargo-depends.mk:1.19
--- pkgsrc/sysutils/eza/cargo-depends.mk:1.18   Thu Feb 29 10:41:11 2024
+++ pkgsrc/sysutils/eza/cargo-depends.mk        Fri Mar  8 15:36:38 2024
@@ -1,9 +1,10 @@
-# $NetBSD: cargo-depends.mk,v 1.18 2024/02/29 10:41:11 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.19 2024/03/08 15:36:38 fox Exp $
 
 CARGO_CRATE_DEPENDS+=  aho-corasick-1.0.5
 CARGO_CRATE_DEPENDS+=  android-tzdata-0.1.1
 CARGO_CRATE_DEPENDS+=  android_system_properties-0.1.5
 CARGO_CRATE_DEPENDS+=  anes-0.1.6
+CARGO_CRATE_DEPENDS+=  ansi-width-0.1.0
 CARGO_CRATE_DEPENDS+=  ansi_colours-1.2.2
 CARGO_CRATE_DEPENDS+=  ansiterm-0.12.2
 CARGO_CRATE_DEPENDS+=  anstream-0.6.11
@@ -69,7 +70,7 @@ CARGO_CRATE_DEPENDS+= libz-sys-1.1.2
 CARGO_CRATE_DEPENDS+=  line-wrap-0.1.1
 CARGO_CRATE_DEPENDS+=  linux-raw-sys-0.4.11
 CARGO_CRATE_DEPENDS+=  locale-0.2.2
-CARGO_CRATE_DEPENDS+=  log-0.4.20
+CARGO_CRATE_DEPENDS+=  log-0.4.21
 CARGO_CRATE_DEPENDS+=  matches-0.1.8
 CARGO_CRATE_DEPENDS+=  memchr-2.6.3
 CARGO_CRATE_DEPENDS+=  memoffset-0.9.0
@@ -85,6 +86,7 @@ CARGO_CRATE_DEPENDS+= os_pipe-1.1.4
 CARGO_CRATE_DEPENDS+=  palette-0.7.5
 CARGO_CRATE_DEPENDS+=  palette_derive-0.7.5
 CARGO_CRATE_DEPENDS+=  partition-identity-0.3.0
+CARGO_CRATE_DEPENDS+=  path-clean-1.0.1
 CARGO_CRATE_DEPENDS+=  percent-encoding-2.3.1
 CARGO_CRATE_DEPENDS+=  phf-0.11.2
 CARGO_CRATE_DEPENDS+=  phf_generator-0.11.2
@@ -102,7 +104,7 @@ CARGO_CRATE_DEPENDS+=       quick-xml-0.31.0
 CARGO_CRATE_DEPENDS+=  quote-1.0.33
 CARGO_CRATE_DEPENDS+=  rand-0.8.5
 CARGO_CRATE_DEPENDS+=  rand_core-0.6.4
-CARGO_CRATE_DEPENDS+=  rayon-1.8.1
+CARGO_CRATE_DEPENDS+=  rayon-1.9.0
 CARGO_CRATE_DEPENDS+=  rayon-core-1.12.1
 CARGO_CRATE_DEPENDS+=  redox_syscall-0.1.57
 CARGO_CRATE_DEPENDS+=  redox_syscall-0.3.5
@@ -144,7 +146,7 @@ CARGO_CRATE_DEPENDS+=       unicode-normalizat
 CARGO_CRATE_DEPENDS+=  unicode-width-0.1.11
 CARGO_CRATE_DEPENDS+=  url-2.2.1
 CARGO_CRATE_DEPENDS+=  utf8parse-0.2.1
-CARGO_CRATE_DEPENDS+=  uutils_term_grid-0.3.0
+CARGO_CRATE_DEPENDS+=  uutils_term_grid-0.6.0
 CARGO_CRATE_DEPENDS+=  uzers-0.11.3
 CARGO_CRATE_DEPENDS+=  vcpkg-0.2.12
 CARGO_CRATE_DEPENDS+=  wait-timeout-0.2.0

Index: pkgsrc/sysutils/eza/distinfo
diff -u pkgsrc/sysutils/eza/distinfo:1.19 pkgsrc/sysutils/eza/distinfo:1.20
--- pkgsrc/sysutils/eza/distinfo:1.19   Thu Feb 29 10:41:11 2024
+++ pkgsrc/sysutils/eza/distinfo        Fri Mar  8 15:36:38 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2024/02/29 10:41:11 pin Exp $
+$NetBSD: distinfo,v 1.20 2024/03/08 15:36:38 fox Exp $
 
 BLAKE2s (aho-corasick-1.0.5.crate) = 2199caecbc50c93a65ce7d60055f1bcb6885adb15f1153c994432df75aa27240
 SHA512 (aho-corasick-1.0.5.crate) = 6b0a64dbfe0c166341a34cd169bc46d28e40f72db4d599a1aff5327a6e891408f39e8e92e983cf9396a8e8135f93e41550237ff3e5c8c05a5325688746fd814b
@@ -12,6 +12,9 @@ Size (android_system_properties-0.1.5.cr
 BLAKE2s (anes-0.1.6.crate) = 51a3a431b53fc59bdeaf54f4dd87332d79d9c9cb47042879fb821b5a7afdfd9a
 SHA512 (anes-0.1.6.crate) = f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29
 Size (anes-0.1.6.crate) = 23857 bytes
+BLAKE2s (ansi-width-0.1.0.crate) = f7fcc3be42924e802f4b046a2213da3dc1b454f2ea6c1ebdc26772e4705115c5
+SHA512 (ansi-width-0.1.0.crate) = 2366fc37e81153dd19554fc4f2688ee1ce4a4794cdc6a56eaf6e7cf6a5459b2b1309bc35d8d049114c64730d9eb6d73a9a1380747b4cde644498a9b39e41c31e
+Size (ansi-width-0.1.0.crate) = 6116 bytes
 BLAKE2s (ansi_colours-1.2.2.crate) = 18e7c1827b37def1487cf9c308120e1649fba0c8252b209f50b4a7858b74794d
 SHA512 (ansi_colours-1.2.2.crate) = 077a6ddb4b44f79aebc704128804bcfe549b5c68a75d0d57452250b91cc02cd3784c25a93f061bae6060bff3eb02bb8a88fdf46ef6128a843eff4b0e84f7c972
 Size (ansi_colours-1.2.2.crate) = 21374 bytes
@@ -129,9 +132,9 @@ Size (errno-0.3.3.crate) = 10543 bytes
 BLAKE2s (errno-dragonfly-0.1.2.crate) = 98b2cbc4374e5c9bec5416a0564feba5e8b0ff6ff565fc69342afb77ee6a1fee
 SHA512 (errno-dragonfly-0.1.2.crate) = f853f1e1b8dd0f359a8f9a0399b3384c1103cd090d96e2b2204f91a40d40a9eb99383d4aa6a11e5470c51557afacf452d4be2049600d4235d27f59870fa3b916
 Size (errno-dragonfly-0.1.2.crate) = 1810 bytes
-BLAKE2s (eza-0.18.5.tar.gz) = a9a0f66cd6239647b4cc7ea0cb4bd9f591d47946c7c8797b9bfa5466578e2587
-SHA512 (eza-0.18.5.tar.gz) = 06355e187df76fb0daff02e180da60938ffad621885e7b40b2b60a2caf0deb5a51cfa6f079c5f8a73ad3e0bafa1bbcff827ab7988906d48d9f362887aefa8ac6
-Size (eza-0.18.5.tar.gz) = 1524679 bytes
+BLAKE2s (eza-0.18.6.tar.gz) = b0fdddfa3ce8ce05d4b75d0a8c2b8c68929ec868ca336127f593288c7304ca0a
+SHA512 (eza-0.18.6.tar.gz) = f7e492e19a74e66b63658734b2f01c3908ce5364c3ba50982c9dadb3f8c52137d86b341af71c4362388163a19cff0b21a04452d071100bac9b471498f8b2b266
+Size (eza-0.18.6.tar.gz) = 1385830 bytes
 BLAKE2s (fast-srgb8-1.0.0.crate) = fe992d55b46b07c59a2244449a6f946e6ad4fba5d8e211359649c1090ff9d9fd
 SHA512 (fast-srgb8-1.0.0.crate) = 834edef5eb4ec23b9e627b5e879a1649af19a17a1af0bae97c040869dbd14751ff3b29a606c52e5fe07b60f07fb695f328409c39788a4e74af0ab7b716688a0b
 Size (fast-srgb8-1.0.0.crate) = 17214 bytes
@@ -210,9 +213,9 @@ Size (linux-raw-sys-0.4.11.crate) = 1413
 BLAKE2s (locale-0.2.2.crate) = ccfba87cd7b82d4b2b0559a25584c2bd06bfde0b2b88d6ca12ebf6acf083a1e9
 SHA512 (locale-0.2.2.crate) = ae542f8811405fac032029885a59d39c922da7c1b59e69f5e0d73047d05ed803475b3aa9b486cce47abfdac03f5892013b822e896794e6dd80329b4f105be28f
 Size (locale-0.2.2.crate) = 18910 bytes
-BLAKE2s (log-0.4.20.crate) = 1c6b9e2550f630e7661fc57cfb7d97f6a93997f2cf4a16fb35836b0668df2af8
-SHA512 (log-0.4.20.crate) = 8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e
-Size (log-0.4.20.crate) = 38307 bytes
+BLAKE2s (log-0.4.21.crate) = ca813eca404c65ce52e7ff9560ce68303f0ba32f45e14c8d3ee61a0798375b11
+SHA512 (log-0.4.21.crate) = 0becc1a06b6e7048cff6c0bb8df49a16ac4772133c00239e9e9459c0811e7715c500f440cf1a9aef8d7ad74f57434559ca9b55917f588b8e476cf36eb6d4e10b
+Size (log-0.4.21.crate) = 43442 bytes
 BLAKE2s (matches-0.1.8.crate) = 0c218f89eda16504ae593d3720fdfe7391e81449a4b227bc7e3beef5051bfe80
 SHA512 (matches-0.1.8.crate) = 98b58f6a2694b03a7dd1be69ebf7e3ad14483fc8e4cb6e6c26a4937e4e660e843efb4dd04a7312dd9659ca02acd3775678f73b8faac44a76ffafaf873c22f590
 Size (matches-0.1.8.crate) = 2216 bytes
@@ -258,6 +261,9 @@ Size (palette_derive-0.7.5.crate) = 1428
 BLAKE2s (partition-identity-0.3.0.crate) = 054e762c7c0d7e1ef37b0f79be8448640b45335438b8286ebe68a1de17e8752f
 SHA512 (partition-identity-0.3.0.crate) = 153843ea6c6a76fed350a24fad206304aa88f66755737c50b9f17bea3be434b7fe8940fdb8e31d43415accd4435c6b0c16f5ffcb5d5a1da72cdb8056c7b66bdb
 Size (partition-identity-0.3.0.crate) = 6711 bytes
+BLAKE2s (path-clean-1.0.1.crate) = 85c8d56379775406fa6731535425e3328225498c73fb5799c17cf03f705aa1c1
+SHA512 (path-clean-1.0.1.crate) = 27ec9449a574d18ec4609147aceb02c0eac98600c15c5c2d5784f7de747479881a83dbc9e12ad07d497944c73d67bd946e5013c7c2cf1125c1931c3c84bb3274
+Size (path-clean-1.0.1.crate) = 4514 bytes
 BLAKE2s (percent-encoding-2.3.1.crate) = 8594a9f1915da7ce4063312903905c640ff52cd3a0361bebc09357eee53aac26
 SHA512 (percent-encoding-2.3.1.crate) = 5951ea8315e52cf3acfbaa023cb9e13a136b114c54a7da0bd44619ae24cd2159d4a96469d7572a2fdabd94e19513a033387117d7ca81d0eb409fb383e4acda44
 Size (percent-encoding-2.3.1.crate) = 10235 bytes
@@ -309,9 +315,9 @@ Size (rand-0.8.5.crate) = 87113 bytes
 BLAKE2s (rand_core-0.6.4.crate) = 0d23245a02d2c434b28af3a0ef8fe79b824ac79a8fb84f1c90a68a5bf5bfb6a6
 SHA512 (rand_core-0.6.4.crate) = 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79
 Size (rand_core-0.6.4.crate) = 22666 bytes
-BLAKE2s (rayon-1.8.1.crate) = 2b1cccf3355172adffc48ad2dfaec9d651fe5a69a221e28d157d934cd2036c89
-SHA512 (rayon-1.8.1.crate) = a83304be8334f5aa1c63468ddc749d8e8124c6947f1472320ba0bd4351c9ae582dba31ff369e9efdafdab439571fbf91b497c2370ec15406cfa810f5161cfb32
-Size (rayon-1.8.1.crate) = 170448 bytes
+BLAKE2s (rayon-1.9.0.crate) = b1fc12428afdbc2caeab897247adb72e8fe58f26a2feedcc34fd9486527623ad
+SHA512 (rayon-1.9.0.crate) = c9763503fb135eefdebebb82d4d19d20e48a182f1125030a7df085ebda4184942d9057598194ab8e8d39b942c83c231834b10a677e89badb6305a2b571fc1abc
+Size (rayon-1.9.0.crate) = 177770 bytes
 BLAKE2s (rayon-core-1.12.1.crate) = 2402c16b62f8a112b43da9ab8c91e8b00bd22cd9252ea12dae77079bef92c16f
 SHA512 (rayon-core-1.12.1.crate) = 33d0297b682f131c50e1eabc3be583211a5abe790301cbca91bf510e43d6714b7564ca39fab7c4bf6f02aa0df6bb394f386a61320f21ddb6bd7aea1372b5e99e
 Size (rayon-core-1.12.1.crate) = 70701 bytes
@@ -435,9 +441,9 @@ Size (url-2.2.1.crate) = 65434 bytes
 BLAKE2s (utf8parse-0.2.1.crate) = ec63d4e1704c8be3fa23931b95f5ce67284b3dec987a7442e459406be3d24fcf
 SHA512 (utf8parse-0.2.1.crate) = 51fba8f1e7eb74b7020fd831e30a67fc8353ac2ee07335c8c3374a5570ac8117f165f6905d4b7f0360095b7b5ed3e739001d02a8cc3c89195baf2cd679136050
 Size (utf8parse-0.2.1.crate) = 13435 bytes
-BLAKE2s (uutils_term_grid-0.3.0.crate) = 2c98987742593b443afcf7fbd342c4b72d369001180f32c7ff6a37e3f31aad1c
-SHA512 (uutils_term_grid-0.3.0.crate) = 8df1048bc260a8d95d1d983b837ed4be55d8b7cbe07f51c0f8f5f8836ae7dbb095fe27cdca2e70f6c9cf01211871a6fb96e06d210f95ffa90e5e164ad790e0bd
-Size (uutils_term_grid-0.3.0.crate) = 12055 bytes
+BLAKE2s (uutils_term_grid-0.6.0.crate) = 7405df905e169a68d0ebc897686f2072318fadc8a2258581f025de134a8b7d9a
+SHA512 (uutils_term_grid-0.6.0.crate) = 9d169a6eacc368824924c49d7f4847927f633c6492d921735deedcefc02c53664b094e8d736fe45b1d9085d5c99ea3ec676f25221a2cf2e81ce4c5f261ad40ab
+Size (uutils_term_grid-0.6.0.crate) = 10904 bytes
 BLAKE2s (uzers-0.11.3.crate) = 31d900da74437cff29e2f25fc794dad118810ac87ead38847a29833150d669e3
 SHA512 (uzers-0.11.3.crate) = 3a4eb2d2479550bb34319d2d3841f1e4a5b024dd85193ce127a90479b3d801880d9d3624caa265aaaf9908c7dea73fd7da5780c12c2984db3db04ce45668d97d
 Size (uzers-0.11.3.crate) = 22745 bytes
@@ -544,4 +550,3 @@ BLAKE2s (zoneinfo_compiled-0.5.1.crate) 
 SHA512 (zoneinfo_compiled-0.5.1.crate) = 4ad46983742ed37246f3ba5538fdf3a4dfc444ec635ffaa51d5daffa70c14e1876e703cd0a1f077e6b324e0d44d4b5e1e710b3543636fa9f33d509fa8bce333c
 Size (zoneinfo_compiled-0.5.1.crate) = 8837 bytes
 SHA1 (patch-.._vendor_openssl-src-111.26.0+1.1.1u_src_lib.rs) = 903e6e939d59db5bcd10f7d2c92fc36b6fa51a44
-SHA1 (patch-src_output_render_mod.rs) = 4ea72320b21898bd65ed2a9f5d28c3a9be914805

Index: pkgsrc/sysutils/eza/files/eza.1
diff -u pkgsrc/sysutils/eza/files/eza.1:1.10 pkgsrc/sysutils/eza/files/eza.1:1.11
--- pkgsrc/sysutils/eza/files/eza.1:1.10        Tue Feb 13 10:09:18 2024
+++ pkgsrc/sysutils/eza/files/eza.1     Fri Mar  8 15:36:38 2024
@@ -1,457 +1,433 @@
-.nh
-.TH eza(1) $version
-
+.\" Automatically generated by Pandoc 3.1.9
+.\"
+.TH "eza" "1" "" "$version" ""
 .SH NAME
-.PP
-eza — a modern replacement for ls
-
-
+eza \[em] a modern replacement for ls
 .SH SYNOPSIS
+\f[CR]eza [options] [files...]\f[R]
 .PP
-\fBeza [options] [files...]\fR
-
-.PP
-\fBeza\fP is a modern replacement for \fBls\fR\&.
-It 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.
-
-.PP
-It 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.
-
-
+\f[B]eza\f[R] is a modern replacement for \f[CR]ls\f[R].
+It 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.
+.PP
+It also has extra features not present in the original \f[CR]ls\f[R],
+such as viewing the Git status for a directory, or recursing into
+directories with a tree view.
 .SH EXAMPLES
 .TP
-\fBeza\fR
+\f[CR]eza\f[R]
 Lists the contents of the current directory in a grid.
-
 .TP
-\fBeza --oneline --reverse --sort=size\fR
+\f[CR]eza --oneline --reverse --sort=size\f[R]
 Displays a list of files with the largest at the top.
-
 .TP
-\fBeza --long --header --inode --git\fR
-Displays a table of files with a header, showing each file’s metadata, inode, and Git status.
-
-.TP
-\fBeza --long --tree --level=3\fR
-Displays a tree of files, three levels deep, as well as each file’s metadata.
-
-
+\f[CR]eza --long --header --inode --git\f[R]
+Displays a table of files with a header, showing each file\[cq]s
+metadata, inode, and Git status.
+.TP
+\f[CR]eza --long --tree --level=3\f[R]
+Displays a tree of files, three levels deep, as well as each file\[cq]s
+metadata.
 .SH META OPTIONS
 .TP
-\fB--help\fR
+\f[CR]--help\f[R]
 Show list of command-line options.
-
 .TP
-\fB-v\fR, \fB--version\fR
+\f[CR]-v\f[R], \f[CR]--version\f[R]
 Show version of eza.
-
-
 .SH DISPLAY OPTIONS
 .TP
-\fB-1\fR, \fB--oneline\fR
+\f[CR]-1\f[R], \f[CR]--oneline\f[R]
 Display one entry per line.
-
 .TP
-\fB-F\fR, \fB--classify=WHEN\fR
+\f[CR]-F\f[R], \f[CR]--classify=WHEN\f[R]
 Display file kind indicators next to file names.
-
 .PP
-Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (or ‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
-The default value is ‘\fBautomatic\fR’.
-
-.PP
-The 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.
-
+Valid settings are `\f[CR]always\f[R]', `\f[CR]automatic\f[R]' (or
+`\f[CR]auto\f[R]' for short), and `\f[CR]never\f[R]'.
+The default value is `\f[CR]automatic\f[R]'.
+.PP
+The default behavior (\f[CR]automatic\f[R] or \f[CR]auto\f[R]) will
+display file kind indicators only when the standard output is connected
+to a real terminal.
+If \f[CR]eza\f[R] is ran while in a \f[CR]tty\f[R], or the output of
+\f[CR]eza\f[R] is either redirected to a file or piped into another
+program, file kind indicators will not be used.
+Setting this option to `\f[CR]always\f[R]' causes \f[CR]eza\f[R] to
+always display file kind indicators, while `\f[CR]never\f[R]' disables
+the use of file kind indicators.
 .TP
-\fB-G\fR, \fB--grid\fR
+\f[CR]-G\f[R], \f[CR]--grid\f[R]
 Display entries as a grid (default).
-
 .TP
-\fB-l\fR, \fB--long\fR
+\f[CR]-l\f[R], \f[CR]--long\f[R]
 Display extended file metadata as a table.
-
 .TP
-\fB-R\fR, \fB--recurse\fR
+\f[CR]-R\f[R], \f[CR]--recurse\f[R]
 Recurse into directories.
-
 .TP
-\fB-T\fR, \fB--tree\fR
+\f[CR]-T\f[R], \f[CR]--tree\f[R]
 Recurse into directories as a tree.
-
 .TP
-\fB-X\fR, \fB--dereference\fR
+\f[CR]-X\f[R], \f[CR]--dereference\f[R]
 Dereference symbolic links when displaying information.
-
 .TP
-\fB-x\fR, \fB--across\fR
+\f[CR]-x\f[R], \f[CR]--across\f[R]
 Sort the grid across, rather than downwards.
-
 .TP
-\fB--color=WHEN\fR, \fB--colour=WHEN\fR
-When to use terminal colours (using ANSI escape code to colorize the output).
-
-.PP
-Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (or ‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
-The default value is ‘\fBautomatic\fR’.
-
+\f[CR]--color=WHEN\f[R], \f[CR]--colour=WHEN\f[R]
+When to use terminal colours (using ANSI escape code to colorize the
+output).
+.PP
+Valid settings are `\f[CR]always\f[R]', `\f[CR]automatic\f[R]' (or
+`\f[CR]auto\f[R]' for short), and `\f[CR]never\f[R]'.
+The default value is `\f[CR]automatic\f[R]'.
+.PP
+The default behavior (`\f[CR]automatic\f[R]' or `\f[CR]auto\f[R]') is to
+colorize the output only when the standard output is connected to a real
+terminal.
+If the output of \f[CR]eza\f[R] is redirected to a file or piped into
+another program, terminal colors will not be used.
+Setting this option to `\f[CR]always\f[R]' causes \f[CR]eza\f[R] to
+always output terminal color, while `\f[CR]never\f[R]' disables the use
+of terminal color.
 .PP
-The 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.
-
-.PP
-Manually setting this option overrides \fBNO_COLOR\fR environment.
-
+Manually setting this option overrides \f[CR]NO_COLOR\f[R] environment.
 .TP
-\fB--color-scale\fR, \fB--colour-scale\fR
-highlight levels of \fBfield\fR distinctly.
+\f[CR]--color-scale\f[R], \f[CR]--colour-scale\f[R]
+highlight levels of \f[CR]field\f[R] distinctly.
 Use comma(,) separated list of all, age, size
-
 .TP
-\fB--color-scale-mode\fR, \fB--colour-scale-mode\fR
-Use gradient or fixed colors in \fB--color-scale\fR\&.
-
+\f[CR]--color-scale-mode\f[R], \f[CR]--colour-scale-mode\f[R]
+Use gradient or fixed colors in \f[CR]--color-scale\f[R].
 .PP
-Valid options are \fBfixed\fR or \fBgradient\fR\&.
-The default value is \fBgradient\fR\&.
-
+Valid options are \f[CR]fixed\f[R] or \f[CR]gradient\f[R].
+The default value is \f[CR]gradient\f[R].
 .TP
-\fB--icons=WHEN\fR
+\f[CR]--icons=WHEN\f[R]
 Display icons next to file names.
-
-.PP
-Valid settings are ‘\fBalways\fR’, ‘\fBautomatic\fR’ (‘\fBauto\fR’ for short), and ‘\fBnever\fR’.
-The default value is ‘\fBautomatic\fR’.
-
 .PP
-\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.
-
+Valid settings are `\f[CR]always\f[R]', `\f[CR]automatic\f[R]'
+(`\f[CR]auto\f[R]' for short), and `\f[CR]never\f[R]'.
+The default value is `\f[CR]automatic\f[R]'.
+.PP
+\f[CR]automatic\f[R] or \f[CR]auto\f[R] will display icons only when the
+standard output is connected to a real terminal.
+If \f[CR]eza\f[R] is ran while in a \f[CR]tty\f[R], or the output of
+\f[CR]eza\f[R] is either redirected to a file or piped into another
+program, icons will not be used.
+Setting this option to `\f[CR]always\f[R]' causes \f[CR]eza\f[R] to
+always display icons, while `\f[CR]never\f[R]' disables the use of
+icons.
 .TP
-\fB--no-quotes\fR
-Don't quote file names with spaces.
-
+\f[CR]--no-quotes\f[R]
+Don\[cq]t quote file names with spaces.
 .TP
-\fB--hyperlink\fR
+\f[CR]--hyperlink\f[R]
 Display entries as hyperlinks
-
 .TP
-\fB-w\fR, \fB--width=COLS\fR
+\f[CR]-w\f[R], \f[CR]--width=COLS\f[R]
 Set screen width in columns.
-
 .PP
-Valid options are \fBnone\fR, \fBabsolute\fR or \fBrelative\fR\&.
-The default value is \fBnone\fR
-
-.PP
-\fBabsolute\fR mode highlights based on file modification time relative to the past year.
-\fBrelative\fR mode highlights based on file modification time in relation to other files. \fBnone\fR disables highlighting.
-
-
+Valid options are \f[CR]none\f[R], \f[CR]absolute\f[R] or
+\f[CR]relative\f[R].
+The default value is \f[CR]none\f[R]
+.PP
+\f[CR]absolute\f[R] mode highlights based on file modification time
+relative to the past year.
+\f[CR]relative\f[R] mode highlights based on file modification time in
+relation to other files.
+\f[CR]none\f[R] disables highlighting.
 .SH FILTERING AND SORTING OPTIONS
 .TP
-\fB-a\fR, \fB--all\fR
-Show hidden and “dot” files.
-Use this twice to also show the ‘\fB\&.\fR’ and ‘\fB\&..\fR’ directories.
-
-.TP
-\fB-A\fR, \fB--almost-all\fR
-Equivalent to --all; included for compatibility with \fBls -A\fR\&.
-
-.TP
-\fB-d\fR, \fB--list-dirs\fR
-List directories as regular files, rather than recursing and listing their contents.
-
+\f[CR]-a\f[R], \f[CR]--all\f[R]
+Show hidden and \[lq]dot\[rq] files.
+Use this twice to also show the `\f[CR].\f[R]' and `\f[CR]..\f[R]'
+directories.
+.TP
+\f[CR]-A\f[R], \f[CR]--almost-all\f[R]
+Equivalent to \[en]all; included for compatibility with
+\f[CR]ls -A\f[R].
+.TP
+\f[CR]-d\f[R], \f[CR]--list-dirs\f[R]
+List directories as regular files, rather than recursing and listing
+their contents.
 .TP
-\fB-L\fR, \fB--level=DEPTH\fR
+\f[CR]-L\f[R], \f[CR]--level=DEPTH\f[R]
 Limit the depth of recursion.
-
 .TP
-\fB-r\fR, \fB--reverse\fR
+\f[CR]-r\f[R], \f[CR]--reverse\f[R]
 Reverse the sort order.
-
 .TP
-\fB-s\fR, \fB--sort=SORT_FIELD\fR
+\f[CR]-s\f[R], \f[CR]--sort=SORT_FIELD\f[R]
 Which field to sort by.
-
-.PP
-Valid 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’.
-
-.PP
-The \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’.
-
 .PP
-Sort 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’.
-
+Valid sort fields are `\f[CR]name\f[R]', `\f[CR]Name\f[R]',
+`\f[CR]extension\f[R]', `\f[CR]Extension\f[R]', `\f[CR]size\f[R]',
+`\f[CR]modified\f[R]', `\f[CR]changed\f[R]', `\f[CR]accessed\f[R]',
+`\f[CR]created\f[R]', `\f[CR]inode\f[R]', `\f[CR]type\f[R]', and
+`\f[CR]none\f[R]'.
+.PP
+The \f[CR]modified\f[R] sort field has the aliases `\f[CR]date\f[R]',
+`\f[CR]time\f[R]', and `\f[CR]newest\f[R]', and its reverse order has
+the aliases `\f[CR]age\f[R]' and `\f[CR]oldest\f[R]'.
+.PP
+Sort 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'.
 .TP
-\fB-I\fR, \fB--ignore-glob=GLOBS\fR
+\f[CR]-I\f[R], \f[CR]--ignore-glob=GLOBS\f[R]
 Glob patterns, pipe-separated, of files to ignore.
-
 .TP
-\fB--git-ignore\fR [if eza was built with git support]
+\f[CR]--git-ignore\f[R] [if eza was built with git support]
 Do not list files that are ignored by Git.
-
 .TP
-\fB--group-directories-first\fR
+\f[CR]--group-directories-first\f[R]
 List directories before other files.
-
 .TP
-\fB-D\fR, \fB--only-dirs\fR
+\f[CR]-D\f[R], \f[CR]--only-dirs\f[R]
 List only directories, not files.
-
 .TP
-\fB-f\fR, \fB--only-files\fR
+\f[CR]-f\f[R], \f[CR]--only-files\f[R]
 List only files, not directories.
-
-
 .SH LONG VIEW OPTIONS
-.PP
-These options are available when running with \fB--long\fR (\fB-l\fR):
-
+These options are available when running with \f[CR]--long\f[R]
+(\f[CR]-l\f[R]):
 .TP
-\fB-b\fR, \fB--binary\fR
+\f[CR]-b\f[R], \f[CR]--binary\f[R]
 List file sizes with binary prefixes.
-
 .TP
-\fB-B\fR, \fB--bytes\fR
+\f[CR]-B\f[R], \f[CR]--bytes\f[R]
 List file sizes in bytes, without any prefixes.
-
 .TP
-\fB--changed\fR
+\f[CR]--changed\f[R]
 Use the changed timestamp field.
-
 .TP
-\fB-g\fR, \fB--group\fR
-List each file’s group.
-
+\f[CR]-g\f[R], \f[CR]--group\f[R]
+List each file\[cq]s group.
 .TP
-\fB--smart-group\fR
+\f[CR]--smart-group\f[R]
 Only show group if it has a different name from owner
-
 .TP
-\fB-h\fR, \fB--header\fR
+\f[CR]-h\f[R], \f[CR]--header\f[R]
 Add a header row to each column.
-
 .TP
-\fB-H\fR, \fB--links\fR
-List each file’s number of hard links.
-
+\f[CR]-H\f[R], \f[CR]--links\f[R]
+List each file\[cq]s number of hard links.
 .TP
-\fB-i\fR, \fB--inode\fR
-List each file’s inode number.
-
+\f[CR]-i\f[R], \f[CR]--inode\f[R]
+List each file\[cq]s inode number.
 .TP
-\fB-m\fR, \fB--modified\fR
+\f[CR]-m\f[R], \f[CR]--modified\f[R]
 Use the modified timestamp field.
-
 .TP
-\fB-M\fR, \fB--mounts\fR
+\f[CR]-M\f[R], \f[CR]--mounts\f[R]
 Show mount details (Linux and Mac only)
-
 .TP
-\fB-n\fR, \fB--numeric\fR
+\f[CR]-n\f[R], \f[CR]--numeric\f[R]
 List numeric user and group IDs.
-
 .TP
-\fB-O\fR, \fB--flags\fR
-List 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.
-
+\f[CR]-O\f[R], \f[CR]--flags\f[R]
+List 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 \f[CR]EZA_WINDOWS_ATTRIBUTES=short\f[R].
+On BSD systems see chflags(1) for a list of file flags and their
+meanings.
 .TP
-\fB-S\fR, \fB--blocksize\fR
-List each file’s size of allocated file system blocks.
-
+\f[CR]-S\f[R], \f[CR]--blocksize\f[R]
+List each file\[cq]s size of allocated file system blocks.
 .TP
-\fB-t\fR, \fB--time=WORD\fR
+\f[CR]-t\f[R], \f[CR]--time=WORD\f[R]
 Which timestamp field to list.
-
-Valid timestamp fields are ‘\fBmodified\fR’, ‘\fBchanged\fR’, ‘\fBaccessed\fR’, and ‘\fBcreated\fR’.
-
+Valid timestamp fields are `\f[CR]modified\f[R]', `\f[CR]changed\f[R]',
+`\f[CR]accessed\f[R]', and `\f[CR]created\f[R]'.
 .TP
-\fB--time-style=STYLE\fR
+\f[CR]--time-style=STYLE\f[R]
 How to format timestamps.
-
-Valid 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’).
-
-.PP
-\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 .
-
-.PP
-Alternatively, \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".
-
+Valid timestamp styles are `\f[CR]default\f[R]', `\f[CR]iso\f[R]',
+`\f[CR]long-iso\f[R]', `\f[CR]full-iso\f[R]', `\f[CR]relative\f[R]', or
+a custom style `\f[CR]+<FORMAT>\f[R]' (e.g.,
+`\f[CR]+%Y-%m-%d %H:%M\f[R]' => `\f[CR]2023-09-30 13:00\f[R]').
+.PP
+\f[CR]<FORMAT>\f[R] 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 .
+.PP
+Alternatively, \f[CR]<FORMAT>\f[R] 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 \f[CR]<FORMAT>\f[R] is
+\[lq]\f[CR]%Y-%m-%d %H<newline>--%m-%d %H:%M\f[R]\[rq], non-recent files
+=> \[lq]\f[CR]2022-12-30 13\f[R]\[rq], recent files =>
+\[lq]\f[CR]--09-30 13:34\f[R]\[rq].
 .TP
-\fB--total-size\fR
+\f[CR]--total-size\f[R]
 Show recursive directory size (unix only).
-
 .TP
-\fB-u\fR, \fB--accessed\fR
+\f[CR]-u\f[R], \f[CR]--accessed\f[R]
 Use the accessed timestamp field.
-
 .TP
-\fB-U\fR, \fB--created\fR
+\f[CR]-U\f[R], \f[CR]--created\f[R]
 Use the created timestamp field.
-
 .TP
-\fB--no-permissions\fR
+\f[CR]--no-permissions\f[R]
 Suppress the permissions field.
-
 .TP
-\fB-o\fR, \fB--octal-permissions\fR
-List each file's permissions in octal format.
-
+\f[CR]-o\f[R], \f[CR]--octal-permissions\f[R]
+List each file\[cq]s permissions in octal format.
 .TP
-\fB--no-filesize\fR
+\f[CR]--no-filesize\f[R]
 Suppress the file size field.
-
 .TP
-\fB--no-user\fR
+\f[CR]--no-user\f[R]
 Suppress the user field.
-
 .TP
-\fB--no-time\fR
+\f[CR]--no-time\f[R]
 Suppress the time field.
-
 .TP
-\fB--stdin\fR
-When 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.
-
-.TP
-\fB-@\fR, \fB--extended\fR
-List each file’s extended attributes and sizes.
-
-.TP
-\fB-Z\fR, \fB--context\fR
-List each file's security context.
-
-.TP
-\fB--git\fR  [if eza was built with git support]
-List each file’s Git status, if tracked.
-This 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.
-
-.TP
-\fB--git-repos\fR [if eza was built with git support]
-List each directory’s Git status, if tracked.
-Symbols shown are \fB|\fR= clean, \fB+\fR= dirty, and \fB~\fR= for unknown.
-
+\f[CR]--stdin\f[R]
+When you wish to pipe directories to eza/read from stdin.
+Separate one per line or define custom separation char in
+\f[CR]EZA_STDIN_SEPARATOR\f[R] env variable.
+.TP
+\f[CR]-\[at]\f[R], \f[CR]--extended\f[R]
+List each file\[cq]s extended attributes and sizes.
+.TP
+\f[CR]-Z\f[R], \f[CR]--context\f[R]
+List each file\[cq]s security context.
+.TP
+\f[CR]--git\f[R] [if eza was built with git support]
+List each file\[cq]s Git status, if tracked.
+This adds a two-character column indicating the staged and unstaged
+statuses respectively.
+The status character can be `\f[CR]-\f[R]' for not modified,
+`\f[CR]M\f[R]' for a modified file, `\f[CR]N\f[R]' for a new file,
+`\f[CR]D\f[R]' for deleted, `\f[CR]R\f[R]' for renamed, `\f[CR]T\f[R]'
+for type-change, `\f[CR]I\f[R]' for ignored, and `\f[CR]U\f[R]' 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.
+.TP
+\f[CR]--git-repos\f[R] [if eza was built with git support]
+List each directory\[cq]s Git status, if tracked.
+Symbols shown are \f[CR]|\f[R]= clean, \f[CR]+\f[R]= dirty, and
+\f[CR]\[ti]\f[R]= for unknown.
 .TP
-\fB--git-repos-no-status\fR [if eza was built with git support]
+\f[CR]--git-repos-no-status\f[R] [if eza was built with git support]
 List if a directory is a Git repository, but not its status.
-All Git repository directories will be shown as (themed) \fB-\fR without status indicated.
-
+All Git repository directories will be shown as (themed) \f[CR]-\f[R]
+without status indicated.
 .TP
-\fB--no-git\fR
-Don't show Git status (always overrides \fB--git\fR, \fB--git-repos\fR, \fB--git-repos-no-status\fR)
-
-
+\f[CR]--no-git\f[R]
+Don\[cq]t show Git status (always overrides \f[CR]--git\f[R],
+\f[CR]--git-repos\f[R], \f[CR]--git-repos-no-status\f[R])
 .SH ENVIRONMENT VARIABLES
-.PP
-If an environment variable prefixed with \fBEZA_\fR is not set, for backward compatibility, it will default to its counterpart starting with \fBEXA_\fR\&.
-
+If an environment variable prefixed with \f[CR]EZA_\f[R] is not set, for
+backward compatibility, it will default to its counterpart starting with
+\f[CR]EXA_\f[R].
 .PP
 eza responds to the following environment variables:
-
-.SH \fBCOLUMNS\fR
-.PP
-Overrides the width of the terminal, in characters, however, \fB-w\fR takes precedence.
-
-.PP
-For example, ‘\fBCOLUMNS=80 eza\fR’ will show a grid view with a maximum width of 80 characters.
-
-.PP
-This option won’t do anything when eza’s output doesn’t wrap, such as when using the \fB--long\fR view.
-
-.SH \fBEZA_STRICT\fR
-.PP
-Enables \fIstrict mode\fP, which will make eza error when two command-line options are incompatible.
-
-.PP
-Usually, 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.
-
+.SS \f[CR]COLUMNS\f[R]
+Overrides the width of the terminal, in characters, however,
+\f[CR]-w\f[R] takes precedence.
+.PP
+For example, `\f[CR]COLUMNS=80 eza\f[R]' will show a grid view with a
+maximum width of 80 characters.
+.PP
+This option won\[cq]t do anything when eza\[cq]s output doesn\[cq]t
+wrap, such as when using the \f[CR]--long\f[R] view.
+.SS \f[CR]EZA_STRICT\f[R]
+Enables \f[I]strict mode\f[R], which will make eza error when two
+command-line options are incompatible.
+.PP
+Usually, options can override each other going right-to-left on the
+command line, so that eza can be given aliases: creating an alias
+`\f[CR]eza=eza --sort=ext\f[R]' then running
+`\f[CR]eza --sort=size\f[R]' with that alias will run
+`\f[CR]eza --sort=ext --sort=size\f[R]', and the sorting specified by
+the user will override the sorting specified by the alias.
 .PP
 In strict mode, the two options will not co-operate, and eza will error.
-
-.PP
-This option is intended for use with automated scripts and other situations where you want to be certain you’re typing in the right command.
-
-.SH \fBEZA_GRID_ROWS\fR
-.PP
-Limits 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.
-
-.PP
-With 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.
-By specifying a minimum number of rows, you can only use the view if it’s going to be worth using.
-
-.SH \fBEZA_ICON_SPACING\fR
-.PP
-Specifies the number of spaces to print between an icon (see the ‘\fB--icons\fR’ option) and its file name.
-
-.PP
-Different 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.
-
-.SH \fBNO_COLOR\fR
-.PP
-Disables colours in the output (regardless of its value). Can be overridden by \fB--color\fR option.
-
-.PP
-See \fBhttps://no-color.org/\fR for details.
-
-.SH \fBLS_COLORS\fR, \fBEZA_COLORS\fR
 .PP
-Specifies the colour scheme used to highlight files based on their name and kind, as well as highlighting metadata and parts of the UI.
-
-.PP
-For more information on the format of these environment variables, see the 
-\[la]eza_colors.5.md\[ra] manual page.
-
-.SH \fBEZA_OVERRIDE_GIT\fR
-.PP
-Overrides any \fB--git\fR or \fB--git-repos\fR argument
-
-.SH \fBEZA_MIN_LUMINANCE\fR
-.PP
-Specifies the minimum luminance to use when decay is active. It's value can be between -100 to 100.
-
-.SH \fBEZA_ICONS_AUTO\fR
-.PP
-If 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.
-
-.PP
-Any explicit use of the \fB--icons=WHEN\fR flag overrides this behavior.
-
-.SH \fBEZA_STDIN_SEPARATOR\fR
-.PP
-Specifies the separator to use when file names are piped from stdin. Defaults to newline.
-
-
+This option is intended for use with automated scripts and other
+situations where you want to be certain you\[cq]re typing in the right
+command.
+.SS \f[CR]EZA_GRID_ROWS\f[R]
+Limits the grid-details view (`\f[CR]eza --grid --long\f[R]') so
+it\[cq]s only activated when at least the given number of rows of output
+would be generated.
+.PP
+With widescreen displays, it\[cq]s possible for the grid to look very
+wide and sparse, on just one or two lines with none of the columns
+lining up.
+By specifying a minimum number of rows, you can only use the view if
+it\[cq]s going to be worth using.
+.SS \f[CR]EZA_ICON_SPACING\f[R]
+Specifies the number of spaces to print between an icon (see the
+`\f[CR]--icons\f[R]' option) and its file name.
+.PP
+Different terminals display icons differently, as they usually take up
+more than one character width on screen, so there\[cq]s no
+\[lq]standard\[rq] 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.
+.SS \f[CR]NO_COLOR\f[R]
+Disables colours in the output (regardless of its value).
+Can be overridden by \f[CR]--color\f[R] option.
+.PP
+See \f[CR]https://no-color.org/\f[R] for details.
+.SS \f[CR]LS_COLORS\f[R], \f[CR]EZA_COLORS\f[R]
+Specifies the colour scheme used to highlight files based on their name
+and kind, as well as highlighting metadata and parts of the UI.
+.PP
+For more information on the format of these environment variables, see
+the eza_colors.5.md manual page.
+.SS \f[CR]EZA_OVERRIDE_GIT\f[R]
+Overrides any \f[CR]--git\f[R] or \f[CR]--git-repos\f[R] argument
+.SS \f[CR]EZA_MIN_LUMINANCE\f[R]
+Specifies the minimum luminance to use when decay is active.
+It\[cq]s value can be between -100 to 100.
+.SS \f[CR]EZA_ICONS_AUTO\f[R]
+If set, automates the same behavior as using \f[CR]--icons\f[R] or
+\f[CR]--icons=auto\f[R].
+Useful for if you always want to have icons enabled.
+.PP
+Any explicit use of the \f[CR]--icons=WHEN\f[R] flag overrides this
+behavior.
+.SS \f[CR]EZA_STDIN_SEPARATOR\f[R]
+Specifies the separator to use when file names are piped from stdin.
+Defaults to newline.
 .SH EXIT STATUSES
 .TP
 0
 If everything goes OK.
-
 .TP
 1
 If there was an I/O error during operation.
-
 .TP
 3
 If there was a problem with the command-line arguments.
-
-
 .SH AUTHOR
-.PP
 eza is maintained by Christina Sørensen and many other contributors.
-
 .PP
-\fBSource code:\fP \fBhttps://github.com/eza-community/eza\fR \\
-\fBContributors:\fP \fBhttps://github.com/eza-community/eza/graphs/contributors\fR
-
-.PP
-Our infinite thanks to Benjamin ‘ogham’ Sago and all the other contributors of exa, from which eza was forked.
-
-
+\f[B]Source code:\f[R] \f[CR]https://github.com/eza-community/eza\f[R]
+.PD 0
+.P
+.PD
+\f[B]Contributors:\f[R]
+\f[CR]https://github.com/eza-community/eza/graphs/contributors\f[R]
+.PP
+Our infinite thanks to Benjamin `ogham' Sago and all the other
+contributors of exa, from which eza was forked.
 .SH SEE ALSO
-.RS
-.IP \(bu 2
-
-\[la]eza_colors.5.md\[ra]
-.IP \(bu 2
-
-\[la]eza_colors\-explanation.5.md\[ra]
-
-.RE
+.IP \[bu] 2
+eza_colors.5.md
+.IP \[bu] 2
+eza_colors-explanation.5.md

Index: pkgsrc/sysutils/eza/files/eza_colors-explanation.5
diff -u pkgsrc/sysutils/eza/files/eza_colors-explanation.5:1.6 pkgsrc/sysutils/eza/files/eza_colors-explanation.5:1.7
--- pkgsrc/sysutils/eza/files/eza_colors-explanation.5:1.6      Mon Nov 20 06:05:24 2023
+++ pkgsrc/sysutils/eza/files/eza_colors-explanation.5  Fri Mar  8 15:36:38 2024
@@ -1,59 +1,42 @@
-.\" Automatically generated by Pandoc 3.0.1
+.\" Automatically generated by Pandoc 3.1.9
 .\"
-.\" Define V font for inline verbatim, using C font in formats
-.\" that render this, and otherwise B font.
-.ie "\f[CB]x\f[]"x" \{\
-. ftr V B
-. ftr VI BI
-. ftr VB B
-. ftr VBI BI
-.\}
-.el \{\
-. ftr V CR
-. ftr VI CI
-. ftr VB CB
-. ftr VBI CBI
-.\}
 .TH "eza_colors-explanation" "5" "" "$version" ""
-.hy
 .SH Name
-.PP
 eza_colors-explanation \[em] more details on customizing eza colors
 .SH Eza Color Explanation
-.PP
 eza provides its own built-in set of file extension mappings that cover
 a large range of common file extensions, including documents, archives,
 media, and temporary files.
 Any mappings in the environment variables will override this default
-set: running eza with \f[V]LS_COLORS=\[dq]*.zip=32\[dq]\f[R] will turn
+set: running eza with \f[CR]LS_COLORS=\[dq]*.zip=32\[dq]\f[R] will turn
 zip files green but leave the colours of other compressed files alone.
 .PP
 You can also disable this built-in set entirely by including a
-\f[V]reset\f[R] entry at the beginning of \f[V]EZA_COLORS\f[R].
-So setting \f[V]EZA_COLORS=\[dq]reset:*.txt=31\[dq]\f[R] will highlight
-only text files; setting \f[V]EZA_COLORS=\[dq]reset\[dq]\f[R] will
+\f[CR]reset\f[R] entry at the beginning of \f[CR]EZA_COLORS\f[R].
+So setting \f[CR]EZA_COLORS=\[dq]reset:*.txt=31\[dq]\f[R] will highlight
+only text files; setting \f[CR]EZA_COLORS=\[dq]reset\[dq]\f[R] will
 highlight nothing.
 .SS Examples
 .IP \[bu] 2
 Disable the \[lq]current user\[rq] highlighting:
-\f[V]EZA_COLORS=\[dq]uu=0:gu=0\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]uu=0:gu=0\[dq]\f[R]
 .IP \[bu] 2
-Turn the date column green: \f[V]EZA_COLORS=\[dq]da=32\[dq]\f[R]
+Turn the date column green: \f[CR]EZA_COLORS=\[dq]da=32\[dq]\f[R]
 .IP \[bu] 2
 Highlight Vagrantfiles:
-\f[V]EZA_COLORS=\[dq]Vagrantfile=1;4;33\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]Vagrantfile=1;4;33\[dq]\f[R]
 .IP \[bu] 2
 Override the existing zip colour:
-\f[V]EZA_COLORS=\[dq]*.zip=38;5;125\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]*.zip=38;5;125\[dq]\f[R]
 .IP \[bu] 2
 Markdown files a shade of green, log files a shade of grey:
-\f[V]EZA_COLORS=\[dq]*.md=38;5;121:*.log=38;5;248\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]*.md=38;5;121:*.log=38;5;248\[dq]\f[R]
 .SS BUILT-IN EXTENSIONS
 .IP \[bu] 2
 eza now supports bright colours!
 As supported by most modern 256-colour terminals, you can now choose
-from \f[V]bright\f[R] colour codes when selecting your custom colours in
-your \f[V]#EZA_COLORS\f[R] environment variable.
+from \f[CR]bright\f[R] colour codes when selecting your custom colours
+in your \f[CR]#EZA_COLORS\f[R] environment variable.
 .IP \[bu] 2
 Build (Makefile, Cargo.toml, package.json) are yellow and underlined.
 .IP \[bu] 2

Index: pkgsrc/sysutils/eza/files/eza_colors.5
diff -u pkgsrc/sysutils/eza/files/eza_colors.5:1.7 pkgsrc/sysutils/eza/files/eza_colors.5:1.8
--- pkgsrc/sysutils/eza/files/eza_colors.5:1.7  Sat Dec 30 03:08:48 2023
+++ pkgsrc/sysutils/eza/files/eza_colors.5      Fri Mar  8 15:36:38 2024
@@ -1,394 +1,375 @@
-.\" Automatically generated by Pandoc 3.0.1
+.\" Automatically generated by Pandoc 3.1.9
 .\"
-.\" Define V font for inline verbatim, using C font in formats
-.\" that render this, and otherwise B font.
-.ie "\f[CB]x\f[]"x" \{\
-. ftr V B
-. ftr VI BI
-. ftr VB B
-. ftr VBI BI
-.\}
-.el \{\
-. ftr V CR
-. ftr VI CI
-. ftr VB CB
-. ftr VBI CBI
-.\}
 .TH "eza_colors" "5" "" "$version" ""
-.hy
 .SH NAME
-.PP
 eza_colors \[em] customising the file and UI colours of eza
 .SH SYNOPSIS
-.PP
-The \f[V]EZA_COLORS\f[R] environment variable can be used to customise
-the colours that \f[V]eza\f[R] uses to highlight file names, file
+The \f[CR]EZA_COLORS\f[R] environment variable can be used to customise
+the colours that \f[CR]eza\f[R] uses to highlight file names, file
 metadata, and parts of the UI.
 .PP
-You can use the \f[V]dircolors\f[R] program to generate a script that
+You can use the \f[CR]dircolors\f[R] program to generate a script that
 sets the variable from an input file, or if you don\[cq]t mind editing
 long strings of text, you can just type it out directly.
 These variables have the following structure:
 .IP \[bu] 2
-A list of key-value pairs separated by `\f[V]=\f[R]', such as
-`\f[V]*.txt=32\f[R]'.
+A list of key-value pairs separated by `\f[CR]=\f[R]', such as
+`\f[CR]*.txt=32\f[R]'.
 .IP \[bu] 2
-Multiple ANSI formatting codes are separated by `\f[V];\f[R]', such as
-`\f[V]*.txt=32;1;4\f[R]'.
+Multiple ANSI formatting codes are separated by `\f[CR];\f[R]', such as
+`\f[CR]*.txt=32;1;4\f[R]'.
 .IP \[bu] 2
-Finally, multiple pairs are separated by `\f[V]:\f[R]', such as
-`\f[V]*.txt=32:*.mp3=1;35\f[R]'.
+Finally, multiple pairs are separated by `\f[CR]:\f[R]', such as
+`\f[CR]*.txt=32:*.mp3=1;35\f[R]'.
 .PP
 The key half of the pair can either be a two-letter code or a file glob,
 and anything that\[cq]s not a valid code will be treated as a glob,
 including keys that happen to be two letters long.
 .PP
-For backwards compatibility \f[V]EXA_COLORS\f[R] environment variables
-is checked if \f[V]EZA_COLORS\f[R] is unset.
+For backwards compatibility \f[CR]EXA_COLORS\f[R] environment variables
+is checked if \f[CR]EZA_COLORS\f[R] is unset.
 .SH EXAMPLES
 .TP
-\f[V]EZA_COLORS=\[dq]uu=0:gu=0\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]uu=0:gu=0\[dq]\f[R]
 Disable the \[lq]current user\[rq] highlighting
 .TP
-\f[V]EZA_COLORS=\[dq]da=32\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]da=32\[dq]\f[R]
 Turn the date column green
 .TP
-\f[V]EZA_COLORS=\[dq]Vagrantfile=1;4;33\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]Vagrantfile=1;4;33\[dq]\f[R]
 Highlight Vagrantfiles
 .TP
-\f[V]EZA_COLORS=\[dq]*.zip=38;5;125\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]*.zip=38;5;125\[dq]\f[R]
 Override the existing zip colour
 .TP
-\f[V]EZA_COLORS=\[dq]*.md=38;5;121:*.log=38;5;248\[dq]\f[R]
+\f[CR]EZA_COLORS=\[dq]*.md=38;5;121:*.log=38;5;248\[dq]\f[R]
 Markdown files a shade of green, log files a shade of grey
 .SH LIST OF CODES
-.PP
-\f[V]LS_COLORS\f[R] can use these ten codes:
+\f[CR]LS_COLORS\f[R] can use these ten codes:
 .TP
-\f[V]di\f[R]
+\f[CR]di\f[R]
 directories
 .TP
-\f[V]ex\f[R]
+\f[CR]ex\f[R]
 executable files
 .TP
-\f[V]fi\f[R]
+\f[CR]fi\f[R]
 regular files
 .TP
-\f[V]pi\f[R]
+\f[CR]pi\f[R]
 named pipes
 .TP
-\f[V]so\f[R]
+\f[CR]so\f[R]
 sockets
 .TP
-\f[V]bd\f[R]
+\f[CR]bd\f[R]
 block devices
 .TP
-\f[V]cd\f[R]
+\f[CR]cd\f[R]
 character devices
 .TP
-\f[V]ln\f[R]
+\f[CR]ln\f[R]
 symlinks
 .TP
-\f[V]or\f[R]
+\f[CR]or\f[R]
 symlinks with no target
 .PP
-\f[V]EZA_COLORS\f[R] can use many more:
+\f[CR]EZA_COLORS\f[R] can use many more:
 .TP
-\f[V]oc\f[R]
+\f[CR]oc\f[R]
 the permissions displayed as octal
 .TP
-\f[V]ur\f[R]
+\f[CR]ur\f[R]
 the user-read permission bit
 .TP
-\f[V]uw\f[R]
+\f[CR]uw\f[R]
 the user-write permission bit
 .TP
-\f[V]ux\f[R]
+\f[CR]ux\f[R]
 the user-execute permission bit for regular files
 .TP
-\f[V]ue\f[R]
+\f[CR]ue\f[R]
 the user-execute for other file kinds
 .TP
-\f[V]gr\f[R]
+\f[CR]gr\f[R]
 the group-read permission bit
 .TP
-\f[V]gw\f[R]
+\f[CR]gw\f[R]
 the group-write permission bit
 .TP
-\f[V]gx\f[R]
+\f[CR]gx\f[R]
 the group-execute permission bit
 .TP
-\f[V]tr\f[R]
+\f[CR]tr\f[R]
 the others-read permission bit
 .TP
-\f[V]tw\f[R]
+\f[CR]tw\f[R]
 the others-write permission bit
 .TP
-\f[V]tx\f[R]
+\f[CR]tx\f[R]
 the others-execute permission bit
 .TP
-\f[V]su\f[R]
+\f[CR]su\f[R]
 setuid, setgid, and sticky permission bits for files
 .TP
-\f[V]sf\f[R]
+\f[CR]sf\f[R]
 setuid, setgid, and sticky for other file kinds
 .TP
-\f[V]xa\f[R]
+\f[CR]xa\f[R]
 the extended attribute indicator
 .TP
-\f[V]sn\f[R]
-the numbers of a file\[cq]s size (sets \f[V]nb\f[R], \f[V]nk\f[R],
-\f[V]nm\f[R], \f[V]ng\f[R] and \f[V]nt\f[R])
+\f[CR]sn\f[R]
+the numbers of a file\[cq]s size (sets \f[CR]nb\f[R], \f[CR]nk\f[R],
+\f[CR]nm\f[R], \f[CR]ng\f[R] and \f[CR]nt\f[R])
 .TP
-\f[V]nb\f[R]
+\f[CR]nb\f[R]
 the numbers of a file\[cq]s size if it is lower than 1 KB/Kib
 .TP
-\f[V]nk\f[R]
+\f[CR]nk\f[R]
 the numbers of a file\[cq]s size if it is between 1 KB/KiB and 1 MB/MiB
 .TP
-\f[V]nm\f[R]
+\f[CR]nm\f[R]
 the numbers of a file\[cq]s size if it is between 1 MB/MiB and 1 GB/GiB
 .TP
-\f[V]ng\f[R]
+\f[CR]ng\f[R]
 the numbers of a file\[cq]s size if it is between 1 GB/GiB and 1 TB/TiB
 .TP
-\f[V]nt\f[R]
+\f[CR]nt\f[R]
 the numbers of a file\[cq]s size if it is 1 TB/TiB or higher
 .TP
-\f[V]sb\f[R]
-the units of a file\[cq]s size (sets \f[V]ub\f[R], \f[V]uk\f[R],
-\f[V]um\f[R], \f[V]ug\f[R] and \f[V]ut\f[R])
+\f[CR]sb\f[R]
+the units of a file\[cq]s size (sets \f[CR]ub\f[R], \f[CR]uk\f[R],
+\f[CR]um\f[R], \f[CR]ug\f[R] and \f[CR]ut\f[R])
 .TP
-\f[V]ub\f[R]
+\f[CR]ub\f[R]
 the units of a file\[cq]s size if it is lower than 1 KB/Kib
 .TP
-\f[V]uk\f[R]
+\f[CR]uk\f[R]
 the units of a file\[cq]s size if it is between 1 KB/KiB and 1 MB/MiB
 .TP
-\f[V]um\f[R]
+\f[CR]um\f[R]
 the units of a file\[cq]s size if it is between 1 MB/MiB and 1 GB/GiB
 .TP
-\f[V]ug\f[R]
+\f[CR]ug\f[R]
 the units of a file\[cq]s size if it is between 1 GB/GiB and 1 TB/TiB
 .TP
-\f[V]ut\f[R]
+\f[CR]ut\f[R]
 the units of a file\[cq]s size if it is 1 TB/TiB or higher
 .TP
-\f[V]df\f[R]
+\f[CR]df\f[R]
 a device\[cq]s major ID
 .TP
-\f[V]ds\f[R]
+\f[CR]ds\f[R]
 a device\[cq]s minor ID
 .TP
-\f[V]uu\f[R]
+\f[CR]uu\f[R]
 a user that\[cq]s you
 .TP
-\f[V]uR\f[R]
+\f[CR]uR\f[R]
 a user that\[cq]s root
 .TP
-\f[V]un\f[R]
+\f[CR]un\f[R]
 a user that\[cq]s someone else
 .TP
-\f[V]gu\f[R]
+\f[CR]gu\f[R]
 a group that you belong to
 .TP
-\f[V]gR\f[R]
+\f[CR]gR\f[R]
 a group related to root
 .TP
-\f[V]gn\f[R]
+\f[CR]gn\f[R]
 a group you aren\[cq]t a member of
 .TP
-\f[V]lc\f[R]
+\f[CR]lc\f[R]
 a number of hard links
 .TP
-\f[V]lm\f[R]
+\f[CR]lm\f[R]
 a number of hard links for a regular file with at least two
 .TP
-\f[V]ga\f[R]
+\f[CR]ga\f[R]
 a new flag in Git
 .TP
-\f[V]gm\f[R]
+\f[CR]gm\f[R]
 a modified flag in Git
 .TP
-\f[V]gd\f[R]
+\f[CR]gd\f[R]
 a deleted flag in Git
 .TP
-\f[V]gv\f[R]
+\f[CR]gv\f[R]
 a renamed flag in Git
 .TP
-\f[V]gt\f[R]
+\f[CR]gt\f[R]
 a modified metadata flag in Git
 .TP
-\f[V]gi\f[R]
+\f[CR]gi\f[R]
 an ignored flag in Git
 .TP
-\f[V]gc\f[R]
+\f[CR]gc\f[R]
 a conflicted flag in Git
 .TP
-\f[V]Gm\f[R]
+\f[CR]Gm\f[R]
 main branch of repo
 .TP
-\f[V]Go\f[R]
+\f[CR]Go\f[R]
 other branch of repo
 .TP
-\f[V]Gc\f[R]
+\f[CR]Gc\f[R]
 clean branch of repo
 .TP
-\f[V]Gd\f[R]
+\f[CR]Gd\f[R]
 dirty branch of repo
 .TP
-\f[V]xx\f[R]
+\f[CR]xx\f[R]
 \[lq]punctuation\[rq], including many background UI elements
 .TP
-\f[V]da\f[R]
+\f[CR]da\f[R]
 a file\[cq]s date
 .TP
-\f[V]in\f[R]
+\f[CR]in\f[R]
 a file\[cq]s inode number
 .TP
-\f[V]bl\f[R]
+\f[CR]bl\f[R]
 a file\[cq]s number of blocks
 .TP
-\f[V]hd\f[R]
+\f[CR]hd\f[R]
 the header row of a table
 .TP
-\f[V]lp\f[R]
+\f[CR]lp\f[R]
 the path of a symlink
 .TP
-\f[V]cc\f[R]
+\f[CR]cc\f[R]
 an escaped character in a filename
 .TP
-\f[V]bO\f[R]
+\f[CR]bO\f[R]
 the overlay style for broken symlink paths
 .TP
-\f[V]sp\f[R]
+\f[CR]sp\f[R]
 special (not file, dir, mount, exec, pipe, socket, block device, char
 device, or link)
 .TP
-\f[V]mp\f[R]
+\f[CR]mp\f[R]
 a mount point
 .TP
-\f[V]im\f[R]
+\f[CR]im\f[R]
 a regular file that is an image
 .TP
-\f[V]vi\f[R]
+\f[CR]vi\f[R]
 a regular file that is a video
 .TP
-\f[V]mu\f[R]
+\f[CR]mu\f[R]
 a regular file that is lossy music
 .TP
-\f[V]lo\f[R]
+\f[CR]lo\f[R]
 a regular file that is lossless music
 .TP
-\f[V]cr\f[R]
+\f[CR]cr\f[R]
 a regular file that is related to cryptography (ex: key or certificate)
 .TP
-\f[V]do\f[R]
+\f[CR]do\f[R]
 a regular file that is a document (ex: office suite document or PDF)
 .TP
-\f[V]co\f[R]
+\f[CR]co\f[R]
 a regular file that is compressed
 .TP
-\f[V]tm\f[R]
+\f[CR]tm\f[R]
 a regular file that is temporary (ex: a text editor\[cq]s backup file)
 .TP
-\f[V]cm\f[R]
+\f[CR]cm\f[R]
 a regular file that is a compilation artifact (ex: Java class file)
 .TP
-\f[V]bu\f[R]
+\f[CR]bu\f[R]
 a regular file that is used to build a project (ex: Makefile)
 .TP
-\f[V]sc\f[R]
+\f[CR]sc\f[R]
 a regular file that is source code
 .TP
-\f[V]Sn\f[R]
+\f[CR]Sn\f[R]
 No security context on a file
 .TP
-\f[V]Su\f[R]
+\f[CR]Su\f[R]
 SELinux user
 .TP
-\f[V]Sr\f[R]
+\f[CR]Sr\f[R]
 SELinux role
 .TP
-\f[V]St\f[R]
+\f[CR]St\f[R]
 SELinux type
 .TP
-\f[V]Sl\f[R]
+\f[CR]Sl\f[R]
 SELinux level
 .TP
-\f[V]ff\f[R]
+\f[CR]ff\f[R]
 BSD file flags
 .PP
-Values in \f[V]EXA_COLORS\f[R] override those given in
-\f[V]LS_COLORS\f[R], so you don\[cq]t need to re-write an existing
-\f[V]LS_COLORS\f[R] variable with proprietary extensions.
+Values in \f[CR]EXA_COLORS\f[R] override those given in
+\f[CR]LS_COLORS\f[R], so you don\[cq]t need to re-write an existing
+\f[CR]LS_COLORS\f[R] variable with proprietary extensions.
 .SH LIST OF STYLES
-.PP
-Unlike some versions of \f[V]ls\f[R], the given ANSI values must be
+Unlike some versions of \f[CR]ls\f[R], the given ANSI values must be
 valid colour codes: eza won\[cq]t just print out whichever characters
 are given.
 .PP
 The codes accepted by eza are:
 .TP
-\f[V]1\f[R]
+\f[CR]1\f[R]
 for bold
 .TP
-\f[V]2\f[R]
+\f[CR]2\f[R]
 for dimmed
 .TP
-\f[V]3\f[R]
+\f[CR]3\f[R]
 for italic
 .TP
-\f[V]4\f[R]
+\f[CR]4\f[R]
 for underline
 .TP
-\f[V]31\f[R]
+\f[CR]31\f[R]
 for red text
 .TP
-\f[V]32\f[R]
+\f[CR]32\f[R]
 for green text
 .TP
-\f[V]33\f[R]
+\f[CR]33\f[R]
 for yellow text
 .TP
-\f[V]34\f[R]
+\f[CR]34\f[R]
 for blue text
 .TP
-\f[V]35\f[R]
+\f[CR]35\f[R]
 for purple text
 .TP
-\f[V]36\f[R]
+\f[CR]36\f[R]
 for cyan text
 .TP
-\f[V]37\f[R]
+\f[CR]37\f[R]
 for white text
 .TP
-\f[V]90\f[R]
+\f[CR]90\f[R]
 for dark gray text
 .TP
-\f[V]91\f[R]
+\f[CR]91\f[R]
 for bright red text
 .TP
-\f[V]92\f[R]
+\f[CR]92\f[R]
 for bright green text
 .TP
-\f[V]93\f[R]
+\f[CR]93\f[R]
 for bright yellow text
 .TP
-\f[V]94\f[R]
+\f[CR]94\f[R]
 for bright blue text
 .TP
-\f[V]95\f[R]
+\f[CR]95\f[R]
 for bright purple text
 .TP
-\f[V]96\f[R]
+\f[CR]96\f[R]
 for bright cyan text
 .TP
-\f[V]97\f[R]
+\f[CR]97\f[R]
 for bright text
 .TP
-\f[V]38;5;nnn\f[R]
-for a colour from 0 to 255 (replace the \f[V]nnn\f[R] part)
+\f[CR]38;5;nnn\f[R]
+for a colour from 0 to 255 (replace the \f[CR]nnn\f[R] part)
 .PP
 Many terminals will treat bolded text as a different colour, or at least
 provide the option to.
@@ -397,24 +378,23 @@ eza provides its own built-in set of fil
 a large range of common file extensions, including documents, archives,
 media, and temporary files.
 Any mappings in the environment variables will override this default
-set: running eza with \f[V]LS_COLORS=\[dq]*.zip=32\[dq]\f[R] will turn
+set: running eza with \f[CR]LS_COLORS=\[dq]*.zip=32\[dq]\f[R] will turn
 zip files green but leave the colours of other compressed files alone.
 .PP
 You can also disable this built-in set entirely by including a
-\f[V]reset\f[R] entry at the beginning of \f[V]EZA_COLORS\f[R].
-So setting \f[V]EZA_COLORS=\[dq]reset:*.txt=31\[dq]\f[R] will highlight
-only text files; setting \f[V]EZA_COLORS=\[dq]reset\[dq]\f[R] will
+\f[CR]reset\f[R] entry at the beginning of \f[CR]EZA_COLORS\f[R].
+So setting \f[CR]EZA_COLORS=\[dq]reset:*.txt=31\[dq]\f[R] will highlight
+only text files; setting \f[CR]EZA_COLORS=\[dq]reset\[dq]\f[R] will
 highlight nothing.
 .SH AUTHOR
-.PP
 eza is maintained by Christina Sørensen and many other contributors.
 .PP
-\f[B]Source code:\f[R] \f[V]https://github.com/eza-community/eza\f[R]
+\f[B]Source code:\f[R] \f[CR]https://github.com/eza-community/eza\f[R]
 .PD 0
 .P
 .PD
 \f[B]Contributors:\f[R]
-\f[V]https://github.com/eza-community/eza/graphs/contributors\f[R]
+\f[CR]https://github.com/eza-community/eza/graphs/contributors\f[R]
 .PP
 Our infinite thanks to Benjamin `ogham' Sago and all the other
 contributors of exa, from which eza was forked.



Home | Main Index | Thread Index | Old Index