this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update the crate description

+3 -3
+1 -1
Cargo.toml
··· 5 5 authors = ["Patrick Jackson <patrick@jackson.dev>"] 6 6 readme = "README.md" 7 7 license = "MIT" 8 - description = "cmprss - a compression multi-tool for the CLI" 8 + description = "A compression multi-tool for the command line." 9 9 repository = "https://github.com/arcuru/cmprss" 10 10 homepage = "https://github.com/arcuru/cmprss" 11 11 categories = ["command-line-utilities", "compression"]
+1 -1
README.md
··· 3 3 **Status: Alpha.** 4 4 CLI is relatively stable but likely contains bugs, and there may be future breaking changes. 5 5 6 - A compression multi-tool for the CLI. 6 + A compression multi-tool for the command line. 7 7 Replace `tar` with something you can remember. 8 8 [Relevant XKCD](https://xkcd.com/1168/). 9 9
+1 -1
flake.nix
··· 1 1 { 2 - description = "cmprss: a compression client for the CLI"; 2 + description = "A compression multi-tool for the command line."; 3 3 4 4 inputs = { 5 5 nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";