{"id":13694156,"url":"https://github.com/guonaihong/coreutils","last_synced_at":"2025-03-22T18:34:19.345Z","repository":{"id":57514588,"uuid":"158990796","full_name":"guonaihong/coreutils","owner":"guonaihong","description":"Reimplement the gnu coreutils package with the go language. Coreutils contains many basic commands","archived":false,"fork":false,"pushed_at":"2019-06-26T13:24:15.000Z","size":205,"stargazers_count":55,"open_issues_count":7,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T14:02:23.158Z","etag":null,"topics":["command-line-tool","coreutils","linux-command"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guonaihong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-25T02:26:03.000Z","updated_at":"2025-03-15T23:24:33.000Z","dependencies_parsed_at":"2022-09-06T04:00:24.049Z","dependency_job_id":null,"html_url":"https://github.com/guonaihong/coreutils","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guonaihong%2Fcoreutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guonaihong%2Fcoreutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guonaihong%2Fcoreutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guonaihong%2Fcoreutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guonaihong","download_url":"https://codeload.github.com/guonaihong/coreutils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245003573,"owners_count":20545632,"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":["command-line-tool","coreutils","linux-command"],"created_at":"2024-08-02T17:01:25.612Z","updated_at":"2025-03-22T18:34:19.027Z","avatar_url":"https://github.com/guonaihong.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# coreutils\n\n## summary\nThe coreutils project is a reimplemented version of golang\n\n## install coreutils\n```\nenv GOPATH=`pwd` go get github.com/guonaihong/coreutils/coreutils\n```\nIf you want to use the cat command\n```\n./coreutils cat flie\n./coreutils cut -d\":\" -f1 /etc/passwd\n./coreutils echo \"hello china\"\n```\n\n## install Compile command separately\n```\nenv GOPATH=`pwd` go run github.com/guonaihong/coreutils/buildall\n```\nIf you want to use the cat command\n```\n./cat flie\n./cut -d\":\" -f1 /etc/passwd\n./echo \"hello china\"\n```\n\n## The completed command is as follows\n* base32 [detail](./base32/README.md)\n* base64 [detail](./base64/README.md)\n* basename [detail](./basename/README.md)\n* cat [detail](./cat/README.md)\n* chgrp [detail](./chgrp/README.md)\n* chown [detail](./chown/README.md)\n* cut [detail](./cut/README.md)\n* dirname [detail](./dirname/README.md)\n* echo [detail](./echo/README.md)\n* head [detail](./head/README.md)\n* env\n* link \n* md5sum [detail](./md5sum/README.md)\n* paste [detail](./paste/README.md)\n* pwd [detail](./pwd/README.md)\n* rmdir [detail](./rmdir/README.md)\n* tee [detail](./tee/README.md)\n* touch [detail](./touch/README.md)\n* tail [detail](./tail/README.md)\n* tac [detail](./tac/README.md)\n* tr [detail](./tr/README.md)\n* true [detail](./true/README.md)\n* uname [detail](./uname/README.md)\n* uniq [detail](./uniq/README.md)\n* unlink\n* whoami [detail](./whoami/README.md)\n* yes [detail](./yes/README.md)\n* shuf [detail](./shuf/README.md)\n* seq [detail](./seq/README.md)\n* sha1sum [detail](./sha1sum/README.md)\n* sha224sum [detail](./sha224sum/README.md)\n* sha256sum [detail](./sha256sum/README.md)\n* sha384sum [detail](./sha384sum/README.md)\n* sha512sum [detail](./sha512/README.md)\n* sleep [detail](./sleep/README.md)\n\n## progress\nprogress = 34 / 92 = 36.7%\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguonaihong%2Fcoreutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguonaihong%2Fcoreutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguonaihong%2Fcoreutils/lists"}