Commit Graph

5 Commits (ca44b5549058a891f68f1f271f3c8b6f1d08a994)

Author SHA1 Message Date
Mike Turquette fccf91728e plugins: extract: add new preview-extract function
It is often desirable to inspect the contents of an archive before
unpacking it.  Add a new function, preview-extract, which does this.
preview-extract is a copy-paste of extract(), but the tar commands have
parameter 'x' replaced with 't' to print the pathes of any files in the
archive.

The non-tar lines have been commented out since I rarely use those and
don't know the equivalent parameters off hand.  Hopefully a kind soul
will add those in.

Signed-off-by: Michael Turquette <mturquette@deferred.io>
2013-11-21 23:21:03 -08:00
Erich Smith 08e439c4f0 update plugin management 2012-05-13 22:13:54 -04:00
Erich Smith 55e77deac1 standardize plugins, update metadata
add about-plugin metadata
chmod -x plugins
cleanup filenames to standardize on x.plugin.bash format
only plugin files intended to be executable from the command line should
contain a shebang line, and should be a+x.
2012-05-13 22:13:54 -04:00
Mark Szymanski 1051720257 Add error throw for no file specified 2011-07-17 13:22:49 -05:00
Mark Szymanski 561c4d60a0 Move extract.bash to a proper location 2011-07-17 13:21:38 -05:00