exa
exa copied to clipboard
A modern replacement for ‘ls’.
This program is great. I would humbly as you to consider adding git status symbols to the grid view. Using small screens makes working with large directories output hard to...
On the [linux](https://the.exa.website/install/linux) and [mac](https://the.exa.website/install/macos) install pages, all the links to manpages and shell completion are 404. I see the manpages are located here as `.md` only: https://github.com/ogham/exa/tree/master/man It would...
How to reproduce: ``` mkdir test cd test touch 'P'$'\b\211''UUU' git init exa -l --git ``` Stack trace: ``` thread '' panicked at 'called `Option::unwrap()` on a `None` value', /home/smahar/.cargo/registry/src/github.com-1ecc6299db9ec823/exa-0.9.0/src/fs/feature/git.rs:204:51...
macOS's `ls` has `-e` to print ACLs and `-O` to print file flags (e.g. `hidden`). It would be great if `exa` could offer the same flags, at least on macOS.
On [exa's website](https://the.exa.website) I describe exa as being a *replacement* for ls, rather than, say, an alternative. I think this has ruffled the feathers of a few people who read...
Error while using exa -l SYSTEM INFORMATION ``` NAME="Alpine Linux" ID=alpine VERSION_ID=3.12.0 PRETTY_NAME="Alpine Linux v3.12" HOME_URL="https://alpinelinux.org/" BUG_REPORT_URL="https://bugs.alpinelinux.org/" ``` EMULATOR ENVIRONMENT ``` iSH App Store Edition 1.2.3(Build 298) ``` EXA VERSION...
exa doesn't appear to parse an "or" in a glob for the LS_COLOR env variable. I've tried it both using the syntax of ignoring files: `LS_COLORS="*.zip|*.rar=38;2;180;81;87"` as well as the...
> I took a look at GNU coreutils docs: https://www.gnu.org/software/coreutils/manual/html_node/Block-size.html#Block-size > >> Fractional block counts are rounded up to the nearest integer. >> ... >> The -h or --human-readable option...
`exa` is much slower than `ls` to output a simple list of files within a directory. I'm not really sure if performance is one of the project's goals, but I...
The new `--icons` flag hardcodes the list of known icons. There should be a means by which I can teach it about new icons to use, or override the existing...