tools: Added unxz for xz file archives.
This commit is contained in:
parent
6c78f9c06c
commit
2963bb078a
2 changed files with 9 additions and 1 deletions
|
|
@ -23,6 +23,7 @@ tools_for_extensions = [
|
|||
[["tar.bz2"], ["tar_bz2"]],
|
||||
[["rar"], ["unrar"]],
|
||||
[["7z"], ["7z"]],
|
||||
[["xz"], ["unxz"]],
|
||||
[["a", "so"], ["nm"]],
|
||||
[["png", "jpg", "gif", "bmp", "ppm", "tiff", "tga"], ["identify", "pil",
|
||||
"pil_half"]],
|
||||
|
|
@ -99,6 +100,12 @@ tools_for_extensions = [
|
|||
command = "7z l"
|
||||
success_status = "normal"
|
||||
|
||||
[unxz]
|
||||
dependencies = ["xz-utils"]
|
||||
url = "xz-utils"
|
||||
command = "unxz -l"
|
||||
success_status = "normal"
|
||||
|
||||
[nm]
|
||||
dependencies = ["binutils"]
|
||||
url = "https://linux.die.net/man/1/nm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue