{"id":26154387,"url":"https://github.com/rcdmk/in-memory-file-system","last_synced_at":"2025-07-04T07:34:44.429Z","repository":{"id":142080744,"uuid":"371717216","full_name":"rcdmk/in-memory-file-system","owner":"rcdmk","description":"An in-memory filesystem playground to learn Scala in vscode with metals.","archived":false,"fork":false,"pushed_at":"2021-05-28T14:40:24.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T07:07:31.889Z","etag":null,"topics":["in-memory-filesystem","metals","sbt","scala","scalatest"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/rcdmk.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":"2021-05-28T13:55:07.000Z","updated_at":"2021-05-28T14:40:26.000Z","dependencies_parsed_at":"2023-07-22T20:02:15.423Z","dependency_job_id":null,"html_url":"https://github.com/rcdmk/in-memory-file-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcdmk/in-memory-file-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2Fin-memory-file-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2Fin-memory-file-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2Fin-memory-file-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2Fin-memory-file-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcdmk","download_url":"https://codeload.github.com/rcdmk/in-memory-file-system/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcdmk%2Fin-memory-file-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263469286,"owners_count":23471492,"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":["in-memory-filesystem","metals","sbt","scala","scalatest"],"created_at":"2025-03-11T08:29:27.140Z","updated_at":"2025-07-04T07:34:44.392Z","avatar_url":"https://github.com/rcdmk.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# In-memory Filesystem Scala Playground\n\nAn in-memory implementation of a simulated Unix shell with basic operations on an in-memory filesystem representation.\n\n## Supported operations\n\n- **cat** - reads file contents\n- **cd** - changes current working directory\n- **echo** - prints to std out, outputs to a file or appends output to a file\n- **exit** - terminate app\n- **ls** - lists directory contents\n- **mkdir** - creates a directory\n- **pwd** - prints working directory path\n- **rm** - remove a file or directory (if empty)\n- **touch** - creates an empty file\n\nOnly basic operations are supported at the moment. Piping is not supported.\n\n## Executing\n\nTo execute this project locally, navigate to the root of the repository and run\n\n```bash\n$ sbt run\n```\n\n## Testing\n\nTo run the project tests, navigate to the root of the repository and run\n\n```bash\n$ sbt test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdmk%2Fin-memory-file-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcdmk%2Fin-memory-file-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcdmk%2Fin-memory-file-system/lists"}