yaziPlugins: fix description (#416716)

This commit is contained in:
Austin Horstman
2025-06-14 10:16:05 -05:00
committed by GitHub
9 changed files with 9 additions and 9 deletions
@@ -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;
@@ -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 ];
};
@@ -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 ];
};
@@ -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 ];
};
@@ -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 ];
};
@@ -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 ];
};
@@ -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 ];
};
@@ -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 ];
};
@@ -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 ];
};