{"id":21439715,"url":"https://github.com/shelepuginivan/rshell","last_synced_at":"2026-05-08T04:47:22.861Z","repository":{"id":158785615,"uuid":"593210332","full_name":"shelepuginivan/rshell","owner":"shelepuginivan","description":"rshell, rsh - UNIX shell in Rust","archived":false,"fork":false,"pushed_at":"2024-08-27T11:34:32.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T10:12:35.208Z","etag":null,"topics":["linux","scripting-language","shell","unix","unix-shell"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/shelepuginivan.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":"2023-01-25T13:51:57.000Z","updated_at":"2024-08-27T11:34:29.000Z","dependencies_parsed_at":"2023-06-27T20:45:56.365Z","dependency_job_id":null,"html_url":"https://github.com/shelepuginivan/rshell","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/shelepuginivan%2Frshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Frshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Frshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelepuginivan%2Frshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shelepuginivan","download_url":"https://codeload.github.com/shelepuginivan/rshell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950950,"owners_count":20373665,"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":["linux","scripting-language","shell","unix","unix-shell"],"created_at":"2024-11-23T00:48:34.979Z","updated_at":"2026-05-08T04:47:17.832Z","avatar_url":"https://github.com/shelepuginivan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rshell\n\nUNIX shell in Rust\n\nIt is an experimental shell developed as a pet-project to improve my understanding of the operating system, processes, and the shell itself. I do not recommend to use `rshell` as main shell since there are possibly bugs or unexpected behaviour.\n\n## Features\n\n1. Built-in commands such as `cd`, `exit` etc.\n2. Base system commands such as `ls`, `mkdir` etc.\n3. Logical AND (`\u0026\u0026`) implementation\n4. Sequential execution (`;`) implementation\n5. Pipes\n6. I/O redirection (both `\u003e` for write and `\u003e\u003e` for append)\n7. Script execution (`rshell` can run files as interpretor)\n8. Profile - file that executed as the shell process started\n9. Variables\n10. Aliases\n11. String literals\n12. Functions\n13. Instants (instant commands)\n14. Command history\n15. Comments\n\nSee the [documentation](./docs.md)\n\n## Usage\n\nClone this repo:\n\n```shell\ngit clone https://github.com/shelepuginivan/rshell.git\ncd rshell\n```\n\nYou can run it in development mode with\n\n```shell\ncargo run\n```\n\nor build with\n\n```shell\ncargo build --release\n```\n\nAfter building, you can find binary `rsh` file in `./target/release` directory. You can move it to directory that is accessable in global scope or export path to it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelepuginivan%2Frshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshelepuginivan%2Frshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelepuginivan%2Frshell/lists"}