{"id":51682819,"url":"https://github.com/andrewmcodes/digital-brain-registry-search","last_synced_at":"2026-07-15T15:30:58.919Z","repository":{"id":370399876,"uuid":"1294605835","full_name":"andrewmcodes/digital-brain-registry-search","owner":"andrewmcodes","description":"Raycast extension to search package registries (npm, RubyGems, GitHub, Homebrew, VS Code, Obsidian) and generate Obsidian software-note frontmatter for the digital-brain vault.","archived":false,"fork":false,"pushed_at":"2026-07-09T04:15:09.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-09T05:21:02.451Z","etag":null,"topics":["homebrew","npm","obsidian","pkm","raycast","raycast-extension","rubygems"],"latest_commit_sha":null,"homepage":null,"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/andrewmcodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["andrewmcodes"]}},"created_at":"2026-07-09T03:51:56.000Z","updated_at":"2026-07-09T04:15:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/andrewmcodes/digital-brain-registry-search","commit_stats":null,"previous_names":["andrewmcodes/digital-brain-registry-search"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/andrewmcodes/digital-brain-registry-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fdigital-brain-registry-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fdigital-brain-registry-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fdigital-brain-registry-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fdigital-brain-registry-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewmcodes","download_url":"https://codeload.github.com/andrewmcodes/digital-brain-registry-search/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewmcodes%2Fdigital-brain-registry-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35472809,"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-07-14T02:00:06.603Z","response_time":114,"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":["homebrew","npm","obsidian","pkm","raycast","raycast-extension","rubygems"],"created_at":"2026-07-15T15:30:57.980Z","updated_at":"2026-07-15T15:30:58.910Z","avatar_url":"https://github.com/andrewmcodes.png","language":"TypeScript","funding_links":["https://github.com/sponsors/andrewmcodes"],"categories":[],"sub_categories":[],"readme":"# Digital Brain Registry Search\n\nA Raycast extension that searches package registries and generates Obsidian `software`-note frontmatter for the [digital-brain](https://github.com/andrewmcodes/digital-brain) vault. It's a port of the vault's `util/scripts/searchRegistry.js` Templater script — same field mappings, same YAML output — reworked into an interactive, search-as-you-type Raycast command.\n\n## Supported registries\n\n| Registry  | Source                        | `software_type` |\n| --------- | ----------------------------- | --------------- |\n| npm       | registry.npmjs.org            | `npm`           |\n| RubyGems  | rubygems.org                  | `gem`           |\n| GitHub    | api.github.com                | `CLI`           |\n| Homebrew  | formulae.brew.sh              | `CLI`           |\n| VS Code   | marketplace.visualstudio.com  | `extension`     |\n| Obsidian  | obsidian-releases + GitHub    | `extension`     |\n\nField mappings follow `pages/CROSSWALK.md` in the vault.\n\n## Command\n\n**Search Registry** — pick a registry from the dropdown, type a query, and browse live results. Selecting a result resolves its full details and shows the generated YAML frontmatter, with actions to:\n\n- **Copy Frontmatter** (`⌘C`) — copy the YAML to the clipboard.\n- **Create Note in Vault** (`⌘N`) — write `{softwareFolder}/{id}.md` into your vault (skips if it already exists).\n- **Open Homepage / GitHub** (`⌘O` / `⌘⇧O`).\n\n## Preferences\n\n| Preference        | Description                                                         |\n| ----------------- | ------------------------------------------------------------------- |\n| Vault Path        | Absolute path to your Obsidian vault root (required to create notes). |\n| Software Folder   | Folder within the vault for software notes (default `software`).    |\n| GitHub Token      | Optional PAT to raise GitHub's unauthenticated rate limit (60/hr).  |\n\n## Development\n\n```bash\nnpm install\nnpm run dev      # ray develop — loads the extension into Raycast\nnpm run build    # ray build\nnpm run lint     # ray lint\n```\n\nThe extension icon is generated from `assets/generate-icon.js` (`node assets/generate-icon.js`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmcodes%2Fdigital-brain-registry-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewmcodes%2Fdigital-brain-registry-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewmcodes%2Fdigital-brain-registry-search/lists"}