{"id":13578743,"url":"https://github.com/eldracode/wish","last_synced_at":"2025-04-05T19:33:34.198Z","repository":{"id":127019943,"uuid":"167928927","full_name":"eldracode/wish","owner":"eldracode","description":"A Linux Shell written in C","archived":false,"fork":false,"pushed_at":"2020-06-22T21:42:34.000Z","size":250,"stargazers_count":6,"open_issues_count":4,"forks_count":5,"subscribers_count":1,"default_branch":"v0.1","last_synced_at":"2024-11-05T16:48:28.095Z","etag":null,"topics":["shell"],"latest_commit_sha":null,"homepage":"","language":"C","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/eldracode.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}},"created_at":"2019-01-28T08:49:26.000Z","updated_at":"2020-06-13T20:48:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bd5ddfc-db97-43a1-8f0f-1af945738fb4","html_url":"https://github.com/eldracode/wish","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldracode%2Fwish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldracode%2Fwish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldracode%2Fwish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldracode%2Fwish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldracode","download_url":"https://codeload.github.com/eldracode/wish/tar.gz/refs/heads/v0.1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393095,"owners_count":20931804,"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":["shell"],"created_at":"2024-08-01T15:01:33.372Z","updated_at":"2025-04-05T19:33:33.859Z","avatar_url":"https://github.com/eldracode.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# wish\n\nMinimal Linux shell written in C to study systemcalls and other POSIX concepts.\\\nCommand expressions have the syntax: \n\n```\n$ [./]cmd1 arg1 arg2 arg3 ... argN(sep)cmd2 arg1 arg2 \n```\nwhere (sep) is a command separator or an operator. Example - pipeline operator'|',etc.            \n\nSome features are:\n-  Supports sequential command execution 'cmd1 ;cmd2;cmd3;cmd4 \u0026\u0026 cmd5'.\n-  Supports pipelines constructs 'A|B|C....' where A,B,C,... are command constructs.\n-  Supports Output redirection to a file '\u003e' , '\u003e\u003e'.\n-  Supports File descriptor redirection.\n-  Supports background process execution 'cmd \u0026'.\n-  Has it's own Finite State Machine based token generator and syntax checking functions. \n\n#### Running on local machine\nYou will need a Linux machine to run this shell.\n\n###### Dependencies:\n- gcc\n- cmake\n\nAfter installing dependencies,\n\nRun the following commands:\n```\n$ make\n```\nThen an executable will be generated in ./bin/ , you can run it using\n\n```\n$ bin/wish\n```\n\nTo exit the shell write `exit` or press `Ctrl+D` in the shell.\n\n#### To be added: \n-  Shell Scripting \n-  Shell customisation \n  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldracode%2Fwish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldracode%2Fwish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldracode%2Fwish/lists"}