{"id":18859633,"url":"https://github.com/tortitast/langkeeper.nvim","last_synced_at":"2026-05-01T06:32:30.772Z","repository":{"id":188504222,"uuid":"678845236","full_name":"TortitasT/langkeeper.nvim","owner":"TortitasT","description":"Keep track of the time you spend programming.","archived":false,"fork":false,"pushed_at":"2024-01-09T13:00:14.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T10:27:24.806Z","etag":null,"topics":["vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/TortitasT.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-08-15T14:13:46.000Z","updated_at":"2024-01-04T08:13:51.000Z","dependencies_parsed_at":"2023-08-15T16:45:55.791Z","dependency_job_id":"7a7e8875-8c98-41ae-bde0-729c929fea3a","html_url":"https://github.com/TortitasT/langkeeper.nvim","commit_stats":null,"previous_names":["tortitast/langkeeper.nvim"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TortitasT/langkeeper.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortitasT%2Flangkeeper.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortitasT%2Flangkeeper.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortitasT%2Flangkeeper.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortitasT%2Flangkeeper.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TortitasT","download_url":"https://codeload.github.com/TortitasT/langkeeper.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TortitasT%2Flangkeeper.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32487343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["vim"],"created_at":"2024-11-08T04:18:42.215Z","updated_at":"2026-05-01T06:32:30.754Z","avatar_url":"https://github.com/TortitasT.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Langkeeper.nvim\n\n## Getting Started\n\nGo to [https://langkeeper.tortitas.eu](https://langkeeper.tortitas.eu), register\nan account and follow the instructions.\n\n## Installation\n\nUsing [packer.nvim](https://github.com/wbthomason/packer.nvim)\n\n```lua\nuse {\n  'TortitasT/langkeeper.nvim'\n  config = function()\n    require 'langkeeper'.setup()\n  end\n}\n```\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n{\n  \"TortitasT/langkeeper.nvim\",\n  config = function()\n    require 'langkeeper'.setup()\n  end\n},\n```\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\nPlug 'TortitasT/langkeeper.nvim'\nlua require 'langkeeper'.setup()\n```\n\nUsing [dein](https://github.com/Shougo/dein.vim)\n\n```vim\ncall dein#add('TortitasT/langkeeper.nvim')\nlua require 'langkeeper'.setup()\n```\n\n## Configuration\n\nConfiguration file is located in `~/.config/nvim/langkeeper.json`, you can open this file via `:LangkeeperConfig` command.\n\nConfiguration parameters\n\n```json\n{\n  \"address\": \"https://langkeeper.tortitas.eu\",\n  \"email\": \"your@email.com\",\n  \"password\": \"secret\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftortitast%2Flangkeeper.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftortitast%2Flangkeeper.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftortitast%2Flangkeeper.nvim/lists"}