mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-01-29 11:08:48 +01:00
🎉 introduce unar and lsar (#63)
This commit is contained in:
parent
a4ad72893a
commit
f0878974b1
24
readme.md
24
readme.md
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user