{"id":18789818,"url":"https://github.com/marcelovicentegc/kontrolio","last_synced_at":"2026-02-24T03:07:39.780Z","repository":{"id":57125432,"uuid":"324600185","full_name":"marcelovicentegc/kontrolio","owner":"marcelovicentegc","description":"Time tracking through your CLI.","archived":false,"fork":false,"pushed_at":"2021-11-10T11:39:07.000Z","size":644,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T05:03:52.827Z","etag":null,"topics":["cli","clock","golang","golang-package","labor","linux","macos","offline","productivity","windows","work"],"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/marcelovicentegc.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":"2020-12-26T17:09:21.000Z","updated_at":"2025-07-12T15:50:37.000Z","dependencies_parsed_at":"2022-08-31T19:03:24.853Z","dependency_job_id":null,"html_url":"https://github.com/marcelovicentegc/kontrolio","commit_stats":null,"previous_names":["marcelovicentegc/kontrolio-cli","ktrlio/kontrolio-cli"],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/marcelovicentegc/kontrolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelovicentegc%2Fkontrolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelovicentegc%2Fkontrolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelovicentegc%2Fkontrolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelovicentegc%2Fkontrolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelovicentegc","download_url":"https://codeload.github.com/marcelovicentegc/kontrolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelovicentegc%2Fkontrolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29770353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T01:40:24.820Z","status":"online","status_checked_at":"2026-02-24T02:00:07.497Z","response_time":75,"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":["cli","clock","golang","golang-package","labor","linux","macos","offline","productivity","windows","work"],"created_at":"2024-11-07T21:08:44.546Z","updated_at":"2026-02-24T03:07:39.764Z","avatar_url":"https://github.com/marcelovicentegc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build and test](https://github.com/marcelovicentegc/kontrolio-cli/workflows/Go/badge.svg)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"kontrolio logo\" src=\"./assets/logo.png\" height=\"300\" /\u003e\n  \u003ch3 align=\"center\"\u003ekontrolio-cli\u003c/h3\u003e\n  \u003cp align=\"center\"\u003eKontrolio's CLI time clock, clock card machine, punch clock, or time recorder.\u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"kontrolio logs\" src=\"./assets/logs.png\" height=\"600\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Installation\n\n- You can:\n  - Install with homebrew if you're on a Mac or Linux:\n    - `brew install marcelovicentegc/taps/kontrolio`\n  - Install it with Node package managers for any platform:\n    - `yarn global add @kontrolio/cli`\n    - `npm i -g @kontrolio/cli`\n  - [Or download the binaries for Linux (64 and 32 bit), macOS or Windows here](https://github.com/marcelovicentegc/kontrolio-cli/releases/latest)\n\nSee [Troubleshooting](#troubleshooting) if you have any issues on installation.\n\n## Usage\n\n```bash\n$ kontrolio\n```\n\n```plain\nNAME:\n   kontrolio - Your cli time clock, clock card machine, punch clock or time recorder\n\nUSAGE:\n   kontrolio [global options] command [command options] [arguments...]\n\nVERSION:\n   0.x\n\nCOMMANDS:\n   config, c              Configure Kontrolio\n   logs, l                Navigate through all your records\n   punch, p               Punch your clock\n   push                   Push your records to Google Drive\n   status, s              Check how many hours have you worked today\n   help, h                Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help (default: false)\n   --version, -v  print the version (default: false)\n```\n\n## Troubleshooting\n\nIn case you receive an `EACESS` error while trying to execute `kontrolio` after installing it with `npm` or `yarn`, change the file permissions with `chmod 755 \u003cpath_to_binaries\u003e`.\n\n## Development\n\nMake sure you have a `.kontrolio.yaml` file under your home directory (`/home/marcelo` on Linux, `/Users/Marcelo` on macOs, `C:\\Users\\Marcelo` on Windows) with `dev` set to `true`, like this:\n\n```yaml\ndev: true\n```\n\n## [Changelog](https://github.com/marcelovicentegc/kontrolio/releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelovicentegc%2Fkontrolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelovicentegc%2Fkontrolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelovicentegc%2Fkontrolio/lists"}