{"id":30835322,"url":"https://github.com/stsysd/dore","last_synced_at":"2026-06-20T12:32:15.188Z","repository":{"id":44643911,"uuid":"441943536","full_name":"stsysd/dore","owner":"stsysd","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-17T15:44:19.000Z","size":70,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-19T16:10:32.811Z","etag":null,"topics":["deno","typescript"],"latest_commit_sha":null,"homepage":"https://deno.land/x/dore","language":"TypeScript","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/stsysd.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}},"created_at":"2021-12-26T17:09:22.000Z","updated_at":"2022-03-17T15:47:27.000Z","dependencies_parsed_at":"2022-09-09T05:51:10.502Z","dependency_job_id":null,"html_url":"https://github.com/stsysd/dore","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/stsysd/dore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsysd%2Fdore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsysd%2Fdore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsysd%2Fdore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsysd%2Fdore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stsysd","download_url":"https://codeload.github.com/stsysd/dore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stsysd%2Fdore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34570533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["deno","typescript"],"created_at":"2025-09-06T17:03:53.664Z","updated_at":"2026-06-20T12:32:15.175Z","avatar_url":"https://github.com/stsysd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dore\n\ndore is a command-line interactive selector like\n[peco](https://github.com/peco/peco) and [fzf](https://github.com/junegunn/fzf)\nwritten by [deno](https://deno.land/).\n\n## Installation\n\n```console\ndeno install --allow-read --allow-write=/dev/tty --unstable -n dore https://deno.land/x/dore/main.ts\n```\n\n## Usage\n\ndore is a interactive selector, read the source list from STDIN or a file, and\nwrite the selected item to STDOUT.\n\n```console\n# from STDIN\n$ find * -type f | dore \u003e selected\n\n# from file\n$ dore src.txt \u003e selected\n```\n\n## As library\n\ndore can be used as library.\n\n```typescript\nimport { select } from \"https://deno.land/x/dore/mod.ts\";\n\nconst selected = await select([\"foo\", \"bar\", \"baz\"]);\nconsole.log(\"SELECTED:\", selected);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstsysd%2Fdore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstsysd%2Fdore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstsysd%2Fdore/lists"}