{"id":20460740,"url":"https://github.com/spydr06/sheesh","last_synced_at":"2025-04-13T06:10:53.991Z","repository":{"id":132219617,"uuid":"379723815","full_name":"Spydr06/sheesh","owner":"Spydr06","description":"A small linux-shell written in Rust","archived":false,"fork":false,"pushed_at":"2022-09-03T11:25:41.000Z","size":51,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T22:45:35.373Z","etag":null,"topics":["bash","crystal","fish-shell","hilbish","interpreter","linux","linux-shell","rust","rust-lang","sheesh","shell","unix"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Spydr06.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":"2021-06-23T20:38:07.000Z","updated_at":"2023-12-23T14:30:19.000Z","dependencies_parsed_at":"2024-03-25T16:01:30.016Z","dependency_job_id":null,"html_url":"https://github.com/Spydr06/sheesh","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/Spydr06%2Fsheesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spydr06%2Fsheesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spydr06%2Fsheesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spydr06%2Fsheesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spydr06","download_url":"https://codeload.github.com/Spydr06/sheesh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670434,"owners_count":21142904,"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","crystal","fish-shell","hilbish","interpreter","linux","linux-shell","rust","rust-lang","sheesh","shell","unix"],"created_at":"2024-11-15T12:21:31.335Z","updated_at":"2025-04-13T06:10:53.986Z","avatar_url":"https://github.com/Spydr06.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sheesh\n!! This shell is far away from being somehow usable or in a working condition !!\nA small and fast linux shell written in Rust, inspired by [hilbish](https://github.com/Rosettea/Hilbish) and [fish](https://github.com/fish-shell/fish-shell).\n\nNote, that this shell will not be POSIX compatible.\n\n## Installation\n\nTo install sheesh, first download this repository and enter it:\n```bash\ngit clone https://github.com/spydr06/sheesh.git\ncd ./sheesh\n```\nThen compile and install it using cargo:\n```bash\ncargo install --path .\n```\n## Syntax\n\nAt the moment, I'm not very sure about how the syntax will be, although I opt for [Ruby](https://www.ruby-lang.org/en/) or [Crystal](https://crystal-lang.org/) like syntax since its easy to read, write and (most importantly) parse.\nSo (hopefully) the syntax will look something like this:\n\n```ruby\n#!/bin/sheesh\n# import another script\nrequire 'foo.sh'\n\n# set a useful alias\nalias ls = \"ls -al\"\n\n# define some functions\ndef foo\n    echo \"Hello World!\"\n    \n    $value = true\n    if $value\n        echo \"{$value} will always be true\"\n    end\nend\n\nfoo()\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\nsheesh is licensed under the [MIT license](https://mit-license.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspydr06%2Fsheesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspydr06%2Fsheesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspydr06%2Fsheesh/lists"}