{"id":35166025,"url":"https://github.com/vupdivup/typomat","last_synced_at":"2026-01-13T22:58:56.630Z","repository":{"id":331080329,"uuid":"1096674672","full_name":"vupdivup/typomat","owner":"vupdivup","description":"typomat: turn your code into muscle memory","archived":false,"fork":false,"pushed_at":"2026-01-11T14:35:58.000Z","size":1657,"stargazers_count":7,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T22:58:35.552Z","etag":null,"topics":["cli","golang","tui","typing","typing-game","typing-practice"],"latest_commit_sha":null,"homepage":"","language":"Go","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/vupdivup.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":"2025-11-14T19:23:34.000Z","updated_at":"2026-01-12T22:52:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vupdivup/typomat","commit_stats":null,"previous_names":["vupdivup/typomat"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vupdivup/typomat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vupdivup%2Ftypomat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vupdivup%2Ftypomat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vupdivup%2Ftypomat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vupdivup%2Ftypomat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vupdivup","download_url":"https://codeload.github.com/vupdivup/typomat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vupdivup%2Ftypomat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cli","golang","tui","typing","typing-game","typing-practice"],"created_at":"2025-12-28T19:33:03.910Z","updated_at":"2026-01-13T22:58:56.624Z","avatar_url":"https://github.com/vupdivup.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typomat: turn your code into muscle memory\n\ntypomat is a command-line typing practice tool that creates exercises from the contents of your repository—perfect for a quick warmup before work.\n\n![typomat demo](docs/demo.gif)\n\n## Features\n\n- ⌨️ Typing practice focused on code vocabulary\n- 📂 Works with any local folder containing text files\n- 🖥️ Sleek text-based UI that fits comfortably in your terminal\n- 📊 WPM and accuracy metrics to help track your progress\n- 🙈 .gitignore-aware; no sensitive data is ingested\n- 💾 Caching to load your favorite codebases in no time\n\n## How it works\n\nWhen invoked, typomat runs through a directory's source code, extracting words from variable declarations, string literals and function signatures. These words are then used to build short, randomized typing prompts relevant to your codebase.\n\n## Installation\n\n### Windows\n\nInstall via [Scoop](https://scoop.sh/):\n\n```bash\nscoop bucket add vupdivup https://github.com/vupdivup/scoop-bucket\nscoop install typomat\n```\n\n### Linux/MacOS\n\nInstall via [Homebrew](https://brew.sh/):\n\n```bash\nbrew tap vupdivup/tap\nbrew install typomat\n```\n\n### Pre-built binaries\n\nPre-built binaries are archived under the [latest release](https://github.com/vupdivup/typomat/releases/latest).\n\n### Go\n\nUse the Go toolchain to build from source:\n\n```bash\ngo install github.com/vupdivup/typomat/cmd/typomat@latest\n```\n\n## Usage\n\nStart a typing session by passing the path to the directory you'd like to practice on:\n\n```bash\ntypomat path/to/dir\n```\n\n\u003e [!NOTE]\n\u003e typomat caches extracted words to a persistent on-disk location. To keep this cache small, avoid passing very large directories like `~` or `/home`. The `--purge` flag can be used to clear the cache if needed.\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvupdivup%2Ftypomat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvupdivup%2Ftypomat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvupdivup%2Ftypomat/lists"}