{"id":17656915,"url":"https://github.com/programator2/fs2json","last_synced_at":"2026-05-03T02:44:25.661Z","repository":{"id":165331903,"uuid":"429439628","full_name":"Programator2/fs2json","owner":"Programator2","description":"Export stat information about all files as a JSON","archived":false,"fork":false,"pushed_at":"2023-07-11T20:10:59.000Z","size":159,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T11:46:20.018Z","etag":null,"topics":["file-hierarchy","file-information","json"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Programator2.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-11-18T13:26:42.000Z","updated_at":"2021-11-25T09:18:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"58d7011f-1ca1-4571-ac3c-59038380cec2","html_url":"https://github.com/Programator2/fs2json","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/Programator2%2Ffs2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programator2%2Ffs2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programator2%2Ffs2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programator2%2Ffs2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Programator2","download_url":"https://codeload.github.com/Programator2/fs2json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301953,"owners_count":20755512,"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":["file-hierarchy","file-information","json"],"created_at":"2024-10-23T14:37:03.272Z","updated_at":"2026-05-03T02:44:20.643Z","avatar_url":"https://github.com/Programator2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Usage\n\nThis script generates JSON structure of a file system.\n\n: ./fs2json.sh \u003croot\u003e \u003coutput\u003e\n\n- =root= :: start at this directory\n- =output= :: file to export compressed json (should end with =.json.zst=\n\n* Output example\n\n#+begin_src js\n{\n  \"name\": \"vmlinuz\",\n  \"ino\": 22,\n  \"dev\": 2049,\n  \"nlink\": 1,\n  \"uid\": 0,\n  \"gid\": 0,\n  \"size\": 27,\n  \"atime\": 1637006401.1373794,\n  \"mtime\": 1637006401.1373794,\n  \"ctime\": 1637006401.1373794,\n  \"ifsock\": 0,\n  \"iflnk\": 1,\n  \"ifblk\": 0,\n  \"isreg\": 0,\n  \"ifdir\": 0,\n  \"ifchr\": 0,\n  \"ififo\": 0,\n  \"isuid\": 0,\n  \"isgid\": 0,\n  \"isvtx\": 0,\n  \"irusr\": 1,\n  \"iwusr\": 1,\n  \"ixusr\": 1,\n  \"irgrp\": 1,\n  \"iwgrp\": 1,\n  \"ixgrp\": 1,\n  \"iroth\": 1,\n  \"iwoth\": 1,\n  \"ixoth\": 1,\n  \"children\": [...]\n}\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramator2%2Ffs2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramator2%2Ffs2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramator2%2Ffs2json/lists"}