Unverified Commit 23f650bd authored by Austin Horstman's avatar Austin Horstman
Browse files

yaziPlugins.projects: init at 0-unstable-2025-03-02

parent 21fe06f8
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  mkYaziPlugin,
}:
mkYaziPlugin {
  pname = "projects.yazi";
  version = "0-unstable-2025-03-02";

  src = fetchFromGitHub {
    owner = "MasouShizuka";
    repo = "projects.yazi";
    rev = "4f11eccf835556600a37730b383ee12f00d4fc59";
    hash = "sha256-XHGlQn0Nsxh/WScz4v2I+IWvzGJ9QTXbB7zgSCPQ+E0=";
  };

  meta = {
    description = "A 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 ];
  };
}