GZIP Decompressor
gzip decompressor for Visual Studio Code
If you have any problems or questions, please let me know on the Issues page.
If you like it, please ★ here
Description
Display a text file in gzip.
This extension will be shown inLog mode
after decompression.
If you want to see it inplain mode
, use thegzip decompress to plain menu
.
Main Features
gzip decompress button
- open *.gz file
- click decompress button
command palette
- open command palette.
- select gzip decompress.
- Enter the
absolute path
of the gz file.
right click
- right click on the .gz file or open .gz file and right click on the editor's title
- select gzip decompress.
dialog
- open command palette.
- select Show content of the selected .gz in an Open dialog.
- Select the gz file you want to see its contents.
Installation
- Install Visual Studio Code
- Launch Code
- From the command palette
ctrl+shift+p
(Windows, Linux) orcmd+shift+p
(OS X) - Select
Install Extension
- Choose the extension
Gzip Decompressor
- Reload Visual Studio Code