Skip to content

Commit

Permalink
chore: update comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Sep 28, 2024
1 parent d489aa4 commit f8cf707
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/src/content/docs/about/comparison.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,11 @@ alternatives, [eza](https://eza.rocks) and its predecessor
[importance](/features/importance/), making it suitable for modern dev
workflows involving tooling configs.

- eza uses arcane environment variables for customisation. <Pls /> uses
[cascading YAML files](/reference/conf/) to enable per-project configuration
that's also more readable, maintainable and ergonomic. You can also check
these config files into your VCS and share them with your team.

- eza uses globs which limits the match to simple queries. <Pls /> uses
[specs](/guides/specs/) which match files using the full power of regex and
then provide both styling and [icons](/features/icons/) for their matches.
These specs can also be cascaded.

- eza output is very colorful, but limited to customisation using ANSI escape
codes. <Pls /> employs sparse color and formatting, to add meaning or context,
and these [styles](/guides/markup/) can be customised using English names or
even RGB notation.

- <Pls /> has more [metadata fields](/features/detail_view/) compared to eza. It
also allows the user to view some metadata fields in multiple ways (including
simultaneously), which eza cannot do.
Expand Down

0 comments on commit f8cf707

Please sign in to comment.