···55authors = ["Patrick Jackson <patrick@jackson.dev>"]
66readme = "README.md"
77license = "MIT"
88-description = "cmprss - a compression multi-tool for the CLI"
88+description = "A compression multi-tool for the command line."
99repository = "https://github.com/arcuru/cmprss"
1010homepage = "https://github.com/arcuru/cmprss"
1111categories = ["command-line-utilities", "compression"]
+1-1
README.md
···33**Status: Alpha.**
44CLI is relatively stable but likely contains bugs, and there may be future breaking changes.
5566-A compression multi-tool for the CLI.
66+A compression multi-tool for the command line.
77Replace `tar` with something you can remember.
88[Relevant XKCD](https://xkcd.com/1168/).
99
+1-1
flake.nix
···11{
22- description = "cmprss: a compression client for the CLI";
22+ description = "A compression multi-tool for the command line.";
3344 inputs = {
55 nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";