Jason Gomez

Results 148 comments of Jason Gomez

Thanks for confirming this. I use this program heavily, so I'm really looking forward to someone fixing the little bugs present in the current version.

Me trying to be helpful: https://metacpan.org/pod/File::Cmp ?

@roland-rollo: `LS_COLORS` and `EXA_COLORS` are variables. `echo $LS_COLORS` to see it if it exists. You can customise `LS_COLORS` using the `dircolors` command (and a `dir_colors` file). Read up `man dircolors`.

@roland-rollo Oops, sorry, I meant read up `man dir_colors` which says a lot more about it all.

@roland-rollo I don't know what you mean. There are default colours for `LS_COLORS` and `EXA_COLORS` and they can be overridden as far as I know. It's been a while since...

You could make a wrapper script that uses `du` to make that line, although the figure `du` comes up with seems to be different to `ls` for some reason.

You also need to change `$EXA_COLORS` to change all the elements of exa's long listing. But once you have spent some time defining that to how you like, there is...

Making a bash script that does this would take ten minutes. Having such themes in exa isn't likely to be something anyone else would be interested in.

You could just extract the binary file from the tarball and put it in `/usr/local/bin/`. The man files (for exa) can go in `/usr/local/share/man/man1/` and `/usr/local/share/man/man5/`. This is what I...