eza icon indicating copy to clipboard operation
eza copied to clipboard

A modern, maintained replacement for ls

Results 174 eza issues
Sort by recently updated
recently updated
newest added

the current handling for prefixes seems to go to the next one up if the lower one is >= then 1000 e.g. `1435 bytes -> 1.4 kilobytes` i want some...

When i run the eza command on my home directory I get a crash: output of `eza --version`: ``` $ eza --version eza - A modern, maintained replacement for ls...

errors

`--highlight` should accept values of `always/auto[matic]/never`, like `--color`. Currently, if you run `eza --highlight | pbcopy`, you get this: ``` ]8;;file:///Users/jsu/code/temp/foo\foo]8;;\ ``` --- eza version: 0.19.0 [+git] Shell: fish v3.7.1...

errors

So instead of: ```console $ eza --tree --level=1 . ├── foo └── bar ``` or ```console $ eza --tree --level=1 --absolute /some/path ├── /some/path/foo └── /some/path/bar ``` You could have:...