yazi/yazi-plugin
DirkFi 005dbaa2d4
Refactor to make the plugins can use tar to unzip when needed
* Add spawn_tar function and tar_compatible function
  - Create spawn_tar function to run command with tar -xvf to unzip file to tmp
    file
 * Add os.excute() line to make sure the tmp dir exists because tar
   command will not automatically create that dir
 * Refactor the logic in the try function to if the zip file can be
   unzipped with tar and no password required, use tar, otherwise use
   7z
2024-09-14 21:03:33 +08:00
..
preset Refactor to make the plugins can use tar to unzip when needed 2024-09-14 21:03:33 +08:00
src feat: add list_meta() method to archive plugin (#1638) 2024-09-14 19:00:03 +08:00
Cargo.toml chore: bump version to 0.3.3 2024-09-04 23:16:18 +08:00