{"id":47726762,"url":"https://github.com/cbergoon/pace","last_synced_at":"2026-04-02T20:41:36.363Z","repository":{"id":57598466,"uuid":"121035411","full_name":"cbergoon/pace","owner":"cbergoon","description":"CLI Time Tracker ","archived":false,"fork":false,"pushed_at":"2018-10-06T18:45:49.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T11:11:08.699Z","etag":null,"topics":["atlassian","jira","pomodoro","pomodoro-cli","pomodoro-timer","time","time-manager","time-tracker","time-tracking","timer"],"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/cbergoon.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":"2018-02-10T17:06:05.000Z","updated_at":"2018-12-17T12:12:32.000Z","dependencies_parsed_at":"2022-08-30T00:00:22.003Z","dependency_job_id":null,"html_url":"https://github.com/cbergoon/pace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cbergoon/pace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbergoon%2Fpace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbergoon%2Fpace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbergoon%2Fpace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbergoon%2Fpace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbergoon","download_url":"https://codeload.github.com/cbergoon/pace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbergoon%2Fpace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31316004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["atlassian","jira","pomodoro","pomodoro-cli","pomodoro-timer","time","time-manager","time-tracker","time-tracking","timer"],"created_at":"2026-04-02T20:41:35.714Z","updated_at":"2026-04-02T20:41:36.358Z","avatar_url":"https://github.com/cbergoon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePace - A CLI Work Log Manager for Jira\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/cbergoon/pace\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/cbergoon/pace?1=2\" alt=\"Report\"\u003e\u003c/a\u003e\n\u003ca href=\"https://godoc.org/github.com/cbergoon/pace\"\u003e\u003cimg src=\"https://img.shields.io/badge/godoc-reference-brightgreen.svg\" alt=\"Docs\"\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg src=\"https://img.shields.io/badge/version-0.1.0-brightgreen.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[![asciicast](https://asciinema.org/a/204973.png)](https://asciinema.org/a/204973?t=8)\n\nPace provides an easy way to manage and track worklog entries in Jira. \n\n### Install\n\n```\n$ go get github.com/cbergoon/pace\n```\n\nRun Pace with ```$ pace``` to generate the default configuration file in ```~/.config/pace/config.toml```\n\nUpdate the configuration file with details from your Jira instance and Jira Projects. \n\n### Usage\n\nRun Pace with ```$ pace```. Your Jira instance will be queried for open issues in the projects specified in the configuration. Worklogs for each issue will be retrieved and an ordered time log will be constructed. \n\n#### Time\n\nTime allows you to view worklogs for a given time period. \n\n#### Log\n\nLog allows you to create worklogs for a given issue. \n\nThe general format of the command is: \n``` \n\u003e\u003e\u003e log ISSUE-100 1h30m 20181005 0900\n``` \n\nIssues will be searched by the issue key and a list of options to select from will be displayed below. The duration parameter should be in the form of \\\u003cH\\\u003eh\\\u003cM\\\u003em (e.g. 1h30m for 1 hour and 30 minutes). The date and time should follow the format suggested by the prompt; \"YYYYMMDD\" and \"HHMM\" (e.g. 20181005 for 5 October 2018). If the ```FillOptionEnabled``` flag is true in the cofiguration file and alternative option will be available for date and time: ```--fill```. This option will set the starting time of the worklog entry to be created to the computed end time of the last work log. \n\n#### Refresh\n\nThe refresh option will refresh all of the issues and worklog information retrieved at startup. If the ```FillOptionEnabled``` setting is set to true the data will be refreshed after each worklog entry is created. \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbergoon%2Fpace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbergoon%2Fpace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbergoon%2Fpace/lists"}