An addon to display the creation time of file or folder in your yatline.yazi.
- yazi version >= 0.4.0
- yatline.yazi
ya pack -a wekauwau/yatline-created-time
Important
Add this to your ~/.config/yazi/init.lua
after yatline.yazi's initialization.
require("yatline-created-time"):setup()
Then, add it in one of your sections in the yatline configuration using:
{ type = "coloreds", custom = false, name = "created-time" }