Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 732 Bytes

File metadata and controls

26 lines (17 loc) · 732 Bytes

7zip-open-folder-after-extraction

Utility that automatically opens the extraction folder when double-clicking a file when using 7-Zip

Requirements

  • Windows10, 11
  • 7-Zip
  • Go 1.2.x

Installation

1. Build and install package

$ git clone https://github.com/ngram/7zip-open-folder-after-extraction.git
$ cd 7zip-open-folder-after-extraction
$ go build -ldflags -H=windowsgui -o .\bin\7zip-ofae.exe .\main.go
$ cp .\bin\7zip-ofae.exe YOUR_BINARY_LOCATION/

2. Change default application for .zip

Refere to follow manual to change .zip default application