{"id":16602917,"url":"https://github.com/leonardpepa/wc-tool","last_synced_at":"2025-10-14T09:34:10.674Z","repository":{"id":214004934,"uuid":"726662601","full_name":"Leonardpepa/wc-tool","owner":"Leonardpepa","description":"wc tool written in go","archived":false,"fork":false,"pushed_at":"2024-01-02T00:11:57.000Z","size":152,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T14:41:18.337Z","etag":null,"topics":["coding-challenges","go","golang","linux-tool","wc-tool"],"latest_commit_sha":null,"homepage":"https://github.com/Leonardpepa/wc-tool","language":"Go","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/Leonardpepa.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":"2023-12-03T02:03:36.000Z","updated_at":"2024-02-11T06:08:13.000Z","dependencies_parsed_at":"2023-12-25T04:25:17.439Z","dependency_job_id":"dc3994d3-c6b8-48a7-9c4b-fe222bea87e6","html_url":"https://github.com/Leonardpepa/wc-tool","commit_stats":null,"previous_names":["leonardpepa/wc-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Leonardpepa/wc-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardpepa%2Fwc-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardpepa%2Fwc-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardpepa%2Fwc-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardpepa%2Fwc-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leonardpepa","download_url":"https://codeload.github.com/Leonardpepa/wc-tool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leonardpepa%2Fwc-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018625,"owners_count":26086404,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["coding-challenges","go","golang","linux-tool","wc-tool"],"created_at":"2024-10-12T00:45:44.226Z","updated_at":"2025-10-14T09:34:10.653Z","avatar_url":"https://github.com/Leonardpepa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wc tool clone\n\n## Purpose\nThis project is a solution for [Build your own wc tool](https://codingchallenges.fyi/challenges/challenge-wc)\nbuild for my personal educational purposes\n\n## Description\nwc is a command line tool, read the [original specification](https://www.gnu.org/software/coreutils/manual/html_node/wc-invocation.html#wc-invocation) for more\n\n## Features\n* Implemented\n```terminal \n-l, --lines Number of lines\n-w, --words Number of words\n-c, --bytes Nymber of bytes\n-m, --chars Number of characters\n-h, --help  Usage\n  ```\n* Not implemented\n```terminal\n--files0-from=file\n--total=when\n--max-line-length\n```\n## Usage\n```temrinal\nUsage: ./wc-tool [OPTIONS]... [FILE]...\nIf no [OPTIONS] specified then -l, -w, -c = true\nIf no [FILE] specified then input = stdin\n[OPTIONS]:\n  -l, --lines Number of lines\n  -w, --words Number of words\n  -c, --bytes Nymber of bytes\n  -m, --chars Number of characters\n  -h, --help Usage\n```\n## How to run\n1. Clone the repo ```git clone https://github.com/Leonardpepa/wc-tool```\n2. Build ```go build```\n3. run on windows```wc-tool.exe [OPTIONS] [FILE]```\n4. run on linux ```./wc-tool [OPTIONS] [FILE]```\n5. run tests ```go test```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardpepa%2Fwc-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonardpepa%2Fwc-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardpepa%2Fwc-tool/lists"}