yaziPlugins: fix description

This commit is contained in:
MCSeekeri
2025-06-14 14:55:55 +00:00
parent f917df3219
commit 3d0e037cc8
9 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with mactag";
description = "Bring macOS's awesome tagging feature to Yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
platforms = lib.platforms.darwin;

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with mime-ext";
description = "Mime-type provider based on a file extension database, replacing the builtin file to speed up mime-type retrieval at the expense of accuracy";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with mount";
description = "Mount manager for Yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with no-status";
description = "Remove the status bar";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with smart-enter";
description = "Open files or enter directories all in one key";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with smart-filter";
description = "Yazi plugin that makes filters smarter";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with smart-filter";
description = "Paste files into the hovered directory or to the CWD if hovering over a file";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with toggle-pane";
description = "Toggle the show, hide, and maximize states for different panes";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};

View File

@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Previewing archive contents with vcs-files";
description = "Show Git file changes in Yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};