SkillHub

tar

v3.0.1

Create, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption.

Sourced from ClawHub, Authored by bytesagain1

Installation

Please help me install the skill `tar` from SkillHub official store. npx skills add bytesagain1/tar

tar

Archive management tool.

Commands

create

Create tar archive (.tar/.tar.gz/.tar.bz2/.tar.xz)

scripts/script.sh create <archive> <files...>

extract

Extract archive contents

scripts/script.sh extract <archive> [dir]

list

List archive contents with details

scripts/script.sh list <archive>

add

Add files to uncompressed .tar archive

scripts/script.sh add <archive.tar> <files...>

info

Show archive metadata (size, entries, format)

scripts/script.sh info <archive>

diff

Compare contents of two archives

scripts/script.sh diff <a1> <a2>

verify

Check archive integrity

scripts/script.sh verify <archive>

find

Search for files matching pattern

scripts/script.sh find <archive> <pattern>

Requirements

  • bash 4.0+

Powered by BytesAgain | bytesagain.com | [email protected]