{"id":20565814,"url":"https://github.com/phenax/neorg-timelog","last_synced_at":"2026-04-22T23:35:28.014Z","repository":{"id":181586848,"uuid":"667001725","full_name":"phenax/neorg-timelog","owner":"phenax","description":"Neorg module to allow logging time","archived":false,"fork":false,"pushed_at":"2023-08-08T14:37:13.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T10:51:38.343Z","etag":null,"topics":["neorg","neorg-module","neovim","neovim-plugin","nvim","nvim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phenax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-16T10:07:10.000Z","updated_at":"2025-06-21T17:04:45.000Z","dependencies_parsed_at":"2025-01-16T19:51:53.228Z","dependency_job_id":"536551a4-8b31-4f2c-abe7-79298e015a87","html_url":"https://github.com/phenax/neorg-timelog","commit_stats":null,"previous_names":["phenax/neorg-timelog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phenax/neorg-timelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fneorg-timelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fneorg-timelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fneorg-timelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fneorg-timelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phenax","download_url":"https://codeload.github.com/phenax/neorg-timelog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fneorg-timelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"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":["neorg","neorg-module","neovim","neovim-plugin","nvim","nvim-plugin"],"created_at":"2024-11-16T04:39:12.118Z","updated_at":"2026-04-22T23:35:27.995Z","avatar_url":"https://github.com/phenax.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neorg-timelog [WIP]\nNeorg module to allow logging time\n\n\n## Install\n\n#### For [packer](https://github.com/wbthomason/packer.nvim) users -\n```lua\n  use {\n    'nvim-neorg/neorg',\n    -- ...\n    requires = {\n      -- ...\n      {'phenax/neorg-timelog'},\n    }\n  }\n```\n\n\n#### Config\n```lua\nrequire('neorg').setup {\n  load = {\n    -- ...\n    ['external.timelog'] = {\n      config = {\n        time_format = '%Y-%m-%d %H:%M:%S', -- Default config\n      }\n    }\n  },\n}\n```\n\n\n## Usage\n* Add an empty `@timelog` data tag with a name\n```neorg\n@timelog routine\n@end\n```\n* Run `:Neorg timelog insert routine` to update timelog with the name `routine`\n* Run `:Neorg timelog insert *` to update all timelogs in buffer\n* Run `:Neorg timelog export ./log.json` to export all timelogs from current buffer\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fneorg-timelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphenax%2Fneorg-timelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fneorg-timelog/lists"}