yaziPlugins.yatline-catppuccin: init at 0-unstable-2025-03-05 (#398266)

This commit is contained in:
Austin Horstman
2025-04-12 20:19:29 -07:00
committed by GitHub
15 changed files with 37 additions and 14 deletions
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Yazi plugin that uses duckdb to preview data files.";
description = "Yazi plugin that uses duckdb to preview data files";
homepage = "https://github.com/wylie102/duckdb.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Glow preview plugin for yazi.";
description = "Glow preview plugin for yazi";
homepage = "https://github.com/Reledia/glow.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Lazygit plugin for yazi.";
description = "Lazygit plugin for yazi";
homepage = "https://github.com/Lil-Dank/lazygit.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Yazi plugin for previewing media files.";
description = "Yazi plugin for previewing media files";
homepage = "https://github.com/boydaihungst/mediainfo.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Miller, now in yazi.";
description = "Miller, now in yazi";
homepage = "https://github.com/Reledia/miller.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "A Yazi plugin to preview archives.";
description = "Yazi plugin to preview archives";
homepage = "https://github.com/ndtoan96/ouch.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "A yazi plugin that adds the functionality to save and load projects.";
description = "Yazi plugin that adds the functionality to save and load projects";
homepage = "https://github.com/MasouShizuka/projects.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Yazi plugin based about vim motions.";
description = "Yazi plugin based about vim motions";
homepage = "https://github.com/dedukun/relative-motions.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Undo/Recover trashed files/folders.";
description = "Undo/Recover trashed files/folders";
homepage = "https://github.com/boydaihungst/restore.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Preview file types using rich in Yazi.";
description = "Preview file types using rich in Yazi";
homepage = "https://github.com/AnirudhG07/rich-preview.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Starship prompt plugin for yazi.";
description = "Starship prompt plugin for yazi";
homepage = "https://github.com/Rolv-Apneseth/starship.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Call `sudo` in yazi.";
description = "Call `sudo` in yazi";
homepage = "https://github.com/TD-Sky/sudo.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "A yazi plugin for browsing backwards and forwards in time via BTRFS / ZFS snapshots.";
description = "Yazi plugin for browsing backwards and forwards in time via BTRFS / ZFS snapshots";
homepage = "https://github.com/iynaix/time-travel.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
@@ -0,0 +1,23 @@
{
lib,
fetchFromGitHub,
mkYaziPlugin,
}:
mkYaziPlugin {
pname = "yatline-catppuccin.yazi";
version = "0-unstable-2025-03-05";
src = fetchFromGitHub {
owner = "imsi32";
repo = "yatline-catppuccin.yazi";
rev = "8cc4773ecab8ee8995485d53897e1c46991a7fea";
hash = "sha256-Wz53zjwFyflnxCIMjAv+nzcgDriJwVYBX81pFXJUzc4=";
};
meta = {
description = "Soothing pastel theme for Yatline";
homepage = "https://github.com/imsi32/yatline-catppuccin.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
};
}
@@ -15,7 +15,7 @@ mkYaziPlugin {
};
meta = {
description = "Yazi plugin for customizing both header-line and status-line.";
description = "Yazi plugin for customizing both header-line and status-line";
homepage = "https://github.com/imsi32/yatline.yazi";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];