{"id":28365698,"url":"https://github.com/tayssirgh/histograph","last_synced_at":"2026-02-17T05:01:57.390Z","repository":{"id":266266945,"uuid":"897865360","full_name":"TayssirGh/Histograph","owner":"TayssirGh","description":"Histograph is a CLI tool for tracking Git repository activity and coding hours, offering insights into productivity and workflow patterns.","archived":false,"fork":false,"pushed_at":"2025-10-19T19:02:41.000Z","size":65,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T02:20:30.548Z","etag":null,"topics":["bash","cli","java","picocli"],"latest_commit_sha":null,"homepage":"","language":"Java","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/TayssirGh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-12-03T11:27:45.000Z","updated_at":"2025-10-19T19:02:45.000Z","dependencies_parsed_at":"2025-01-17T20:29:44.669Z","dependency_job_id":"c1cd56a9-746f-4c15-81e1-312fb9c925d6","html_url":"https://github.com/TayssirGh/Histograph","commit_stats":null,"previous_names":["tayssirgh/histograph"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TayssirGh/Histograph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TayssirGh%2FHistograph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TayssirGh%2FHistograph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TayssirGh%2FHistograph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TayssirGh%2FHistograph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TayssirGh","download_url":"https://codeload.github.com/TayssirGh/Histograph/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TayssirGh%2FHistograph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29534447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bash","cli","java","picocli"],"created_at":"2025-05-28T22:10:49.846Z","updated_at":"2026-02-17T05:01:57.316Z","avatar_url":"https://github.com/TayssirGh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Histograph**\n\n**Histograph** is a colorful, intuitive CLI tool that helps you track your local coding activity and Git repository statistics. Whether you're curious about your most active coding hours or need insights into repository-level stats, **Histograph** has you covered. \n## 🔍 Motivation\nAs a developer, I’ve always found GitHub’s contribution graph incredibly motivating , seeing those green squares fill up makes me feel productive and consistent. It’s a simple but powerful way to stay on track and celebrate progress\nSo I thought: _why not bring that same motivation directly into my terminal?_  and that’s why I built Histograph : local stats, colorful graphs, and motivation right where I code\n## 🚀 Features\n\n- ⏱ **Track Coding Hours**: Automatically logs your coding activity and provides daily stats.\n- 📊 **Repository Stats**: Analyze Git repository statistics by email.\n- 📧 **Commits Analysis**: Visualise your commit histories for specific email via a colorful graph.\n- 📂 **Folder Scanning**: Add and track multiple repositories with a single command.\n- 🌟 **Interactive Curve Graphs**: Visualize your coding activity with intuitive ASCII graphs.\n\n---\n\n## 🛠 Setup and Installation\n\n### Prerequisites\n- **Java 17** or later.\n- **Maven** for dependency management.\n- A love for coding stats! ❤️\n\n### Installation Steps\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/TayssirGh/Histograph.git\n   cd Histograph/hgraph/\n2. **Build the project:**:\n   ```bash\n   mvn clean package\n3. **Run the setup script:**:\n   ```bash\n    ./setup.sh\n4. **Verify installation:**\n   ```bash\n    hgraph\n\nIf you see the Histograph ASCII logo, you're all set! 🎉\n![](img.png)\n---\n\n## 🛡 Monitoring Your Coding Activity\nThe `monitor.sh` script tracks your coding hours by detecting when your favorite IDE (default: idea) is running. It logs your activity in` ~/.monitor.log`\n\n💡 To enable it as a background service:\n```bash\n    sudo ./setup_service.sh\n  ```\nCheck its status:\n``` bash\nsystemctl status process-monitor.service\n```\n---\n\n## 🔬 Development and Testing\n* Unit Tests: Built with JUnit and Mockito.\n* Run tests with:\n``` bash \nmvn test\n```\n\n* Build Native Image (optional, requires GraalVM):\n```bash\nmvn package -Pnative\n ```\n### Thanks for Dropping By! 🙌\nMay your terminal be colorful, your commits frequent, and your coffee always warm. ☕💻\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftayssirgh%2Fhistograph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftayssirgh%2Fhistograph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftayssirgh%2Fhistograph/lists"}