exa
exa copied to clipboard
A modern replacement for ‘ls’.
Hello there, Following are outputs from windows command prompt `dir`, `ls` and `exa`. Ideally, I would like to get the order from `dir` in this scenario. However, the `ls -v`...
Makefile spelled with a lowercase "m" don't get a special highlight and color like makefiles with a capital "M". See screenshots below, with problem encircled. The tarball in the circle...
It'd be nice to have summation of file sizes (like du -s) for the directories in the --tree or --recursive view. it'd also be nice to be able to force...
Thanks for creating such an awesome upgrade to the ls command! I use git-bare to manage my dotfiles: https://www.atlassian.com/git/tutorials/dotfiles TL;DR we change git-dir and git-work-tree so $HOME acts as repo...
exa --icons sends icons across the pipe. If there was an --icons=WHEN option, icons could be disabled when being piped similarly to --color
```shell $ ls -l file -rw-r--r--. 1 steve steve 0 Oct 18 08:07 file $ setfacl -m g:docker:r file $ ls -l file -rw-r--r--+ 1 steve steve 0 Oct 18...
I noticed that the device ID returned by `exa` is wrong: ```shell $ bat src/main.rs ───────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ File: src/main.rs ───────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 1 │ use nix::sys::stat::{major, minor, stat}; 2 │ fn main()...
Is there a way to configure exa as to disable highlights around immediate files? Or otherwise alter the highlighting they receive?
While `ls` shows day and time for times within the last "rolling" year, `exa` only shows day and time for times within the *current* year. That's especially severe at the...