exa icon indicating copy to clipboard operation
exa copied to clipboard

A modern replacement for ‘ls’.

Results 189 exa issues
Sort by recently updated
recently updated
newest added

This adds showing relative timestamps for #270 . For the first version this uses [`timeago`](https://docs.rs/timeago/) from the issue. I didn't find tests covering this part of the codebase, I'm happy...

Add a command line option `-Z/--context` to show the security context of objects, similar to ls(1). Show the actual extended attribute values on `-@/--extended`, instead of just their length. In...

If exa does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in...

When recursively listing the contents of a small repository with one or more big submodules, it would be cool to be able to ignore the submodules similar to how gitignored...

https://askubuntu.com/questions/1290500/unable-to-locate-package-for-exa-on-wsl-2-ubuntu/1290552#1290552 this is pretty much all there is to know, including the fix

packaging

Am I missing something or does exa not support security contexts? It seems weird to me that it wouldn't because vanilla ls does. i.e. _ls -Z_ more information about it...

feature request
os › linux

Hi, I found that exa would automatically expands softlinks when embedded in a pipe (I am using exa `v0.9.0` on linux `CentOS7`): ```sh > ls | cat raw_AAA.txt raw_AAB.txt sl_AAA.txt...

exa seems like a really great candidate for packaging and publishing as a snap package: https://snapcraft.io/ Combined with https://build.snapcraft.io/, it provides a really easy way of publishing a binary package...

When I upgraded from ubuntu from `21.04` to `21.10` and `exa --git` stopped working. I now get the following error: ``` $ exa --git exa: Options --git and --git-ignore can't...

packaging