Commit b93ca568 authored by XYenon's avatar XYenon
Browse files

yaziPlugins.yafg: init at unstable-2026-01-10

parent 320f875a
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  mkYaziPlugin,
}:
mkYaziPlugin {
  pname = "yafg.yazi";
  version = "0-unstable-2026-01-10";

  src = fetchFromGitHub {
    owner = "XYenon";
    repo = "yafg.yazi";
    rev = "dd03b133d6cd1ff92368360558da193517169f9e";
    hash = "sha256-xTZ+6KRr85A4QpPWAE9QN1AnUVnCw/tvRvsWOmmayao=";
  };

  meta = {
    description = "Fuzzy find and grep plugin for Yazi file manager with interactive ripgrep and fzf search";
    homepage = "https://github.com/XYenon/yafg.yazi";
    license = lib.licenses.agpl3Only;
    maintainers = with lib.maintainers; [ xyenon ];
  };
}