Jason Gomez
Jason Gomez
Yeah, a `--json` option would be good, like the tree replacement [`tre`](https://github.com/dduan/tre) has.
I don't think it's the nix package, as I'm using 23.05 (amd64) as well and `--git` works fine. The unstable channel build is built from more recent commits, so has...
I alias `ls` to [this wrapper script](https://gist.github.com/eggbean/74db77c4f6404dd1f975bd6f048b86f8), but it also works directly: 
Yes, it even adds icons with the `-1` switch, which is a bad oversight. I don't use `--icons` myself.
If your `EXA_COLORS` are any of the eight bold colours, they text will be bold. Exa isn't able to make bold colours not bold. You either have to change the...
`ll` is usually just an alias to `ls -l`. Try typing: $ alias ll $ exa -l
How are you trying to set EXA_COLORS? You would normally do that in `~/.bashrc` (if using bash). e.g. export EXA_COLORS='xa=38;5;135:lc=38;5;124:lm=38;5;196:uu=38;5;178:gu=38;5;178:un=38;5;141:gn=38;5;141:bO=38;5;009' To remove `$EXA_COLORS` in the current shell, use `EXA_COLORS=` not...
@eloc3147 Could you share that compiled Windows binary? I would like to check it out. I could write a GitHub Action to compile the different architectures from HEAD if it...
Thanks. I had the scoop utils-coreutils ls shimmed for ls, but now I have added this to `clink_start.cmd` and it's working perfectly well so far. I'm surprised that the git...