sak: Compression command-line tool

[ bsd3, commandline, compression, program ] [ Propose Tags ]

sak is a command-line tool that detects and handles various compression formats


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0, 0.1.1.1, 0.1.2.0, 0.1.2.1, 0.1.2.3, 0.1.2.4, 0.1.2.5, 0.1.2.6, 0.1.3.0, 0.1.3.1
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), bytestring, bz2 (>=0.1.1.0 && <2.0.0.0), filepath, lz4-hs (>=0.1.3.0), lzlib (>=1.0.1.0), lzma, optparse-applicative, zlib, zstd [details]
License BSD-3-Clause
Copyright Copyright: (c) 2020 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2020-04-16T17:20:19Z
Category CommandLine, Compression
Source repo head: darcs get https://hub.darcs.net/vmchale/sak
Uploaded by vmchale at 2020-03-21T21:33:23Z
Distributions
Executables sak
Downloads 2730 total (29 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-03-22 [all 3 reports]

Readme for sak-0.1.0.1

[back to package description]

sak

sak is a command-line tool for compression.

Use

To convert compression format:

sak transcode sak-0.1.0.0.tar.gz sak-0.1.0.0.tar.lz

Bash Completions

To get bash completions in your current shell session:

eval "$(sak --bash-completion-script sak)"

You can put this in your ~/.bashrc or ~/.bash_profile as needed.