{"id":16670016,"url":"https://github.com/uroboro/ffs","last_synced_at":"2026-04-27T13:31:38.155Z","repository":{"id":69782943,"uuid":"84680476","full_name":"uroboro/ffs","owner":"uroboro","description":"Small text based file system","archived":false,"fork":false,"pushed_at":"2017-03-13T04:04:14.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-30T22:32:26.209Z","etag":null,"topics":["filesystem","text-based"],"latest_commit_sha":null,"homepage":null,"language":"C","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/uroboro.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-03-11T21:17:57.000Z","updated_at":"2023-09-12T14:59:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9b2907a-ce4c-4710-b042-9d7342e97905","html_url":"https://github.com/uroboro/ffs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uroboro/ffs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uroboro%2Fffs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uroboro%2Fffs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uroboro%2Fffs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uroboro%2Fffs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uroboro","download_url":"https://codeload.github.com/uroboro/ffs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uroboro%2Fffs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32339288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["filesystem","text-based"],"created_at":"2024-10-12T11:36:39.074Z","updated_at":"2026-04-27T13:31:38.150Z","avatar_url":"https://github.com/uroboro.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ffs\nSmall text based file system.\n\nBuilt for [Axle](https://github.com/codyd51/axle).\n\n# How it works:\n\nGiven a directory, `ffs` will add it recursively to a file arxiv in plain text.\n\n`ffs` arxiv files contain a header section and a content section. The header is a dictionary-like recursive structure detailing the name of a file and either the length of its contents or the number of files within. The name is preceded by its length. The content section is simply a concatenation of file's contents.\n\nThe example system is structured as follows:\n\n    test\n    +-- resources\n    |   +-- bbundle.txt\n    +-- aaa.txt\n    +-- hello.txt\n    +-- zero\n\nAnd the result arxiv contains the following:\n\n    {0:0;1{4test:0;5{7aaa.txt:4}{5empty:4;0}{9hello.txt:6}{9resources:10;1{10bundle.txt:7}}{4zero:0}}}aaa\n    hello\n    bundle\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furoboro%2Fffs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furoboro%2Fffs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furoboro%2Fffs/lists"}