🎉 introduce unar and lsar (#63)

This commit is contained in:
wuyudi 2021-10-10 16:02:25 +08:00 committed by GitHub
parent a4ad72893a
commit f0878974b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,18 @@ $ zip -r archive_name.zip folder_to_compress
$ unzip archive_name.zip
```
## decompress files of any format
**STOP RIGHT CLICKING AND UNCOMPRESS DIRECTORY** :-1:
```shell
$ unar archive_name.zip
$ unar archive_name.7z
$ unar archive_name.rar
$ unar archive_name.ISO
$ unar archive_name.tar.gz
```
## peek files in a zip file
**STOP USING WinRAR** :-1:
@ -234,6 +246,18 @@ $ zipinfo archive_name.zip
$ unzip -l archive_name.zip
```
## peek files in a compress file of any format
**STOP USING WinRAR** :-1:
```shell
$ lsar -l archive_name.zip
$ lsar -l archive_name.7z
$ lsar -l archive_name.ISO
$ lsar -l archive_name.rar
$ lsar -l archive_name.tar.gz
```
## remove a file
**STOP RIGHT CLICKING AND DELETE A FILE PERMANENTLY** :-1: