{"id":27969590,"url":"https://github.com/mgerb/metrics.nvim","last_synced_at":"2025-05-07T21:11:38.974Z","repository":{"id":180980868,"uuid":"666016595","full_name":"mgerb/metrics.nvim","owner":"mgerb","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-25T13:37:32.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T21:11:35.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mgerb.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-13T14:08:42.000Z","updated_at":"2023-07-17T13:21:37.000Z","dependencies_parsed_at":"2023-07-13T15:39:06.588Z","dependency_job_id":null,"html_url":"https://github.com/mgerb/metrics.nvim","commit_stats":null,"previous_names":["mgerb/metrics.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fmetrics.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fmetrics.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fmetrics.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgerb%2Fmetrics.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgerb","download_url":"https://codeload.github.com/mgerb/metrics.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954409,"owners_count":21830905,"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":[],"created_at":"2025-05-07T21:11:38.343Z","updated_at":"2025-05-07T21:11:38.963Z","avatar_url":"https://github.com/mgerb.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# metrics.nvim\n\n- tracks time spent in your editor\n- logs locally to sqlite3 database\n\n## Requirements\n\n- sqlite3\n\n## Commands\n\n- `MetricsDebug` - prints out some debug information for current time tracking session\n- `MetricsGetTime` - prints out total time spent on your current branch\n\n## Installing\n\n### Packer\n\n```lua\nuse(\"mgerb/metrics.nvim\")\n```\n\n## Setup\n\n```lua\nlocal metrics = require(\"metrics\")\n\nlocal config = {}\n\nmetrics.setup(config)\n```\n\n### Default Config\n\n```lua\n{\n    db_filename = 'metrics.db'\n}\n```\n\n## Credits\n\nThanks, @justinrassier, for writing most of this code!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgerb%2Fmetrics.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgerb%2Fmetrics.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgerb%2Fmetrics.nvim/lists"}