Skip to content

hyeongyun0916/GZIP_Decompressor

Repository files navigation

GZIP Decompressor

version installs GitHub issues GitHub license button

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 in Log mode after decompression.
If you want to see it in plain mode, use the gzip decompress to plain menu.

Main Features

gzip decompress button

  1. open *.gz file
  2. click decompress button

Title Button

command palette

  1. open command palette.
  2. select gzip decompress.
  3. Enter the absolute path of the gz file.

Command Palette

right click

  1. right click on the .gz file or open .gz file and right click on the editor's title
  2. select gzip decompress.

Right Click

dialog

  1. open command palette.
  2. select Show content of the selected .gz in an Open dialog.
  3. Select the gz file you want to see its contents.

Dialog

Installation

  1. Install Visual Studio Code
  2. Launch Code
  3. From the command palette ctrl+shift+p (Windows, Linux) or cmd+shift+p (OS X)
  4. Select Install Extension
  5. Choose the extension Gzip Decompressor
  6. Reload Visual Studio Code

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published