command
module
Version:
v0.0.0-...-bdfe217
Opens a new window with list of versions in this module.
Published: Feb 28, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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:
[!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 from
d - 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 or space - (de)select
a - (de)select all
Basic movements:
up or k - up
down or j - down
left or h - left (page)
right or l - right (page)
Quit:
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.