I have a new ls
replacement!
I was using eza
(see Eza on Fedora 42 ) for a while, but I’ve found something even better: lsd. This tool is a nice because it displays icons for file types, making it so much easier to navigate files directories.
The default settings are great, but the date format mm/dd/yyyy
is a bit odd. Changing this is the only modification needed to make the tool perfect.
How to install in Fedora
The lsd
package is available in Fedora, so simply dnf install lsd
How to change the configuration
Simply create or edit the ~/.config/lsd/config.yml
and add this line:
date: '+%d %b %Y %H:%M'