Unverified Commit 95fa8bd4 authored by Austin Horstman's avatar Austin Horstman
Browse files

yaziPlugins.smart-paste: init at 0-unstable-2025-04-27

parent a5ca66c5
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  mkYaziPlugin,
}:
mkYaziPlugin {
  pname = "smart-paste.yazi";
  version = "0-unstable-2025-04-27";

  src = fetchFromGitHub {
    owner = "yazi-rs";
    repo = "plugins";
    rev = "864a0210d9ba1e8eb925160c2e2a25342031d8d3";
    hash = "sha256-m3709h7/AHJAtoJ3ebDA40c77D+5dCycpecprjVqj/k=";
  };

  meta = {
    description = "Previewing archive contents with smart-filter";
    homepage = "https://github.com/yazi-rs/plugins/tree/main/smart-paste.yazi";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ khaneliman ];
  };
}