{"id":13671666,"url":"https://github.com/Property404/its-a-unix-system","last_synced_at":"2025-04-27T18:31:31.365Z","repository":{"id":63830908,"uuid":"559571122","full_name":"Property404/its-a-unix-system","owner":"Property404","description":"Web-based terminal","archived":false,"fork":false,"pushed_at":"2025-03-03T21:24:18.000Z","size":642,"stargazers_count":38,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T05:40:17.467Z","etag":null,"topics":["rust","webassembly"],"latest_commit_sha":null,"homepage":"https://dagans.dev/projects/its-a-unix-system","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/Property404.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE_MIT","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":"2022-10-30T14:31:18.000Z","updated_at":"2025-03-03T21:24:21.000Z","dependencies_parsed_at":"2023-11-19T21:24:05.582Z","dependency_job_id":"38a0c636-226c-42df-bbca-125cc8cdfbea","html_url":"https://github.com/Property404/its-a-unix-system","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Property404%2Fits-a-unix-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Property404%2Fits-a-unix-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Property404%2Fits-a-unix-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Property404%2Fits-a-unix-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Property404","download_url":"https://codeload.github.com/Property404/its-a-unix-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251187225,"owners_count":21549604,"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":["rust","webassembly"],"created_at":"2024-08-02T09:01:15.872Z","updated_at":"2025-04-27T18:31:30.628Z","avatar_url":"https://github.com/Property404.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# It's a Unix System! I know this!\n\nWebAssembly Unix terminal built with 🦀Rust🦀\n\n## Features\n\n* Essential Unix commands (sh, ls, cp, mv, cat, cowsay, etc)\n* Basic Vi implementation\n* Pipes and file redirect\n* Variables and subshells\n* File system via [rust-vfs](https://github.com/manuel-woelker/rust-vfs)\n* Basic scripting support (try `sh example.sh`)\n* GNU Readline-like features (key bindings, history, tab-complete)\n* ANSI escape code support, including some colors\n\n### Known bugs\n\n* Running `foo=bar echo ${foo}` will print `foo`'s old value\n* `[` cannot compare multiword values because of how variable substition works\n* No emoji support in `vi`\n\n## Example\n\n```\n$ fortune -s | cowsay\n _____________________________________\n\u003c Your mother is disappointed in you. \u003e\n -------------------------------------\n         \\    ^__^\n          \\   (oo)\\_______\n              (__)\\       )\\/\\\n                  ||----w |\n                  ||     ||\n$ # We also have file redirect\n$ echo \"Wow what a great fortune\" \u003e file\n$ # We could do `cat file` as well\n$ cat \u003c file\nWow what a great fortune\n```\n\n## Building and Serving for Development\n\n* `cargo install wasm-pack`\n* `wasm-pack build --dev`\n* `cd www`\n* `npm install`\n* `npm run start`\n\nApp will be served on port 8080\n\n## Building for Release\n\n* `cargo install wasm-pack`\n* `wasm-pack build --no-default-features`\n* `cd www`\n* `npm install`\n* `npm run build`\n\nBuild will be in `www/dist/`\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProperty404%2Fits-a-unix-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FProperty404%2Fits-a-unix-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FProperty404%2Fits-a-unix-system/lists"}