{"id":13443410,"url":"https://github.com/dandavison/magit-delta","last_synced_at":"2025-08-14T07:39:45.124Z","repository":{"id":44783977,"uuid":"256804202","full_name":"dandavison/magit-delta","owner":"dandavison","description":"Use delta (https://github.com/dandavison/delta) when viewing diffs in Magit","archived":false,"fork":false,"pushed_at":"2023-10-31T20:56:09.000Z","size":47,"stargazers_count":311,"open_issues_count":14,"forks_count":12,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-30T22:11:12.359Z","etag":null,"topics":["color","delta","diff","emacs","git","magit","xterm-color"],"latest_commit_sha":null,"homepage":"","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/dandavison.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}},"created_at":"2020-04-18T16:45:46.000Z","updated_at":"2025-03-07T10:15:50.000Z","dependencies_parsed_at":"2024-04-08T15:51:54.931Z","dependency_job_id":"0c593268-74d0-4cb2-a9dc-62cb72c564c5","html_url":"https://github.com/dandavison/magit-delta","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/dandavison%2Fmagit-delta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dandavison%2Fmagit-delta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dandavison%2Fmagit-delta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dandavison%2Fmagit-delta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dandavison","download_url":"https://codeload.github.com/dandavison/magit-delta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"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":["color","delta","diff","emacs","git","magit","xterm-color"],"created_at":"2024-07-31T03:02:00.313Z","updated_at":"2025-04-07T05:13:15.274Z","avatar_url":"https://github.com/dandavison.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"This Emacs package provides a minor mode which configures [Magit](https://github.com/magit/magit) to use [delta](https://github.com/dandavison/delta) when displaying diffs.\n\n1. Install [delta](https://github.com/dandavison/delta).\n2. Install magit-delta from [MELPA](https://melpa.org/#/getting-started).\n3. Use `M-x magit-delta-mode` to toggle between using delta, and normal magit behavior.\n   To activate it automatically:\n    ```emacs-lisp\n    (add-hook 'magit-mode-hook (lambda () (magit-delta-mode +1)))\n    ```\n    \n    Or with `use-package`\n    ```emacs-lisp\n    (use-package magit-delta\n      :hook (magit-mode . magit-delta-mode))\n    ```\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n  \u003cimg width=500px src=\"https://user-images.githubusercontent.com/52205/80056404-23745500-84f2-11ea-9ecd-832376faf2f1.png\" alt=\"image\" /\u003e\n\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\nIf you run emacs as a terminal application (`emacs -nw`) and colors are not being rendered correctly, then follow the instructions here: https://www.gnu.org/software/emacs/manual/html_node/efaq/Colors-on-a-TTY.html.\n\n\n### Credit\n- [magit](https://github.com/magit/magit)\n- [xterm-color](https://github.com/atomontage/xterm-color)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdandavison%2Fmagit-delta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdandavison%2Fmagit-delta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdandavison%2Fmagit-delta/lists"}