{"id":15817071,"url":"https://github.com/altair-bueno/wz","last_synced_at":"2025-04-01T14:32:17.507Z","repository":{"id":58880397,"uuid":"534335154","full_name":"Altair-Bueno/wz","owner":"Altair-Bueno","description":"wz is a faster alternative to GNU wc with UTF8 support and human readable output","archived":false,"fork":false,"pushed_at":"2023-10-01T02:13:43.000Z","size":1223,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T05:21:52.857Z","etag":null,"topics":["bytes","characters","counter","lines","rayon","rust","utf-8","wc","words"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/wz","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Altair-Bueno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-08T18:04:59.000Z","updated_at":"2022-11-04T11:48:54.000Z","dependencies_parsed_at":"2024-10-26T11:20:45.466Z","dependency_job_id":"6e427c9f-706d-4d60-bdcb-745591a1d940","html_url":"https://github.com/Altair-Bueno/wz","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":0.08333333333333337,"last_synced_commit":"29ed52320ddf1f7e0c8a8850f7ad30206325c6c2"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fwz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fwz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fwz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Altair-Bueno%2Fwz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Altair-Bueno","download_url":"https://codeload.github.com/Altair-Bueno/wz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604613,"owners_count":20804100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bytes","characters","counter","lines","rayon","rust","utf-8","wc","words"],"created_at":"2024-10-05T05:21:59.618Z","updated_at":"2025-04-01T14:32:16.744Z","avatar_url":"https://github.com/Altair-Bueno.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- cargo-sync-readme start --\u003e\n\n# Wortzahl! Count words **fast**\n\n`wz` is a faster alternative to GNU wc with UTF8 support and human readable\noutput, written in Rust\n\n![wz](resources/wz.png)\n# Installation\n\n## Cargo\n\n```sh\ncargo install wz\ncargo install --git https://github.com/Altair-Bueno/wz.git\n```\n\n# Features\n\n## It's fast!\n\n`wz` is heavily optimized for performance. Even if you are counting\nmultiple files, thanks to [rayon]. [Just look at the benchmarks](BENCH.md)\n\n## Human readable and machine readable formats\n\nOutput the results on a nice table, or pipe them to another program\nthat reads JSON. Stop messing with `sed` and `awk`!\n\n```sh\n$ wz *(.) --output json | jq .total.lines\n1470\n```\n\n## Multiple encoding support\n\nCharacters and line lengths are count using UTF8 or UTF16[^1] encoding,\nmeaning that files with non ASCII characters are count correctly\n\n## Multiple line breaks support\n\nGot a file from an old Macintosh? Change the line break to carriage\nreturns (`'\\r'`)\n\n```sh\nwz macintosh.txt -n cr\n```\n\n# Performance\n\nSee [BENCH.md](BENCH.md)\n\n# Usage\n\nRun `wz --help` to see the full list of options\n\n[rayon]: https://crates.io/crates/rayon\n\n[^1]: UTF16 support coming later\n\n\u003c!-- cargo-sync-readme end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltair-bueno%2Fwz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltair-bueno%2Fwz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltair-bueno%2Fwz/lists"}