yaziPlugins.yatline-created-time: init at 0-unstable-2025-09-04

This commit is contained in:
Kristoffer Plagborg Bak Sørensen
2026-06-01 09:11:01 +02:00
parent fe327712db
commit 375f5c0b2b
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "yatline-created-time.yazi";
version = "0-unstable-2025-09-04";
src = fetchFromGitHub {
owner = "wekauwau";
repo = "yatline-created-time.yazi";
rev = "7cd5e216554b0d6fcfd04bcde617726194a110ba";
hash = "sha256-yhm/tzRHBL011Gp+bOqT+Ck/0BcR5smo49Gqfv0L3oI=";
};
meta = {
description = "An addon to display the creation time of file or folder in your yatline.yazi";
homepage = "https://github.com/wekauwau/yatline-created-time.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kpbaks ];
};
}