{"id":24599873,"url":"https://github.com/utkarsh5026/shell","last_synced_at":"2026-05-18T09:38:14.041Z","repository":{"id":251067969,"uuid":"836293291","full_name":"utkarsh5026/shell","owner":"utkarsh5026","description":"Codecrafters Command Line Project","archived":false,"fork":false,"pushed_at":"2025-01-04T23:30:43.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T17:52:22.189Z","etag":null,"topics":["codecrafters","codecrafters-shell","command-line-tool","golang","shell"],"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/utkarsh5026.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-07-31T14:39:20.000Z","updated_at":"2025-01-04T23:31:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"59e7e097-b0b9-4a8e-adea-2e23364ff5ae","html_url":"https://github.com/utkarsh5026/shell","commit_stats":null,"previous_names":["utkarsh5026/shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/utkarsh5026/shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkarsh5026%2Fshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkarsh5026%2Fshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkarsh5026%2Fshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkarsh5026%2Fshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utkarsh5026","download_url":"https://codeload.github.com/utkarsh5026/shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utkarsh5026%2Fshell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["codecrafters","codecrafters-shell","command-line-tool","golang","shell"],"created_at":"2025-01-24T13:17:56.954Z","updated_at":"2026-05-18T09:38:14.026Z","avatar_url":"https://github.com/utkarsh5026.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐚 Go Shell Implementation\n\n[![Go Version](https://img.shields.io/badge/Go-1.22-blue.svg)](https://golang.org/doc/go1.22)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n[![CodeCrafters Progress](https://backend.codecrafters.io/progress/shell/35120eb7-e255-4ee5-a200-744469f3cfc4)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\nA POSIX-compliant shell implementation in Go, featuring built-in commands and external program execution capabilities. This project is part of the CodeCrafters \"Build Your Own Shell\" challenge.\n\n## 📚 Table of Contents\n\n- [🐚 Go Shell Implementation](#-go-shell-implementation)\n  - [📚 Table of Contents](#-table-of-contents)\n  - [✨ Features](#-features)\n  - [🚀 Installation](#-installation)\n    - [Prerequisites](#prerequisites)\n  - [📋 Built-in Commands](#-built-in-commands)\n  - [🔮 Future Prospects](#-future-prospects)\n  - [🙏 Big Thanks To](#-big-thanks-to)\n\n## ✨ Features\n\n- Interactive command-line interface\n- Built-in command support\n- External program execution\n- Path resolution\n- Home directory expansion\n- Error handling and status reporting\n\n## 🚀 Installation\n\n### Prerequisites\n\n- Go 1.22 or higher\n- Git\n\n## 📋 Built-in Commands\n\n| Command            | Description                     | Example            |\n| ------------------ | ------------------------------- | ------------------ |\n| `exit [code]`    | Exit the shell with status code | `exit 0`         |\n| `echo [text]`    | Display text to stdout          | `echo Hello`     |\n| `type [command]` | Show command type               | `type echo`      |\n| `pwd`            | Print working directory         | `pwd`            |\n| `cd [directory]` | Change directory                | `cd ~/Documents` |\n\n## 🔮 Future Prospects\n\n- [ ] Command history and search\n- [ ] Tab completion with smart suggestions\n- [ ] Pipeline support (`|`, `\u003e`, `\u003e\u003e`)\n- [ ] Background process handling (`\u0026`)\n- [ ] Signal handling (`Ctrl+C`, `Ctrl+Z`)\n\n\n## 🙏 Big Thanks To\n\n- The awesome folks at [Codecrafters](https://codecrafters.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futkarsh5026%2Fshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futkarsh5026%2Fshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futkarsh5026%2Fshell/lists"}