packages feed

hstar-0.1.0.4: man/hstar.1

.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "hstar (1)" "" "" "" ""
.hy
.SH NAME
.PP
hstar - An archiving tool
.SH DESCRIPTION
.PP
\f[B]hstar\f[R] is an archiving tool
.SH SYNOPSIS
.PP
hstar sanitize archive.tar.lz
.PP
hstar unpack src-dist-0.1.0.0.tar.zst
.SH SUBCOMMANDS
.PP
\f[B]unpack\f[R] - Unpack an archive
.PP
\f[B]pack-dir\f[R] - Pack a directory into an tarball
.PP
\f[B]pack\f[R] - Pack files into an archive
.PP
\f[B]pack-src\f[R] - Pack up a source directory, ignoring version
control
.PP
\f[B]sanitize\f[R] - Convert a tarball to a pax-compatible archive.
This reads the whole file into memory.
.SH OPTIONS
.TP
\f[B]-h\f[R] \f[B]--help\f[R]
Display help
.TP
\f[B]-V\f[R] \f[B]--version\f[R]
Display version information
.SH SUPPORTED FORMATS
.SS COMPRESSION
.IP \[bu] 2
gzip
.IP \[bu] 2
bzip2
.IP \[bu] 2
lzma
.IP \[bu] 2
lzip
.IP \[bu] 2
zstd
.IP \[bu] 2
lz4
.IP \[bu] 2
lzo
.IP \[bu] 2
deflate
.IP \[bu] 2
brotli (optional)
.IP \[bu] 2
snappy (optional)
.SH SHELL COMPLETIONS
.PP
To get shell completions in your current session:
.PP
\f[C]eval \[dq]$(hstar --bash-completion-script hstar)\[dq]\f[R]
.PP
Put this in your \f[C]\[ti]/.bashrc\f[R] or
\f[C]\[ti]/.bash_profile\f[R] to install them.
.SH BUGS
.PP
Please report any bugs you may come across to
http://github.com/vmchale/archive-backpack/issues.
.SH COPYRIGHT
.PP
Copyright 2020.
Vanessa McHale.
All Rights Reserved.
.SH AUTHORS
Vanessa McHale<vamchale@gmail.com>.