{"id":18060194,"url":"https://github.com/audulus/filebrowser","last_synced_at":"2025-10-10T18:05:59.919Z","repository":{"id":257882350,"uuid":"872668854","full_name":"audulus/FileBrowser","owner":"audulus","description":"Alternate document browser for document apps","archived":false,"fork":false,"pushed_at":"2024-11-27T17:30:16.000Z","size":478,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T06:02:51.192Z","etag":null,"topics":["ios","swiftui","uidocumentbrowserviewcontroller"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/audulus.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}},"created_at":"2024-10-14T21:11:50.000Z","updated_at":"2025-04-08T15:10:19.000Z","dependencies_parsed_at":"2024-10-16T21:55:33.813Z","dependency_job_id":"7b636bcb-e626-46c9-be46-7662e8cc2af6","html_url":"https://github.com/audulus/FileBrowser","commit_stats":null,"previous_names":["audulus/filebrowser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/audulus/FileBrowser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audulus%2FFileBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audulus%2FFileBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audulus%2FFileBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audulus%2FFileBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audulus","download_url":"https://codeload.github.com/audulus/FileBrowser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audulus%2FFileBrowser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004906,"owners_count":26083802,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["ios","swiftui","uidocumentbrowserviewcontroller"],"created_at":"2024-10-31T04:06:26.932Z","updated_at":"2025-10-10T18:05:59.861Z","avatar_url":"https://github.com/audulus.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileBrowser\n\n`UIDocumentBrowserViewController` (aka `DocumentGroup` in SwiftUI) is overwrought, buggy, is confused with the Files app, and forces you into having a title bar when opening a document. No wonder apps like Procreate make their own. This is an attempt to replicate the browser in Procreate.\n\nThis is far from complete, but I will be using it in both of my already-released apps and one upcoming app.\n\n![Screenshot](screenshot.png)\n\n## Usage\n\n```swift\n\n@main\nstruct MyApp: App {\n    @State var editing: URL?\n    \n    var scene: some Scene {\n         WindowGroup {\n            ZStack {\n                if let editing {\n                    RootView(editing: $editing)\n                } else {\n                    FileBrowserView(editing: $editing,\n                                    utType: UTType(\"com.yourcompany.yourformat\")!\n                                    pathExtension: \"myextension\",\n                                    newDocumentURL: Bundle.main.url(forResource: \"New Document\", withExtension: \"myextension\")!)\n                }\n            }\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudulus%2Ffilebrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudulus%2Ffilebrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudulus%2Ffilebrowser/lists"}