repositorypackage
0.0.0-20250114194153-1b8817c95945
Repository: https://github.com/debuggerandrzej/puf.git
Documentation: pkg.go.dev
# README
PUF - Partially Unzip File
A simple go tui tool to help you unzip only files that are useful. Works well with compressed files within compressed files.Installation
go install github.com/DebuggerAndrzej/puf@latest
Requirements:
- go 1.22 or newer
[!TIP] default installation path for go is ~/go/bin so in order to have tli command available this path has to be added to shell user paths.
Flags
f
- path to archive you want to extract fromd
- path to destination folder (optional)
[!NOTE] all paths can be relative or absolute
r
- regex choosing which files to show (optional)
[!TIP] if you want to search only for files with .go extension you can use
-r go\$
for fish and-r go$
for bash.
Shortcuts
Selection:
tab
orspace
- (de)selecta
- (de)select all
Basic movements:
up
ork
- updown
orj
- downleft
orh
- left (page)right
orl
- right (page)
Quit:
q
orctrl+c
- quit