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

Allow me to ignore certain globs for recursion, but still showing them. Example: ``` exa --tree --level=2 --tree-ignore="node_modules|.git|vendor" ``

The `ls` color `MULTIHARDLINK` (`mh`) is ignored, i.e., files with more than one hard link is not colored, like `ls` does, when specified in `LS_COLORS` or `EXA_COLORS`. The number (when...

features › ui
good-first-bug

When you run` ls -sh` or `ls -slh` you can see how much space is allocated to a file on disk and the size of the file. I do not...

features › ui
good-first-bug

Introduce underlining of output for directories which have filesystems mounted on them. In long view the mounted file system information is displayed as `{/dev/mounted_device (filesystem)}` Happy to change the display...

Support for multiple sort fields, and directions would be cool. For example: I want to list files first, sorted by name, then list directories first, sorted by name. `exa --sort...

exa is currently coloring some files based on filenames and filetypes in a non-trivial way that makes hard or impossible to replicate using only `EXA_COLORS`. Contrarily to what the man...

Let's say I have three files, `a/y`, `b/x`, and `b/z`. If I specify these files as arguments, `exa` sorts by base name, whereas `ls` sort by full name: ``` $...

I have a one VM with Ubuntu 18.04 LTS When I've tried to install I've got: `~# apt install exa` ``` Reading package lists... Done Building dependency tree... 50% Building...

community › website

Without this canonicalisation, if the directory is a symbolic link to another directory, later at `reorient_target_path` [1], File and path argument look like: ``` - self: File { name: "."...

Fennel is a Lisp dialect that compiles to Lua. https://fennel-lang.org/