8 Commits
Author SHA1 Message Date
Pavel R`andRobby Russell 9b26410d99 fix(eza): pass an explicit value to --hyperlink (#14024)
Since eza 0.23 `--hyperlink` is an option with an optional WHEN value
instead of a boolean flag, so a bare `--hyperlink` at the end of the
alias consumes the following argument:

    $ ll ./tmp
    error: invalid value './tmp' for '--hyperlink [<WHEN>]'
      [possible values: always, auto, never]

Pass `--hyperlink=auto` (mirroring how the plugin already handles
`--icons=auto`) when eza accepts it, and fall back to the bare flag on
older releases.

Co-authored-by: Robby Russell <robby@planetargon.com>
2026-08-28 21:36:04 -03:00
Brennan Lujan bc0d7fa6ab feat(eza): add smart-group option (#13857) 2026-08-05 13:05:18 +02:00
Nico Just 04cba220f7 feat(eza): add color-scale options (#12841) 2025-01-15 12:40:52 +01:00
Thomas Krisch b1e3a82bb5 docs(eza): typo in hyperlink variable (#12561) 2024-07-17 15:51:37 +02:00
Benedikt Volkmer 5b37e218e5 feat(eza): add hyperlink option (#12545) 2024-07-08 20:19:15 +02:00
Martin Bjeldbak Madsen e898de0664 fix(eza): icons tab completion (#12483) 2024-06-08 10:47:51 +02:00
EraPartnerandComputer 228d44d55d feat(eza): add icons option (#12469)
Co-authored-by: Computer <computer@MAI.local>
2024-06-04 15:54:42 +02:00
Pandu E POLUANandCarlo Sala 6a65ac9025 feat(eza): create plugin (#12237)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-29 09:40:40 +01:00