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

Currently `exa` can't work as a drop-in `ls` replacement due to `-t` having a very different behaviour. However `-t` currently only work when used with a value, and is invalid...

This -t thing really is a problem, it's flow-breaking and existing `ls`-based alias-breaking. It's basically infuriating because everything else works so well. Even an env variable I could set would...

Can you suggest set of colors for light system theme? I prefer light theme, and colors designed for dark terminal are not comfortable. ![изображение](https://user-images.githubusercontent.com/33825590/169584382-c3b3fda3-0038-4346-8ebf-c40b829889a8.png)

Under WSL every Windows file has +x which makes the `LS_COLORS` basically useless. If I remove this line from the code: https://github.com/ogham/exa/blob/dbd11d38042284cc890fdd91760c2f93b65e8553/src/output/file_name.rs#L304 Then it works great: ![img](https://telegra.ph//file/a88e64a8dc12fcdbf8ca0.png)

The release notes for [exa v0.10.0](https://github.com/ogham/exa/releases/tag/v0.10.0) says that > This version _should_ be the last version without Windows support. How 'bout providing an msys package meanwhile? So that people running...

![img](https://telegra.ph/file/34933e2a2c300807acb40.png) I have `alias ls="exa -abgh --icons --color-scale"` in my `~/.zshrc`. I have proper color support but every filetype has the same style for some reason. Is there a way...

Hello everyone, and thank you for your time. I have added quite a bit of icons to the project. I hope it's okay I changed the default icon for videos...

## Problem exa returns permission denied when exa read contents of directory that doesn't have execute permission. GNU ls returns mode bits with question mark in the same case. Is...

Some terminal emulators [support escape sequences that can be used to mark text as a hyperlink](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda). Could a similar option perhaps be added to `exa`? Coreutils `ls` [supports this](http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=799bac0d06cfabe9491498727308df8d1aca6d98) since...

features › terminals