{"id":48552583,"url":"https://github.com/iamnotstatic/vibetime","last_synced_at":"2026-04-12T13:02:21.180Z","repository":{"id":349606318,"uuid":"1202723947","full_name":"iamnotstatic/vibetime","owner":"iamnotstatic","description":"Track what you actually ship with AI.","archived":false,"fork":false,"pushed_at":"2026-04-09T10:59:46.000Z","size":468,"stargazers_count":17,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T12:26:14.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/iamnotstatic.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":"2026-04-06T10:29:45.000Z","updated_at":"2026-04-10T19:36:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iamnotstatic/vibetime","commit_stats":null,"previous_names":["iamnotstatic/vibetime"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/iamnotstatic/vibetime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2Fvibetime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2Fvibetime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2Fvibetime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2Fvibetime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamnotstatic","download_url":"https://codeload.github.com/iamnotstatic/vibetime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnotstatic%2Fvibetime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31715492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":[],"created_at":"2026-04-08T09:03:09.516Z","updated_at":"2026-04-12T13:02:21.134Z","avatar_url":"https://github.com/iamnotstatic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e◆ Vibetime\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vibetime-cli\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/vibetime-cli\" alt=\"npm version\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eTrack what you actually ship with AI.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eVibetime wraps Claude Code, Codex, and Gemini and prints a session summary every time you're done. No config, no account, no daemon.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/iamnotstatic/vibetime/main/assets/status.png\" alt=\"vibe status\" /\u003e\n\u003c/p\u003e\n\n## Install\n\n```\nnpm install -g vibetime-cli\n```\n\n## Setup\n\n```\nvibe init\nsource ~/.zshrc   # or ~/.bashrc — or restart your terminal\n```\n\nAdds shell hooks that wrap `claude`, `codex`, and `gemini`. The tools work exactly the same — Vibetime tracks your git state while you code and prints the endcard when you're done.\n\n## What you get\n\nEvery time you close a Claude Code, Codex, or Gemini session:\n\n```\n╭─────────────────────────────────────────────╮\n│  ◆ vibe  ·  api  ·  2h 14m                  │\n├─────────────────────────────────────────────┤\n│                                             │\n│  3 commits  ·  +847 −231  ·  12 files       │\n│                                             │\n│  ████████░░  shipped  ✦                     │\n│                                             │\n╰─────────────────────────────────────────────╯\n```\n\nSessions are scored by what happened in git:\n\n| tier | bar | meaning |\n|---|---|---|\n| shipped | `████████░░` | commits + meaningful changes |\n| progressed | `██████░░░░` | commits, small changes |\n| tinkering | `████░░░░░░` | changes but no commits |\n| exploring | `██░░░░░░░░` | a few lines touched |\n| idle | `░░░░░░░░░░` | nothing changed |\n\n## Share your week\n\nRun `vibe share` to print your weekly card. Press `h` to open the HTML version — copy it, screenshot it, post it.\n\nStreaks track consecutive days you shipped. If you shipped yesterday but not yet today, your streak shows ⏳ — you still have time.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/iamnotstatic/vibetime/main/assets/share-terminal.png\" width=\"400\" alt=\"vibe share terminal\" /\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/iamnotstatic/vibetime/main/assets/share-card.png\" width=\"400\" alt=\"vibe share html card\" /\u003e\n\u003c/p\u003e\n\n## Adding more tools\n\nVibetime wraps any AI CLI. To track a tool not listed above:\n\n```\nvibe config add-tool aider\n```\n\n## Commands\n\n```\nvibe status                  today's sessions (includes active sessions)\nvibe log                     last 20 sessions\nvibe share                   weekly summary card\nvibe share --html            shareable HTML card\nvibe config show             current settings\nvibe config set handle       set your @handle\nvibe config add-tool \u003cname\u003e  track a new AI CLI tool\nvibe uninstall               remove shell hooks\n```\n\nSessions belong to the day they started — a session that runs past midnight appears under the previous day.\n\n## Uninstall\n\n```\nvibe uninstall\nnpm uninstall -g vibetime-cli\n```\n\n`vibe uninstall` removes all shell hooks from your rc file. Your session data in `~/.vibe/` is preserved — delete it manually if you want a clean removal.\n\n## Privacy\n\nVibetime has no telemetry, no network calls, and no account. Everything stays on your machine.\n\nIt reads **git metadata only** — commit counts, line counts, file counts. It never reads file contents, environment variables, API keys, or anything you type into the wrapped tool. The AI CLI's stdin/stdout are passed straight through via `spawn` with `stdio: 'inherit'`.\n\nAll data is stored locally in `~/.vibe/`.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnotstatic%2Fvibetime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamnotstatic%2Fvibetime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnotstatic%2Fvibetime/lists"}