{"id":13861952,"url":"https://github.com/c301/gtm-emacs-plugin","last_synced_at":"2025-07-14T11:31:52.452Z","repository":{"id":73147363,"uuid":"156245844","full_name":"c301/gtm-emacs-plugin","owner":"c301","description":"Plugin for the Emacs editor to be used with the Git Time Metric platform.","archived":false,"fork":false,"pushed_at":"2018-11-16T20:11:46.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-22T22:33:02.321Z","etag":null,"topics":["emacs","emacs-lisp","emacs-packages","time-tracker"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/c301.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":"2018-11-05T16:11:27.000Z","updated_at":"2021-11-12T20:02:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9419f42-1554-4d20-85da-b7ab6a2ae731","html_url":"https://github.com/c301/gtm-emacs-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/c301/gtm-emacs-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c301%2Fgtm-emacs-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c301%2Fgtm-emacs-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c301%2Fgtm-emacs-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c301%2Fgtm-emacs-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c301","download_url":"https://codeload.github.com/c301/gtm-emacs-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c301%2Fgtm-emacs-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265285476,"owners_count":23740532,"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":["emacs","emacs-lisp","emacs-packages","time-tracker"],"created_at":"2024-08-05T06:01:33.613Z","updated_at":"2025-07-14T11:31:52.182Z","avatar_url":"https://github.com/c301.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# git-time-metric\nPlugin for the Emacs editor to be used with the [Git Time Metric](https://github.com/git-time-metric/gtm) platform.\n\n## Usage\n`M-x git-time-metric-record`\n\nTo automatically record time after saving:\n\n(Choose depending on your favorite mode.)\n\n```\n(eval-after-load 'js-mode\n\t   '(add-hook 'js-mode-hook (lambda () (add-hook 'after-save-hook 'git-time-metric-record))))\n\n(eval-after-load 'js2-mode\n\t   '(add-hook 'js-mode-hook (lambda () (add-hook 'after-save-hook 'git-time-metric-record))))\n```\n\nor track all your files\n\n```\n(add-hook 'after-save-hook 'git-time-metric-record)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc301%2Fgtm-emacs-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc301%2Fgtm-emacs-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc301%2Fgtm-emacs-plugin/lists"}