{"id":15093324,"url":"https://github.com/msepp/stopwatch","last_synced_at":"2025-10-06T11:31:51.725Z","repository":{"id":57527175,"uuid":"100601285","full_name":"msepp/stopwatch","owner":"msepp","description":"Tool for tracking time spent on individual tasks","archived":true,"fork":false,"pushed_at":"2017-12-05T08:34:28.000Z","size":737,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-25T00:33:17.710Z","etag":null,"topics":["angular-cli","angular-material2","angular4","boltdb","electron","golang"],"latest_commit_sha":null,"homepage":null,"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/msepp.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}},"created_at":"2017-08-17T12:30:28.000Z","updated_at":"2023-01-28T12:28:25.000Z","dependencies_parsed_at":"2022-09-07T02:10:45.441Z","dependency_job_id":null,"html_url":"https://github.com/msepp/stopwatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msepp/stopwatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msepp%2Fstopwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msepp%2Fstopwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msepp%2Fstopwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msepp%2Fstopwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msepp","download_url":"https://codeload.github.com/msepp/stopwatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msepp%2Fstopwatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278602317,"owners_count":26014064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular-cli","angular-material2","angular4","boltdb","electron","golang"],"created_at":"2024-09-25T11:21:21.590Z","updated_at":"2025-10-06T11:31:51.099Z","avatar_url":"https://github.com/msepp.png","language":"Go","readme":"# Stopwatch\n\nA simple software for tracking time spent on different tasks.\n\nUses [go-astilectron](https://github.com/asticode/go-astilectron) for Golang/Electron binding.\n\n## Features\n * Add tasks, grouped into named groups.\n * Start \u0026 Stop timer per task.\n * History of last used tasks for easy switching.\n * Edit groups \u0026 task details.\n * Get a table of time used per cost code for a group.\n * Ability to choose database to work with (cli option)\n\n## TODO\n * Deletion of tasks \u0026 groups\n * Editing of recorded time to fix mishaps (eg. forgot to stop task).\n   * Already in the CLI (see dumper).\n\n## Screenshots\n\n![Group view](https://raw.githubusercontent.com/msepp/stopwatch/master/screenshot-main.png \"Main view screenshot\")\n![Group view](https://raw.githubusercontent.com/msepp/stopwatch/master/screenshot-group.png \"Group view screenshot\")\n![Group view](https://raw.githubusercontent.com/msepp/stopwatch/master/screenshot-report.png \"Report view screenshot\")\n\n## Requirements\n\n * You should have [Go](https://golang.org) installed and set up.\n * Uses Makefiles for build automation, so you should have `make` installed.\n * `wget` is required for automatically downloading vendored packages\n * [asar](https://github.com/electron/asar) is used for bundling UI resources\n   * `npm install -g asar`\n * [angular-cli](https://github.com/angular/angular-cli) for UI scaffolding.\n   * See [angular-cli](https://github.com/angular/angular-cli) for installation.\n * [go-bindata](https://github.com/lestrrat/go-bindata) is used for packing binary files into executable.\n   * `go get -u github.com/lestrrat/go-bindata/...`\n * [go-homedir](https://github.com/mitchellh/go-homedir)\n   * `go get -u github.com/mitchellh/go-homedir`\n * [go-astilectron](https://github.com/asticode/go-astilectron)\n   * `go get -u github.com/asticode/go-astilectron`\n * Windows builds tested using git bash.\n\n## Building\n\nMake sure you have the requirements installed and run the following commands:\n\n```sh\ngo get -u github.com/msepp/stopwatch/...\ncd $GOPATH/src/github.com/msepp/stopwatch\nmake\n```\nThis will build the sample for your OS/Arch, if supported.\n\nBuilding non-host targets happens with `make stopwatch-GOOS-ARCH[.exe]`, where GOOS, ARCH should be replaced with target values.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsepp%2Fstopwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsepp%2Fstopwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsepp%2Fstopwatch/lists"}