this post was submitted on 28 Aug 2023
81 points (94.5% liked)
Rust
5949 readers
2 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
From eza's readme, on why it's better than ls:
GNU
ls
has those features too (except knowing about Git). I'd be surprised if BSDls
doesn't at least have color support....not that I'm not going to check out
eza
and probably switch to it! But it's often worth knowing what features the GNU/BSD coreutils do or do not support...especially when comparing other tools against them.Edit: I just checked, and this set of options works on both BSD and GNU
ls
, in case anyone wants betterls
behavior on a system where you can't installeza
for some reason:F
appends sigils indicating executables, symlinks, or directories, andH
follows any symlinks in the argument list.exa
(which OP's readme sayseza
is built on) supports creation times. Actual creation time (the "Birth" line instat
output), notctime
.