{"id":18256672,"url":"https://github.com/honmaple/emacs-maple-diff","last_synced_at":"2026-02-21T21:02:00.771Z","repository":{"id":145149330,"uuid":"249770756","full_name":"honmaple/emacs-maple-diff","owner":"honmaple","description":"To sign the changes of file.","archived":false,"fork":false,"pushed_at":"2022-09-01T16:01:20.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T22:32:19.688Z","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":"2020-03-24T17:16:48.000Z","updated_at":"2022-09-01T16:01:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7029a9c-6a90-4e32-8e20-12c2960bbb91","html_url":"https://github.com/honmaple/emacs-maple-diff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/honmaple/emacs-maple-diff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-diff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-diff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-diff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-diff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-diff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-diff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015924,"owners_count":26085778,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":[],"created_at":"2024-11-05T10:23:11.922Z","updated_at":"2025-10-13T15:32:03.441Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-maple-diff\n  To sign the changes of file.\n\n** How to use\n   #+begin_src bash\n   git clone https://github.com/honmaple/emacs-maple-diff ~/.emacs.d/site-lisp/maple-diff\n   #+end_src\n\n   Or \n   #+begin_src elisp\n     (use-package maple-diff\n       :quelpa (:fetcher github :repo \"honmaple/emacs-maple-diff\"))\n   #+end_src\n   \n   \n   #+begin_src elisp\n     (use-package maple-diff\n       :hook (after-init . global-maple-diff-mode)\n       :config\n       ;; left-fringe, right-fringe, left-margin, right-margin\n       (setq maple-diff:side 'right-fringe)\n\n       (setq maple-diff:margin-sign-alist\n             '((added . \"+\")\n               (deleted . \"-\")\n               (changed . \"!\")))\n\n       (setq maple-diff:fringe-sign-alist\n             '((added . maple-diff:added-fringe)\n               (deleted . maple-diff:deleted-fringe)\n               (changed . maple-diff:changed-fringe)))\n\n       (setq maple-diff:face-alist\n             '((added . maple-diff:added)\n               (deleted . maple-diff:deleted)\n               (changed . maple-diff:changed)))\n       )\n   #+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-diff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-diff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-diff/lists"}