ToolBuddy
In Browser

Tar Command Generator

Build a tar create or extract command with gz, bz2, or xz flags. A small command helper, not an archiver.

Runs in your browser. Nothing is uploaded.

Mode

tar -czvf app.tar.gz .

About this tool

Build tar create or extract commands with optional gz, bz2, or xz. Archive name and paths are fields.

How to use: pick create or extract, compression, copy. This does not write files.

Example: gz create of src dist README.md is tar -czvf app.tar.gz src dist README.md.

Related Ops tools