htpack/cmd/htpacker
Laurence Withers 6f532296ef Add CLI progress bars to the packer tool
Since packing can be quite slow, it is nice to display progress to the
caller. We use the excellent github.com/vbauerster/mpb library to do so,
and add a bit of colour with github.com/logrusru/aurora.

Finally, augment the inspector and packer with a summary printer that
displays the overall file size/count, and compression ratio for each
compression type.
2020-02-15 11:22:24 +00:00
..
packer Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
go.mod Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
go.sum Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
inspector.go Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
main.go cmd/htpacker now split into its own module 2019-04-12 09:15:28 +01:00
pack.go Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
pack_progress.go Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
yaml.go Finish porting child modules to src.lwithers.me.uk 2020-01-15 18:36:05 +00:00