{"id":13478460,"url":"https://github.com/liljencrantz/crush","last_synced_at":"2025-03-27T07:31:10.410Z","repository":{"id":48609662,"uuid":"211734065","full_name":"liljencrantz/crush","owner":"liljencrantz","description":"Crush is a command line shell that is also a powerful modern programming language.","archived":false,"fork":false,"pushed_at":"2024-08-01T06:07:53.000Z","size":2239,"stargazers_count":1836,"open_issues_count":20,"forks_count":35,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-10-30T11:42:13.684Z","etag":null,"topics":[],"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/liljencrantz.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":"2019-09-29T22:27:32.000Z","updated_at":"2024-10-28T19:44:23.000Z","dependencies_parsed_at":"2024-10-30T11:41:58.944Z","dependency_job_id":null,"html_url":"https://github.com/liljencrantz/crush","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/liljencrantz%2Fcrush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liljencrantz%2Fcrush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liljencrantz%2Fcrush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liljencrantz%2Fcrush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liljencrantz","download_url":"https://codeload.github.com/liljencrantz/crush/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245802431,"owners_count":20674663,"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":[],"created_at":"2024-07-31T16:01:57.348Z","updated_at":"2025-03-27T07:31:09.225Z","avatar_url":"https://github.com/liljencrantz.png","language":"Rust","funding_links":[],"categories":["Rust","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Crush\n\nCrush is an attempt to make a traditional command line shell that is also a\nmodern programming language. It has the features one would expect from a modern\nprogramming language like a type system, closures and lexical scoping, but with\na syntax geared toward both batch and interactive shell usage.\n\n- [The overview](docs/overview.md) gives a detailed overview of the\n  features of Crush. \n- [The syntax documentation](docs/syntax.md) contains more a detailed description\n  of the Crush syntax than what fits into the overview document. \n- [The configuration documentation](docs/config.md) describes how to configure Crush.\n- [The hacking documentation](docs/hacking.md) will eventually give you enough\n  information about the inner workings of Crush to start hacking yourself.\n\n## Building and installing Crush\n\n### OS X dependencies\n\n* Install [Brew](https://brew.sh/).\n* Install openssl `brew install openssl`\n* Install protobuf `brew install protobuf`\n* Install git `xcode-select --install`\n\n### Ubuntu dependencies\n\n* Update apt index `apt update`\n* Install dependencies `apt install build-essential git curl pkg-config libssl-dev libdbus-1-dev libsystemd-dev`\n\n### Install Rust\n\nInstall Rust\n\n    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\n\nAdd it to your path\n\n    PATH=$PATH:$HOME/.cargo/bin\n\n### Compile and install crush\n\nclone this repository,\n\n    git clone https://github.com/liljencrantz/crush.git\n \nand run\n\n    cd crush \u0026\u0026 cargo build --release \u0026\u0026 cargo install --path .\n\nand you should have a working binary to try out in `~/.cargo/bin`.\nThat directory should already be in your path, so just write `crush` to run\nthe shell.\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliljencrantz%2Fcrush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliljencrantz%2Fcrush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliljencrantz%2Fcrush/lists"}