eza
eza copied to clipboard
A modern, maintained replacement for ls
Currently the hyperlink format in eza is hardcoded to be `file:///{path}`, _ripgrep_ has the ability to change this format to whatever you want with some nice aliases https://github.com/BurntSushi/ripgrep/discussions/2611 I would...
I am using xfce-terminal with the solarized-dark theme and latest eza. This is the eza command I'm using: ```shell eza --group-directories-first --time-style '+%Y-%m-%d %H:%M' --git -la ``` This is how...
OK, maybe this is a wishful thinking which is waaaaaay out of what eza is supposed to do. But let me dream .... Somehow, a plugin configuration is provided to...
Dependency chrono was updated to 0.4.35 which deprecated the NativeDateTime::from_timestamp_opt call. This PR fixes that deprecation.
By default, `eza`'s `M` is 1000KB, not 1024KiB. This probably doesn't matter for the majority of the cases, but it is _extremely_ confusing if you do need to know precise...
Bumps [terminal_size](https://github.com/eminence/terminal-size) from 0.3.0 to 0.4.0. Release notes Sourced from terminal_size's releases. v0.4.0 Breaking changes The big change in this release is the API change in #66: If you were...
Just saw https://github.com/eza-community/eza/pull/1167, we *probably* don't need that anymore since it should exist in the standard library now, may be worth bumping our MSRV slightly? Of course, we shouldn't bump...
## Summary When a lone `*` is specified in `.gitignore`, `eza -al --git` fails to mark ignored files as `I`. ## Steps to reproduce Setup: ```bash mkdir eza-git-test cd eza-git-test...
this is a followup for https://github.com/eza-community/eza/issues/1156 where some options ex.`hyperlink` might not work when piped through something ex.`grep` > If eza does something unexpected, or its output looks wrong, or...
- System: macOS 14.6.1 Terminal: VScode Terminal Shell: zsh 5.9 (x86_64-apple-darwin23.0) Eza version: v0.19.4 [+git] - Bug: The `--absolute` option is unable to correctly retrieve the file's absolute path. ```sh...