{"id":26316518,"url":"https://github.com/magicant/yash-rs","last_synced_at":"2025-04-05T16:03:18.918Z","repository":{"id":37033001,"uuid":"318837245","full_name":"magicant/yash-rs","owner":"magicant","description":"Reimplementation of yash, an extended POSIX shell","archived":false,"fork":false,"pushed_at":"2025-03-25T16:04:41.000Z","size":5598,"stargazers_count":72,"open_issues_count":38,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T15:02:13.172Z","etag":null,"topics":["posix-sh","rust","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/magicant.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":"2020-12-05T16:38:25.000Z","updated_at":"2025-03-25T16:04:45.000Z","dependencies_parsed_at":"2024-01-28T15:30:37.965Z","dependency_job_id":"d53dbb4f-e06a-4c0f-90c0-9f43d9972aaf","html_url":"https://github.com/magicant/yash-rs","commit_stats":{"total_commits":1871,"total_committers":2,"mean_commits":935.5,"dds":0.0005344735435596215,"last_synced_commit":"e6519e8413bb51cfd2bda41eddc98ea2e18b1c5a"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fyash-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fyash-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fyash-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magicant%2Fyash-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magicant","download_url":"https://codeload.github.com/magicant/yash-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361593,"owners_count":20926641,"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":["posix-sh","rust","unix-shell"],"created_at":"2025-03-15T13:15:55.183Z","updated_at":"2025-04-05T16:03:18.824Z","avatar_url":"https://github.com/magicant.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yash-rs\n\nThis is a reimplementation project of [Yet Another Shell (yash)](https://magicant.github.io/yash/) in Rust.\nCurrently, only a minimal subset of the original yash is implemented.\nIt will be extended to cover more features in the future.\n\n[![Build status](https://github.com/magicant/yash-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/magicant/yash-rs/actions/workflows/ci.yml)\n\n## Features\n\nCurrently, yash can run shell scripts written in POSIX-compatible syntax.\nSupport for interactive shell features is limited.\n\n- [x] Running shell scripts that only use POSIX-compatible syntax and features\n- [x] Minimal interactive shell features\n- [ ] Enhanced shell features (Extensions to POSIX shell)\n- [ ] Performance optimization\n- [ ] Locale support\n\n## Supported platforms\n\nYash should work on any Unix-like system.\nWe are testing it on Linux and macOS.\nWindows is not supported, but it works under the Windows Subsystem for Linux (WSL).\n\n## Installation\n\nTo build and install yash, you need to have Rust installed.\nGo to \u003chttps://rustup.rs/\u003e and follow the instructions to install Rust.\nYou will need the latest stable version of the Rust compiler.\n\nMake sure the `cargo` tool installed by `rustup` is in your `PATH`.\nThen, run the following command:\n\n```sh\ncargo install yash-cli\n```\n\n## Usage\n\nTo run a shell script, run `yash3` with the script file as an argument.\nWithout an argument, `yash3` will start a read-eval loop, but interactive features are not yet implemented.\n\nThe user manual is not yet available, but you can refer to the original yash manual at \u003chttps://magicant.github.io/yash/doc/\u003e.\n\n## How to contribute\n\nTBD\n\n## License\n\nYash is distributed under [GPLv3](yash-cli/LICENSE-GPL).\n\nExceptionally, you can reuse the `yash-executor`, `yash-fnmatch` and\n`yash-quote` crates in your software under the\n[MIT License](yash-quote/LICENSE-MIT) or\n[Apache License 2.0](yash-quote/LICENSE-Apache), whichever at your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicant%2Fyash-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagicant%2Fyash-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagicant%2Fyash-rs/lists"}