{"id":20605826,"url":"https://github.com/nouemankhal/go-shell","last_synced_at":"2026-04-20T02:38:37.068Z","repository":{"id":232262740,"uuid":"783440109","full_name":"NouemanKHAL/go-shell","owner":"NouemanKHAL","description":"Go solution for the Build Your Own Shell Coding Challenge by John Crickett","archived":false,"fork":false,"pushed_at":"2024-04-13T11:27:24.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T02:26:48.387Z","etag":null,"topics":["go","shell"],"latest_commit_sha":null,"homepage":"https://codingchallenges.fyi/challenges/challenge-shell","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/NouemanKHAL.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-04-07T22:01:19.000Z","updated_at":"2024-04-07T22:06:04.000Z","dependencies_parsed_at":"2024-04-13T12:42:27.250Z","dependency_job_id":null,"html_url":"https://github.com/NouemanKHAL/go-shell","commit_stats":null,"previous_names":["nouemankhal/go-shell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NouemanKHAL%2Fgo-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NouemanKHAL%2Fgo-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NouemanKHAL%2Fgo-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NouemanKHAL%2Fgo-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NouemanKHAL","download_url":"https://codeload.github.com/NouemanKHAL/go-shell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242250932,"owners_count":20096896,"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":["go","shell"],"created_at":"2024-11-16T09:29:11.712Z","updated_at":"2026-04-20T02:38:32.026Z","avatar_url":"https://github.com/NouemanKHAL.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coding Challenge: Build Your Own Shell\n\nThis is my solution to the coding challenge [John Crickett's Coding Challenges](https://codingchallenges.fyi/challenges/challenge-shell/).\n\n\n## Setup\n\n1. Clone the repo\n1. Run the tool using of the following approaches:\n\n    ```shell\n    # Run the tool automatically using the go command\n    $ go run .\n\n    # Build a binary and run it manually\n    $ go build -o gosh\n    $ ./gosh\n\n    # Install the binary in your environment, and run it:\n    $ go install\n    $ go-shell\n    ```\n1. Done!\n\n\n## Examples\n\n```shell\ngosh \u003e $ ls\nREADME.md  go.mod  go.sum  internal  main.go\ngosh \u003e $ ls -a\n.  ..  .git  README.md\tgo.mod\tgo.sum\tinternal  main.go\ngosh \u003e $ pwd\n/Users/noueman.khalikine/.noueman/coding-challenges/go-shell\n```\n\n## TO DO (Outside of the challenge)\n\n - [ ] Add support for left and right arrow keys text navigation\n - [ ] Add support for tab completion\n - [ ] Add support for colors\n - [ ] Add support for history search","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnouemankhal%2Fgo-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnouemankhal%2Fgo-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnouemankhal%2Fgo-shell/lists"}