[Feature request] Add a block for creation date
- os: macOS 13.2.1
-
lsd --version: 0.23.1 -
echo $TERM: xterm-256color -
echo $LS_COLORS:
Feature request / Proposition
First of all, thanks for this cool tool, it already is really good 👍 Congrats on the speed, it is really blazing fast 👏 And the output is amazing in terms of readability 😍
If I got it well, the date block displays the modification date.
I suggest having two possible date blocks: creation date and modification date.
This is feature is present in exa and I find it quite useful.
Please tell me what you think, and feel free to close if you don't think this is relevant.
Agree this would be very useful, for reference see exa:
- -m, --modified: use the modified timestamp field
- -u, --accessed: use the accessed timestamp field
- -U, --created: use the created timestamp field
the newer version in GNU ls also support showing the creation date, it should be good if we can have it
/kind feature