{"id":13794886,"url":"https://github.com/davep/textual-fspicker","last_synced_at":"2025-10-06T03:57:07.441Z","repository":{"id":166985416,"uuid":"639619331","full_name":"davep/textual-fspicker","owner":"davep","description":"A Textual widget library for picking things in the filesystem","archived":false,"fork":false,"pushed_at":"2025-09-23T08:29:42.000Z","size":2180,"stargazers_count":66,"open_issues_count":9,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-24T11:58:13.635Z","etag":null,"topics":["filesystem","filesystem-library","framework","library","python","terminal","textual","textual-dialog","textual-framework","textual-widget","toolkit","tui","ui"],"latest_commit_sha":null,"homepage":"https://textual-fspicker.davep.dev/","language":"Python","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/davep.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"davepearson"}},"created_at":"2023-05-11T21:05:01.000Z","updated_at":"2025-09-23T08:29:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e439556-155b-425e-8de3-b37174919117","html_url":"https://github.com/davep/textual-fspicker","commit_stats":{"total_commits":116,"total_committers":3,"mean_commits":"38.666666666666664","dds":"0.017241379310344862","last_synced_commit":"261a41e2d800d6e7610278c7408583528627a716"},"previous_names":["davep/textual-fspicker"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/davep/textual-fspicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-fspicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-fspicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-fspicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-fspicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davep","download_url":"https://codeload.github.com/davep/textual-fspicker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davep%2Ftextual-fspicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556194,"owners_count":26006081,"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-06T02:00:05.630Z","response_time":65,"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","filesystem-library","framework","library","python","terminal","textual","textual-dialog","textual-framework","textual-widget","toolkit","tui","ui"],"created_at":"2024-08-03T23:00:49.655Z","updated_at":"2025-10-06T03:57:07.436Z","avatar_url":"https://github.com/davep.png","language":"Python","funding_links":["https://ko-fi.com/davepearson"],"categories":["Community"],"sub_categories":["Third Party Applications"],"readme":"# textual-fspicker\n\n[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/textual-fspicker/style-and-lint.yaml)](https://github.com/davep/textual-fspicker/actions)\n[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/textual-fspicker/latest)](https://github.com/davep/textual-fspicker/commits/main/)\n[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/textual-fspicker)](https://github.com/davep/textual-fspicker/issues)\n[![GitHub Release Date](https://img.shields.io/github/release-date/davep/textual-fspicker)](https://github.com/davep/textual-fspicker/releases)\n[![PyPI - License](https://img.shields.io/pypi/l/textual-fspicker)](https://github.com/davep/textual-fspicker/blob/main/LICENSE)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textual-fspicker)](https://github.com/davep/textual-fspicker/blob/main/pyproject.toml)\n[![PyPI - Version](https://img.shields.io/pypi/v/textual-fspicker)](https://pypi.org/project/textual-fspicker/)\n\n## Introduction\n\nThis library provides a simple set of filesystem navigation and picking\ndialogs. The aim is to provide \"ready to go\" dialogs that should also be\nfairly easy to tailor to your own applications.\n\n![Opening a file](https://raw.githubusercontent.com/davep/textual-fspicker/main/.images/file-open.png)\n![Saving a file](https://raw.githubusercontent.com/davep/textual-fspicker/main/.images/file-save.png)\n\n## Installing\n\nThe package can be installed with `pip` or related tools, for example:\n\n```sh\n$ pip install textual-fspicker\n```\n\n## Using the library\n\nPlease see [the main documentation for the\nlibrary](https://textual-fspicker.davep.dev/) for details on how to use it.\n\n## TODO\n\nSee [the TODO tag in\nissues](https://github.com/davep/textual-fspicker/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)\nto see what I'm planning.\n\n\n[//]: # (README.md ends here)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftextual-fspicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavep%2Ftextual-fspicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavep%2Ftextual-fspicker/lists"}