The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tarcolor - colors output of `tar tvf`

VERSION

version 0.011

SYNOPSIS

tar tvzf <tarball.tar.gz> | tarcolor

DESCRIPTION

Tarcolor colors the output of `tar tvf` similarly to how ls does it.

Colors output of `tar tvf` similarly to the way GNU ls (in GNU coreutils) would color a directory listing.

Colors can be customized using an environment variable:

TAR_COLORS='di=01;34:ln=01;36:ex=01;32:so=01;40:pi=01;40:bd=40;33:cd=40;33:su=0;41:sg=0;46'

The format for TAR_COLORS is similar to the format used by LS_COLORS Check out the online LSCOLORS generator at http://geoff.greer.fm/lscolors/

SEE ALSO

tarcolorauto(1)

SOURCE CODE

https://github.com/msabramo/tarcolor

AUTHOR

Marc Abramowitz <marc@marc-abramowitz.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Marc Abramowitz.

This is free software, licensed under:

  The (three-clause) BSD License