{"id":24570354,"url":"https://github.com/whouishere/simpleutils","last_synced_at":"2026-02-09T19:37:34.487Z","repository":{"id":181908817,"uuid":"610778884","full_name":"whouishere/simpleutils","owner":"whouishere","description":"small alternative coreutils package. mirror from https://codeberg.org/whou/simpleutils","archived":false,"fork":false,"pushed_at":"2024-12-12T03:44:03.000Z","size":125,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T18:41:27.603Z","etag":null,"topics":["command-line-utility","coreutils","cross-platform","go","golang"],"latest_commit_sha":null,"homepage":"https://codeberg.org/whou/simpleutils","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whouishere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-03-07T13:17:41.000Z","updated_at":"2024-12-12T03:44:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"c77ea05d-1704-4c2b-8cfb-be9703eba43e","html_url":"https://github.com/whouishere/simpleutils","commit_stats":null,"previous_names":["whouishere/simpleutils"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whouishere%2Fsimpleutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whouishere%2Fsimpleutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whouishere%2Fsimpleutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whouishere%2Fsimpleutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whouishere","download_url":"https://codeload.github.com/whouishere/simpleutils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250320670,"owners_count":21411416,"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-utility","coreutils","cross-platform","go","golang"],"created_at":"2025-01-23T16:19:22.335Z","updated_at":"2026-02-09T19:37:34.452Z","avatar_url":"https://github.com/whouishere.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simpleutils\n\n[![build status](https://github.com/whouishere/simpleutils/actions/workflows/build.yml/badge.svg)](https://github.com/whouishere/simpleutils/actions)\n\nsimpleutils is as an alternative (though not a replacement) coreutils package.\n\nNote that simpleutils is not supposed to be a full and 100% faithful replacement for GNU coreutils nor it is meant to be POSIX complient.\nI just wanted to create this for sheer fun and to challenge myself.\n\nThough I do want to make the code as simple as possible, always __trying__ to follow the Unix philosophy and the KISS principle, note that I am not perfect nor an experienced programmer.\nIf you notice something can be better, especially more simple, please contribute to the code!\n\n## Building\nThe only requirement to build the coreutils is GNU Make.\n\nThen you can use `make` to build every utility, and then `make install` to install them into `~/.local/bin`.\n\nBy default, each binary will have the `su-` prefix, in order to not meddle with your system's coreutils. You may change the prefix by passing the `BIN_PREFIX` variable to `make` and `make install`:\n```\nmake BIN_PREFIX=\u003cprefix\u003e\nmake install BIN_PREFIX=\u003cprefix\u003e\n```\n(replacing `\u003cprefix\u003e` with you desired prefix)\n\nIn the same fashion, you can also pass in a different install path to `make install` with the `PREFIX` variable (together with `BIN_PREFIX` or not):\n```\nmake BIN_PREFIX=\u003cprefix\u003e\nmake install BIN_PREFIX=\u003cprefix\u003e PREFIX=\u003cinstall path\u003e\n```\n(replacing `\u003cinstall path\u003e` with your desired install directory)\n\nIf you just want to test out some utility, you can also use the `make run` command:\n```\nmake run UTIL=\u003cutility\u003e ARGS=\"\u003carguments\u003e\"\n```\nReplace `\u003cutility\u003e` with your desired utility (`cat`, for example) and `\u003carguments\u003e` with any command line arguments you wish to pass to that utility (`--help`, for example).\n\n## Progress\n\n| Utility  | Completed | Notes |\n| -------- | --------- | ----- |\n| cat      | 🟨 | Functional |\n| cp       | 🟨 | Simple file copies only |\n| dirname  | ✅ |            |\n| false    | ✅ |            |\n| ln       | 🟨 | Basic functionality only |\n| mkdir    | 🟨 | Basic functionality only |\n| mv       | 🟨 | Basic functionality only |\n| printenv | ✅ |            |\n| pwd      | ✅ |            |\n| rm       | ✅ | Files only |\n| rmdir    | ✅ |            |\n| touch    | 🟨 | Basic functionality only |\n| true     | ✅ |            |\n| whoami   | ✅ |            |\n\n## Acknowledgements and references\n- [busybox](https://busybox.net/)\n- [GNU coreutils](https://www.gnu.org/software/coreutils/)\n- [uutils](https://github.com/uutils/coreutils)\n- [linux.die.net](https://linux.die.net/)\n- [pubs.opengroup.org](https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/) (POSIX specifications)\n\n## Main goals\n- [ ] Finish simpler programs\n- [ ] Make simpler programs feature complete and/or equivalent to GNU\n- [ ] Write some kind of documentation for every program\n- [ ] Finish all coreutils\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhouishere%2Fsimpleutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhouishere%2Fsimpleutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhouishere%2Fsimpleutils/lists"}