You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, lsd only allows setting the date format to either an absolute format (e.g., +%Y/%m/%d %H:%M:%S) or a relative format (relative), but not both at the same time. It would be useful to display both formats together.
Expected Behavior
A way to configure lsd to show both absolute and relative dates, such as:
2025/01/31 22:10:23 (5 minutes ago)
Suggested Implementation
Allow specifying both formats, for example:
date: ['+%Y/%m/%d %H:%M:%S', 'relative']
Or introduce a new option, like:
date: '+%Y/%m/%d %H:%M:%S'
show_relative: true
Use Case
This would provide both precise timestamps and an easy-to-read relative time, improving usability.
Would this be possible to implement?
Thanks for considering it 🙏
The text was updated successfully, but these errors were encountered:
Currently,
lsd
only allows setting the date format to either an absolute format (e.g.,+%Y/%m/%d %H:%M:%S
) or a relative format (relative
), but not both at the same time. It would be useful to display both formats together.Expected Behavior
A way to configure
lsd
to show both absolute and relative dates, such as:Suggested Implementation
Use Case
This would provide both precise timestamps and an easy-to-read relative time, improving usability.
Would this be possible to implement?
Thanks for considering it 🙏
The text was updated successfully, but these errors were encountered: