This commit is contained in:
2025-11-03 12:23:01 +01:00
parent bc627853f5
commit f6d3166b53

View File

@@ -20,6 +20,8 @@ return {
return info("No file selected")
end
info(hovered)
local output, err = Command("gpg"):arg("--yes"):arg("--recipient"):arg("jonashahn1@gmx.net"):arg("--output"):arg(hovered .. ".gpg"):arg("--encrypt"):arg(hovered):output()
if not output then
return info("Failed to gpg diff, error: " .. err)