{"id":18352057,"url":"https://github.com/abgeo/goclockify","last_synced_at":"2025-04-06T11:32:45.471Z","repository":{"id":57534754,"uuid":"279278137","full_name":"ABGEO/goclockify","owner":"ABGEO","description":"A terminal-based client for Clockify time tracker","archived":false,"fork":false,"pushed_at":"2022-10-29T09:31:27.000Z","size":963,"stargazers_count":53,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"1.x","last_synced_at":"2025-03-21T22:22:26.829Z","etag":null,"topics":["cli","clockify","golang","time-tracker"],"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/ABGEO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2020-07-13T11:01:41.000Z","updated_at":"2024-12-18T16:14:29.000Z","dependencies_parsed_at":"2023-01-20T14:46:22.839Z","dependency_job_id":null,"html_url":"https://github.com/ABGEO/goclockify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ABGEO%2Fgoclockify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ABGEO%2Fgoclockify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ABGEO%2Fgoclockify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ABGEO%2Fgoclockify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ABGEO","download_url":"https://codeload.github.com/ABGEO/goclockify/tar.gz/refs/heads/1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478152,"owners_count":20945258,"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","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","clockify","golang","time-tracker"],"created_at":"2024-11-05T21:34:35.455Z","updated_at":"2025-04-06T11:32:44.084Z","avatar_url":"https://github.com/ABGEO.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goclockify\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./assets/logo.png\" width=\"30%\"\u003e\n\nA terminal based client for Clockify time tracker\n\n[![GitHub release](https://img.shields.io/github/release/ABGEO/goclockify.svg)](https://github.com/ABGEO/goclockify/releases)\n[![GitHub license](https://img.shields.io/github/license/ABGEO/goclockify.svg)](https://github.com/ABGEO/goclockify/blob/1.x/LICENSE)\n[![AUR version](https://img.shields.io/aur/version/goclockify)](https://aur.archlinux.org/packages/goclockify/)\n[![goclockify](https://snapcraft.io//goclockify/badge.svg)](https://snapcraft.io/goclockify)\n\n\u003cimg src=\"./assets/demo.gif\" /\u003e\n\u003c/div\u003e\n\n## Installation\n\n### Binary installation\n\n[Download](https://github.com/ABGEO/goclockify/releases) a compatible binary for your system and rename it to \n`goclockify`. Then move `goclockify` into your `$PATH` somewhere (e.g. `/usr/local/bin`).\n\n```bash\n$ mv goclockify /usr/local/bin\n```\n\nAlso, from this page, you can download `.deb` and `.rpm` packages and install them using your package manager:\n\n```bash\n# dpkg\n$ sudo dpkg -i /path/to/goclockify.deb\n$ sudo apt-get install -f\n\n# apt\n$ sudo apt install /path/to/goclockify.deb\n\n# rpm\n$ sudo rpm –i /path/to/goclockify.rpm\n\n# yum\n$ sudo yum localinstall /path/to/goclockify.rpm\n\n# dnf\n$ sudo dnf localinstall /path/to/goclockify.rpm\n\n# ...\n```\n\n### AUR\n\n`goclockify` is available on AUR: https://aur.archlinux.org/packages/goclockify/\n\nInstall it using yay\n```bash\n$ yay -S goclockify\n```\n\nor clone the git repository\n```bash\n$ clone https://aur.archlinux.org/goclockify.git\n$ cd goclockify\n$ makepkg -sirc\n```\n\n### Via Go\n\nYou can also get `goclockify` via Go:\n\n**Note**: Go 1.14+ required.\n\n```bash\n$ go get -u github.com/abgeo/goclockify\n$ cd $GOPATH/src/github.com/abgeo/goclockify\n$ go install .\n```\n\n### Using Snap\n\n`goclockify` is also available on Snap: https://snapcraft.io/goclockify\n\n```bash\n$ snap install goclockify\n```\n\n## Setup\n\n1. Create a Clockify [API Key](https://clockify.me/user/settings);\n\n1. Running `goclockify` for the first time, will create a default config file at `~/.config/abgeo/goclockify/config`;  \n**Note**: The path to the config file will be different if you install `goclockify` using Snap. \nCheck the error message (`Config file: ...`).\n\n    ```bash\n    $ goclockify\n    ```\n\n1. Update the config file and set your `clockify_api_token`:\n\n    ```json\n    {\n        \"clockify_api_token\": \"your_api_key\"\n    }\n    ```\n\n## Usage\n\nWhen everything is set up correctly you can run `goclockify` with the following command:\n\n```bash\n$ goclockify\n```\n\n### Default Key Mapping\n\n**Note**: You can change them in your config file.\n\n| Key                                  | Action                       |\n|--------------------------------------|------------------------------|\n| `a`                                  | Workplace navigation Up      |\n| `z`                                  | Workplace navigation Down    |\n| `k`, `\u003cUp\u003e` and `\u003cMouseWheelUp\u003e`     | Time Entries navigation Up   |\n| `j`, `\u003cDown\u003e` and `\u003cMouseWheelDown\u003e` | Time Entries navigation Down |\n| `g`, `\u003cHome\u003e`                        | Time Entries jump to Top     |\n| `G`, `\u003cEnd\u003e`                         | Time Entries jump to Down    |\n| `\u003cEnter\u003e`                            | Display time entry details   |\n| `\u003cDelete\u003e`                           | Delete selected Time Entry   |\n| `Ctrl + n`                           | Create new time entry |\n| `Ctrl + e`                           | Edit the selected time entry |\n| `\u003cF1\u003e`, `?`                          | Show help message            |\n| `\u003cEscape\u003e`                           | close the 2nd level window, go to the dashboard |\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for details.\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## Authors\n\n- [**Temuri Takalandze**](https://abgeo.dev) - *Initial work*\n\n## License\n\nCopyright © 2020 [Temuri Takalandze](https://abgeo.dev).  \nReleased under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabgeo%2Fgoclockify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabgeo%2Fgoclockify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabgeo%2Fgoclockify/lists"}