{"id":15099868,"url":"https://github.com/iambnlvn/zwc","last_synced_at":"2026-02-22T00:38:34.188Z","repository":{"id":244586012,"uuid":"815671711","full_name":"iambnlvn/zwc","owner":"iambnlvn","description":"wc unix command implemented in Zig","archived":false,"fork":false,"pushed_at":"2024-06-15T21:24:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T18:44:10.359Z","etag":null,"topics":["unix","unix-command","zig","ziglang"],"latest_commit_sha":null,"homepage":"","language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iambnlvn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-15T19:37:49.000Z","updated_at":"2024-06-15T21:24:19.000Z","dependencies_parsed_at":"2024-06-15T20:50:44.716Z","dependency_job_id":"64ec500e-8c86-4c01-8aae-65bfc068960a","html_url":"https://github.com/iambnlvn/zwc","commit_stats":null,"previous_names":["iambnlvn/zwc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iambnlvn/zwc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambnlvn%2Fzwc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambnlvn%2Fzwc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambnlvn%2Fzwc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambnlvn%2Fzwc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iambnlvn","download_url":"https://codeload.github.com/iambnlvn/zwc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iambnlvn%2Fzwc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29700955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["unix","unix-command","zig","ziglang"],"created_at":"2024-09-25T17:28:29.110Z","updated_at":"2026-02-22T00:38:34.166Z","avatar_url":"https://github.com/iambnlvn.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Name\n\n**ZWC**\n\n## Description\n\nZWC is a zig implementation of the `wc` command. It counts the number of lines, words, and characters in a file.\n\n## Installation\n\nTo install this project, follow these steps:\n\n1. Clone the repository.\u003cbr\u003e\n   **2.1 Manually via:**\n\n```sh\ngit clone https://github.com/iambnlvn/zwc\n```\n\n**2.2 Using gh cli:**\n\n```sh\ngh repo clone iambnlvn/zwc\n```\n\n2. Build the project with `zig build`.\n3. Run the project with `./zig-out/bin/zwc`.\n\n## Usage\n\nTo use `zwc`,\n\n```sh\n./zig-out/bin/zwc \u003cfile\u003e\n```\n\n`zwc` supports standard input, so you can also use it like this:\n\n```sh\necho \"Say hi to your mom\" | ./zig-out/bin/zwc\n```\n\n`\nzwc supports the following flags:\n\n- `-l`: Print the number of lines in the file.\n- `-w`: Print the number of words in the file.\n- `-c`: Print the number of characters in the file.\n- `-m`: is the default flag, and it prints the number of lines, words, and characters in the file.\n\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambnlvn%2Fzwc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiambnlvn%2Fzwc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiambnlvn%2Fzwc/lists"}