{"id":34704659,"url":"https://github.com/dylandevelops/tmpo","last_synced_at":"2026-02-12T20:01:30.513Z","repository":{"id":329178913,"uuid":"1111553261","full_name":"DylanDevelops/tmpo","owner":"DylanDevelops","description":"A minimal CLI time tracker for developers.","archived":false,"fork":false,"pushed_at":"2026-01-31T22:18:28.000Z","size":323,"stargazers_count":43,"open_issues_count":5,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-01T10:30:29.829Z","etag":null,"topics":["cli","developer-productivity","developer-tools","golang","timesheet","timesheet-management","timesheets"],"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/DylanDevelops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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":["DylanDevelops"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-12-07T07:03:01.000Z","updated_at":"2026-01-31T22:12:06.000Z","dependencies_parsed_at":"2025-12-27T01:03:19.003Z","dependency_job_id":null,"html_url":"https://github.com/DylanDevelops/tmpo","commit_stats":null,"previous_names":["dylandevelops/tmpo"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/DylanDevelops/tmpo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanDevelops%2Ftmpo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanDevelops%2Ftmpo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanDevelops%2Ftmpo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanDevelops%2Ftmpo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DylanDevelops","download_url":"https://codeload.github.com/DylanDevelops/tmpo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DylanDevelops%2Ftmpo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29379660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"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":["cli","developer-productivity","developer-tools","golang","timesheet","timesheet-management","timesheets"],"created_at":"2025-12-24T23:14:02.455Z","updated_at":"2026-02-12T20:01:30.476Z","avatar_url":"https://github.com/DylanDevelops.png","language":"Go","funding_links":["https://github.com/sponsors/DylanDevelops"],"categories":[],"sub_categories":[],"readme":"# tmpo CLI\n\n\u003e Set the `tmpo` — A minimal CLI time tracker for developers.\n\n![screenshot of tmpo start and tmpo stats](https://github.com/user-attachments/assets/ce6c684e-04a6-48d0-a6b9-77349d1b3ec8)\n\n**tmpo** allows you to track time effortlessly with simple commands that live in your terminal. Track time with automatic project detection, organize work into milestones, view stats, and export data; all without leaving your workspace.\n\n## About\n\n**tmpo** is a lightweight, developer-friendly time tracking tool designed to integrate seamlessly with your terminal workflow. It automatically detects your project context from Git repositories or configuration files, making time tracking as simple as `tmpo start` and `tmpo stop`.\n\n### Why tmpo?\n\n- **🚀 Fast \u0026 Lightweight** - Built in Go, tmpo starts instantly and uses minimal resources\n- **🎯 Automatic Project Detection** - Detects project names from Git repos or `.tmporc` configuration files\n- **🌐 Global Projects** - Track time for any project from any directory without configuration files\n- **🎯 Milestone Tracking** - Organize time entries into sprints, releases, or project phases\n- **💾 Local \u0026 Private Storage** - All data stored locally in SQLite - your time tracking stays private\n- **📊 Rich Reporting** - View stats, export to CSV/JSON, and track hourly rates\n- **⚡ Zero Configuration Needed** - Works out of the box, configure only when you need to\n\n## Installation\n\n### Download Pre-built Binaries (Recommended)\n\nDownload the latest release for your platform from the [releases page](https://github.com/DylanDevelops/tmpo/releases).\n\nFor detailed installation instructions for your platform:\n\n- [macOS Installation Guide](docs/installation/macos_installation.md)\n- [Linux Installation Guide](docs/installation/linux_installation.md)\n- [Windows Installation Guide](docs/installation/windows_installation.md)\n\n### Build from Source\n\n```bash\ngit clone https://github.com/DylanDevelops/tmpo.git\ncd tmpo\ngo build -o tmpo .\n```\n\n## Quick Start\n\n```bash\n# Start tracking (auto-detects project)\ntmpo start\n\n# Check status\ntmpo status\n\n# Stop tracking\ntmpo stop\n\n# View statistics\ntmpo stats\n\n# Organize work into milestones\ntmpo milestone start \"Sprint 1\"\n```\n\n### Track Projects From Anywhere\n\nCreate global projects to track time from any directory:\n\n```bash\n# Create a global project\ntmpo init --global\n\n# Track time from anywhere on your system\ncd /tmp\ntmpo start --project \"Client Work\" \"Implementing new feature\"\ntmpo stop\n\n# View entries from anywhere\ntmpo log --project \"Client Work\"\n```\n\nFor detailed usage and all commands, see the [Usage Guide](docs/usage.md).\n\n## Configuration\n\n### Global Settings\n\nSet your preferences for currency, date/time formats, and timezone:\n\n```bash\ntmpo config\n```\n\nThis opens an interactive wizard to configure:\n\n- Currency (USD, EUR, GBP, JPY, and 30+ more)\n- Date format (MM/DD/YYYY, DD/MM/YYYY, or YYYY-MM-DD)\n- Time format (24-hour or 12-hour)\n- Timezone (IANA format like America/New_York)\n- Export path (default directory for exported files)\n\n### Per-Project Settings\n\n**Local Projects (directory-specific):**\n\n```bash\n# Create a .tmporc file in your project directory\ntmpo init\n\n# Or skip prompts and use defaults\ntmpo init --accept-defaults\n```\n\n**Global Projects (track from anywhere):**\n\n```bash\n# Create a global project you can use from any directory\ntmpo init --global\n\n# Now track time from anywhere\ntmpo start --project \"Project Name\"\n```\n\nSee the [Configuration Guide](docs/configuration.md) for details.\n\n## Feedback\n\nFound a bug or have an idea for a feature you'd like to see in tmpo? [Open an issue](https://github.com/DylanDevelops/tmpo/issues/new/choose) and our team will be able to help.\n\n## Contributing\n\nContributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nMade with ❤️ by [Dylan Ravel](https://github.com/DylanDevelops) and you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylandevelops%2Ftmpo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylandevelops%2Ftmpo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylandevelops%2Ftmpo/lists"}