{"id":17551595,"url":"https://github.com/mati365/posix-tree","last_synced_at":"2025-04-12T04:22:12.775Z","repository":{"id":69538137,"uuid":"178691693","full_name":"Mati365/posix-tree","owner":"Mati365","description":"Tree style like file listing written in C","archived":false,"fork":false,"pushed_at":"2019-04-01T12:31:58.000Z","size":70,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T23:51:22.389Z","etag":null,"topics":["lib","linux","posix","so","tree","zut"],"latest_commit_sha":null,"homepage":null,"language":"C","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/Mati365.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":"2019-03-31T13:27:31.000Z","updated_at":"2024-11-01T18:35:40.000Z","dependencies_parsed_at":"2023-03-06T04:15:20.005Z","dependency_job_id":null,"html_url":"https://github.com/Mati365/posix-tree","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/Mati365%2Fposix-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mati365%2Fposix-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mati365%2Fposix-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mati365%2Fposix-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mati365","download_url":"https://codeload.github.com/Mati365/posix-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514509,"owners_count":21116974,"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":["lib","linux","posix","so","tree","zut"],"created_at":"2024-10-21T04:46:49.579Z","updated_at":"2025-04-12T04:22:12.763Z","avatar_url":"https://github.com/Mati365.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# posix-tree\nSimple header only lib that allows to print folder content in UNIX tree like form.\n\n### Example\n```c\n  struct tree_print_flags flags = {\n    .print_full_path = true,\n    .dir_only = false,\n    .follow_symlinks = true,\n    .max_level = 3,\n  };\n\n  tree_print(\".\", \u0026flags);\n```\n\n**output:** \u003cbr /\u003e\n![Screen](/screens/1.png?raw=true \"Screen\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmati365%2Fposix-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmati365%2Fposix-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmati365%2Fposix-tree/lists"}