update + fixes

This commit is contained in:
JMARyA 2024-03-07 01:09:25 +01:00
parent 04e857d96e
commit 96d794798f
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
4 changed files with 72 additions and 3 deletions

View file

@ -4,6 +4,7 @@ function M:peek()
local child = Command("7z")
:args({
"l",
"-ba",
tostring(self.file.url),
})
:stdout(Command.PIPED)