eza
eza copied to clipboard
A modern, maintained replacement for ls
Eza is currently available and working in Flox. Sadly, no repology badge for Flox just yet.
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.15.2 to 0.15.4. Commits e5a1d88 chore: Release 95217c7 Merge pull request #331 from epage/update 5061f76 chore: Upgrade toml 8534a09 chore: Release f4132d3 chore: Release a41d1cc docs: Update...
As far as I noticed, eza uses some sort of regex or file extension to determine filetype. But it is very common in linux to fully avoid extension for any...
I'm gonna remove them for now, if someone can make them work again feel free to send a PR :p
Hi, basically, I created a folder type symlink using `mklink` that comes with windows command prompt, and when I go to that symlink and use `eza`, `eza` prints the wrong...
Eza has some really nice formatting options: it colors directories, has icons and hyperlinks, can show metadata etc. It would be nice to be able to run it on a...
When running `eza --git` I get: `eza: Options --git and --git-ignore can't be used because `git` feature was disabled in this build of exa` `eza --version` output: ``` ./eza eza...
Add `auto` modifier to `hyperlink` argument to match both `ls` behavior and color argument behavior
# Description Add a `WHEN` modifier to the `--hyperlink` argument. This matches both `ls` behavior and the `--color` argument behavior. I think `ls` is doing it right because you might...