{"id":26455076,"url":"https://github.com/thenoobgrammer/simple-cli","last_synced_at":"2026-05-17T20:02:50.056Z","repository":{"id":282671299,"uuid":"949269172","full_name":"thenoobgrammer/simple-cli","owner":"thenoobgrammer","description":"A small Go project to reproduce a very minimal set of unix cli commands to perform basic os operations.","archived":false,"fork":false,"pushed_at":"2025-03-16T06:49:37.000Z","size":1219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T07:27:09.514Z","etag":null,"topics":["bash","cli","unix-command"],"latest_commit_sha":null,"homepage":"","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/thenoobgrammer.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":"2025-03-16T03:54:36.000Z","updated_at":"2025-03-16T06:49:40.000Z","dependencies_parsed_at":"2025-03-16T07:37:24.712Z","dependency_job_id":null,"html_url":"https://github.com/thenoobgrammer/simple-cli","commit_stats":null,"previous_names":["thenoobgrammer/simple-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thenoobgrammer/simple-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenoobgrammer%2Fsimple-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenoobgrammer%2Fsimple-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenoobgrammer%2Fsimple-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenoobgrammer%2Fsimple-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thenoobgrammer","download_url":"https://codeload.github.com/thenoobgrammer/simple-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thenoobgrammer%2Fsimple-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bash","cli","unix-command"],"created_at":"2025-03-18T20:29:54.597Z","updated_at":"2026-05-17T20:02:50.039Z","avatar_url":"https://github.com/thenoobgrammer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nA simple project to recreate some of the basic commands from a Unix shell. The goal is to understand how they work by rebuilding them from scratch, using only Go's system packages.\n\nHere's a link for reference: https://linuxcommand.org/lc3_man_pages/ls1.html\n\n### `ls -a -A --author`\n\nThe `ls` command is rather simple but an effective to start learning how to programmatically list directories on your OS. Consider a current `wd`, we read every files using `os.ReadDir(wd)`. Using a process called flag precedence, we can easily take the last flag passed, process it, and return the matching output.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenoobgrammer%2Fsimple-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthenoobgrammer%2Fsimple-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthenoobgrammer%2Fsimple-cli/lists"}