{"id":19012959,"url":"https://github.com/ntk148v/kshell","last_synced_at":"2025-11-11T03:31:56.455Z","repository":{"id":190147714,"uuid":"680697904","full_name":"ntk148v/KShell","owner":"ntk148v","description":"Simple shell implementation in C#","archived":false,"fork":false,"pushed_at":"2023-09-11T09:54:33.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T22:12:04.672Z","etag":null,"topics":["csharp","shell","tutorial"],"latest_commit_sha":null,"homepage":"https://ntk148v.github.io/posts/writing-a-simple-shell-in-c-sharp/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntk148v.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":"2023-08-20T05:22:07.000Z","updated_at":"2023-08-21T09:07:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"27028dc5-7941-4922-919e-595f87398563","html_url":"https://github.com/ntk148v/KShell","commit_stats":null,"previous_names":["ntk148v/kshell"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntk148v%2FKShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntk148v%2FKShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntk148v%2FKShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntk148v%2FKShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntk148v","download_url":"https://codeload.github.com/ntk148v/KShell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240044916,"owners_count":19739183,"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":["csharp","shell","tutorial"],"created_at":"2024-11-08T19:21:01.124Z","updated_at":"2025-11-11T03:31:56.411Z","avatar_url":"https://github.com/ntk148v.png","language":"C#","readme":"# KShell - A simple shell in C#\n\n## 1. Introduction\n\nKShell is a simle implementation of a shell in C#. It demonstrates the basics of how a shell works. Since its purpose demonstration (not feature completeness or even fitness for causual use), it has many limitations, including:\n\n- Tested only in Linux environment.\n- Commands must be on a single line.\n- Arguments must be separated by whitespace.\n- No quoting arguments or escaping whitespace.\n- No piping or redirection.\n- Only built-ins are: `cd`, `help`, `exit`, `which`, `history`.\n\n## 2. How to execute\n\n## 3. Considered improvements\n\n- Catch keyboard input: `Ctrl + q` - exit, `up/down`.\n- Browse your input history with the up/down keys.\n\n## 4. Contribution\n\nSince this is my very first C# project (for education purpose), the source code isn't optimized. All contributions are welcome.\n\n- If you find a bug, fire an issue and create a PR to solve it. Even if it's a typo fix, it is still welcomed.\n- If you implement a new feature or you have an idea, create an issue.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntk148v%2Fkshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntk148v%2Fkshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntk148v%2Fkshell/lists"}