{"id":26053355,"url":"https://github.com/prashant-koi/chell","last_synced_at":"2025-03-08T07:28:07.680Z","repository":{"id":281059132,"uuid":"944073622","full_name":"Prashant-koi/chell","owner":"Prashant-koi","description":"Chell is a simple Unix shell implementation in C.","archived":false,"fork":false,"pushed_at":"2025-03-06T18:41:18.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T19:31:36.498Z","etag":null,"topics":["bash","c","shell"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prashant-koi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-06T18:35:14.000Z","updated_at":"2025-03-06T18:43:53.000Z","dependencies_parsed_at":"2025-03-06T19:31:42.139Z","dependency_job_id":null,"html_url":"https://github.com/Prashant-koi/chell","commit_stats":null,"previous_names":["prashant-koi/chell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prashant-koi%2Fchell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prashant-koi%2Fchell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prashant-koi%2Fchell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prashant-koi%2Fchell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prashant-koi","download_url":"https://codeload.github.com/Prashant-koi/chell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242515574,"owners_count":20142053,"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":["bash","c","shell"],"created_at":"2025-03-08T07:28:07.000Z","updated_at":"2025-03-08T07:28:07.667Z","avatar_url":"https://github.com/Prashant-koi.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chell\n\nA simple Unix-like shell implementation in C (currently in early development).\n\n## Features (In Progress)\n\nThis project is still in its initial stages. The following features are planned and partially implemented:\n\n- [x] Basic command execution  \n- [ ] Built-in commands (`cd`, `help`, `exit`)  \n- [ ] Support for pipelines (`|`)  \n- [ ] Input/output redirection (`\u003c`, `\u003e`, `\u003e\u003e`)  \n- [ ] Background process execution (`\u0026`)  \n- [ ] Command history  \n- [ ] Signal handling (`Ctrl+C`)  \n\n## Building\n\nTo compile **Chell**, run the following command in a Unix-like terminal (**MSYS2 for Windows users**):\n\n```bash\nmake\n```\n\nThis will generate an executable named **`chell`** on Unix/macOS or **`chell.exe`** on Windows.\n\n## Usage\n\nAfter building, you can start the shell by running:\n\n```bash\n./chell      # On Unix/macOS\nchell.exe    # On Windows\n```\n\nYou should see the prompt:\n\n```\nchell\u003e \n```\n\nYou can now enter commands as you would in a typical shell.\n\n## Built-in Commands (Planned)\n\n- `cd [directory]` - Change the current directory  \n- `help` - Display help information  \n- `exit` - Exit the shell  \n- `history` - Show command history  \n\n## External Commands\n\nThe shell currently supports running any program found in your system's `PATH`.  \nExample:\n\n```bash\nchell\u003e ls\nchell\u003e echo \"Hello, Chell!\"\n```\n\n## Planned Advanced Features\n\n- Piping between commands (`ls | grep file`)  \n- Input/output redirection (`ls \u003e output.txt`)  \n- Background process execution (`./script.sh \u0026`)  \n- Command history (`history`)  \n- Signal handling (`Ctrl+C` to terminate processes)  \n\n## Project Structure\n\n- `chell.c` - Main shell implementation  \n- `chell_extensions.c` - Additional features (in the future)  \n- `Makefile` - Build configuration  \n \n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashant-koi%2Fchell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprashant-koi%2Fchell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashant-koi%2Fchell/lists"}