eza icon indicating copy to clipboard operation
eza copied to clipboard

A modern, maintained replacement for ls

Results 174 eza issues
Sort by recently updated
recently updated
newest added

`man eza`'s "EXIT STATUSES" section does not list the [`PERMISSION DENIED`](https://github.com/eza-community/eza/blob/main/src/main.rs#L509) (13) status. I'd do the PR myself if I had the dev setup. Sorry if this is the wrong...

errors
help wanted
good first issue

This is continuation of @mrnossiom's work in #746 (as I've learned already after I started coding current PR myself) with added shell completions and which doesn't have merge conflicts with...

Currently, Jenkinsfile icons are missing. Could we add that?

It would be nice if there was an option to set certain folder/file names or paths to custom icons. (eg. setting `~/dotfiles` to `nf-md-folder_hidden` or choosing that any `*.fish` files...

Setting "ln=target" highlights a link in the same color as the referred file instead of having a specific symlink color. Dangling/orphaned links are always colored using the specified "or=" color....

output

Bash completions have been a bit unloved, we should go through and test/fix them.

good first issue
looking for testers
os › linux
testing

`File::length()` did not take `--dereference` into account, and used symlink metadata unconditionally. This commit fixes that.

Prerequisite to an implementation of [#1006][1] following the example of [tidy's `sort_carefully`][2] using [`icu::collator::Collator`][3]. [1]: https://github.com/eza-community/eza/issues/1006 [2]: https://github.com/sts10/tidy/blob/main/src/list_manipulations.rs#L24 [3]: https://docs.rs/icu_collator/1.5.0/icu_collator/index.html

It would be nice if, instead of having to download the debian-packages from a custom page, they could be added to debian apt registrys. That would benefit the whole ecosystem.

Currently how would we test if an eza binary was built with `-git` (git feature disabled)? I see this fails as expected: ``` ❯ eza --git eza: Options --git and...