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