{"id":18256671,"url":"https://github.com/honmaple/emacs-maple-header","last_synced_at":"2026-01-21T19:36:12.381Z","repository":{"id":145149421,"uuid":"539296831","full_name":"honmaple/emacs-maple-header","owner":"honmaple","description":"auto insert or update file header","archived":false,"fork":false,"pushed_at":"2022-09-21T04:22:17.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T17:43:05.274Z","etag":null,"topics":[],"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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honmaple.png","metadata":{"files":{"readme":"README.org","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":"2022-09-21T04:01:59.000Z","updated_at":"2022-09-21T04:17:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"51697bda-4bc2-46ca-b8cd-8cffb02e7e10","html_url":"https://github.com/honmaple/emacs-maple-header","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-header","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-header/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-header/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-header/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-header/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937896,"owners_count":21021378,"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":"2024-11-05T10:23:11.906Z","updated_at":"2026-01-21T19:36:12.366Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-maple-header\n  Auto insert or update file header.\n\n** How to use?\n   #+begin_src elisp\n     (use-package maple-header\n       :quelpa (:fetcher github :repo \"honmaple/emacs-maple-header\")\n       :hook (after-init . maple-header-mode))\n   #+end_src\n\n   Or alternatively, you can download the repository and install manually by doing:\n   #+BEGIN_SRC bash\n     git clone https://github.com/honmaple/emacs-maple-header ~/.emacs.d/site-lisp/maple-header\n   #+END_SRC\n\n   #+begin_src elisp\n     (use-package maple-header\n       :ensure nil\n       :hook (after-init . maple-header-mode))\n   #+end_src\n\n** Customize\n   #+begin_src elisp\n     ;; Auto update search lines\n     (setq maple-header:lines 9)\n     ;; Whether auto insert after create a new file\n     (setq maple-header:auto-insert t)\n     ;; Whether auto update before save\n     (setq maple-header:auto-update t)\n     ;; Auto insert template\n     (setq maple-header:auto-insert-alist\n           '(((python-mode . \"Python program\") nil\n              \"#!/usr/bin/env python\\n\"\n              \"# -*- coding: utf-8 -*-\\n\")))\n     ;; Auto update list\n     (setq maple-header:auto-update-alist\n           '((filename . maple-header:update-filename)\n             (author . custom-update-author)))\n\n     (defun custom-update-author(\u0026optional current-line)\n       (interactive)\n       (maple-header:update-action\n        \".*\\\\(Author:\\\\)\\\\(.*\\\\)\"\n        user-full-name current-line))\n   #+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-header","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-header","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-header/lists"}