{"id":26057781,"url":"https://github.com/feenkcom/gtoolkit-spotter","last_synced_at":"2026-03-07T16:31:14.767Z","repository":{"id":38429947,"uuid":"193504807","full_name":"feenkcom/gtoolkit-spotter","owner":"feenkcom","description":"The moldable search tool.","archived":false,"fork":false,"pushed_at":"2026-03-01T15:00:24.000Z","size":1748,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-01T18:18:38.119Z","etag":null,"topics":["glamorous-toolkit"],"latest_commit_sha":null,"homepage":"https://gtoolkit.com","language":"Smalltalk","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/feenkcom.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-24T12:51:58.000Z","updated_at":"2025-12-01T19:48:05.000Z","dependencies_parsed_at":"2026-03-01T17:05:58.117Z","dependency_job_id":null,"html_url":"https://github.com/feenkcom/gtoolkit-spotter","commit_stats":null,"previous_names":[],"tags_count":2461,"template":false,"template_full_name":null,"purl":"pkg:github/feenkcom/gtoolkit-spotter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feenkcom%2Fgtoolkit-spotter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feenkcom%2Fgtoolkit-spotter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feenkcom%2Fgtoolkit-spotter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feenkcom%2Fgtoolkit-spotter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feenkcom","download_url":"https://codeload.github.com/feenkcom/gtoolkit-spotter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feenkcom%2Fgtoolkit-spotter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30221504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["glamorous-toolkit"],"created_at":"2025-03-08T11:58:56.638Z","updated_at":"2026-03-07T16:31:14.329Z","avatar_url":"https://github.com/feenkcom.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GT Spotter\nSpotter is the moldable search interface\n\n## How to load\n\nThe ideal way to load the code is by loading the entire [Glamorous Toolkit project](https://github.com/feenkcom/gtoolkit).\n\n\n## Programming Spotter\n\n### Creating a new instance of a default Spotter\n\n```smalltalk\nspotter := GtSpotter new.\n```\n\n### Spotter instance on a domain object\n\n```smalltalk\nspotter := GtSpotter on: MyObject new.\n```\n\n### Spotter UI\n\nWith preview support:\n```smalltalk\nspotterElement := GtSpotterElementWithPreview new.\nspotterElement spotterModel: spotter\n```\n\nWithout preview support:\n```smalltalk\nspotterElement := GtSpotterElement new.\nspotterElement spotterModel: spotter\n```\n\n### Opening in a borderless window\n\n```smalltalk\nspace := BlSpace new.\nspace root: spotterElement.\nspace borderless: true.\nspace show\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeenkcom%2Fgtoolkit-spotter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeenkcom%2Fgtoolkit-spotter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeenkcom%2Fgtoolkit-spotter/lists"}