{"id":13646516,"url":"https://github.com/vermiculus/magithub","last_synced_at":"2025-04-05T12:01:50.331Z","repository":{"id":43180331,"uuid":"68352724","full_name":"vermiculus/magithub","owner":"vermiculus","description":"**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub","archived":false,"fork":false,"pushed_at":"2022-03-15T01:17:33.000Z","size":2596,"stargazers_count":579,"open_issues_count":96,"forks_count":63,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-03-29T11:01:39.014Z","etag":null,"topics":["emacs","github","magit"],"latest_commit_sha":null,"homepage":"","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/vermiculus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-16T04:32:34.000Z","updated_at":"2024-05-30T18:17:27.000Z","dependencies_parsed_at":"2022-09-11T10:51:17.816Z","dependency_job_id":null,"html_url":"https://github.com/vermiculus/magithub","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermiculus%2Fmagithub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermiculus%2Fmagithub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermiculus%2Fmagithub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vermiculus%2Fmagithub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vermiculus","download_url":"https://codeload.github.com/vermiculus/magithub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332555,"owners_count":20921853,"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","github","magit"],"created_at":"2024-08-02T01:02:57.904Z","updated_at":"2025-04-05T12:01:50.309Z","avatar_url":"https://github.com/vermiculus.png","language":"Emacs Lisp","readme":"# Maintainer's Note\n\nI have not had as much time for extra-curriculars as I once had.\nAt this point, I will never catch up to the obvious successor of\nthis package, Forge, nor would I really want to :smile:\n\nPlease check out that project instead!  I believe there are things\na GitHub-specific package could do that don't make sense to generalize,\nbut Forge has served me well for the 95%.\n\nIf you have a vision and would like to take over maintainership,\nreach out!\n\n---\n\n\u003ca href=\"screenshots.md\"\u003e\u003cimg align=\"right\" src=\"https://github.com/vermiculus/magithub/raw/master/images/status.png\" width=\"50%\" alt=\"Overview -- the status buffer\"/\u003e\u003c/a\u003e\n\n# Magithub\n\n[![MELPA Status](http://melpa.milkbox.net/packages/magithub-badge.svg)](http://melpa.milkbox.net/#/magithub)\n[![Build Status](https://travis-ci.org/vermiculus/magithub.svg?branch=master)](https://travis-ci.org/vermiculus/magithub)\n[![Gitter](https://badges.gitter.im/vermiculus/magithub.svg)](https://gitter.im/vermiculus/magithub)\n[![MELPA Stable Status](http://melpa-stable.milkbox.net/packages/magithub-badge.svg)](http://melpa-stable.milkbox.net/#/magithub)\n[![GitHub Commits](https://img.shields.io/github/commits-since/vermiculus/magithub/latest.svg)](//github.com/vermiculus/magithub/releases)\n\nMagithub is a collection of interfaces to GitHub integrated into\n[Magit][magit] workflows:\n\n- Push new repositories\n- Fork existing ones\n- List and create issues and pull requests\n- Keep offline notes for your eyes only\n- Write comments\n- Manage labels and assignees\n- Stay up-to-date with status checks (e.g., CI) and notifications\n- ...\n\nas well as support for working offline.\n\nHappy hacking!\n\n## Quick Start\n\nGitHub rate-limits unauthenticated requests heavily, so Magithub does\nnot support making such requests.  Consequently, `ghub` must be\nauthenticated before using Magithub -- [see its README][ghub] for\nthose instructions.\n\n```elisp\n(use-package magithub\n  :after magit\n  :config\n  (magithub-feature-autoinject t)\n  (setq magithub-clone-default-directory \"~/github\"))\n```\n\nSee [the full documentation][magithub-org] for more details.\n\n## Getting Help\n\nSee [the FAQ][magithub-org-faq] in the full documentation.  If your\nquestion isn't answered there, [drop by the Gitter\nroom]((https://gitter.im/vermiculus/magithub)).\n\n## Support\n\nI'm gainfully and happily employed with a company that frowns on\nmoonlighting, so unfortunately I can't accept any monetary support.\nInstead, [please direct any and all support to Magit\nitself][magit-donate]!\n\n## Note\n\nThere used to be another `magithub`: [nex3/magithub][old-magithub].\nIt's long-since unsupported and apparently has many issues\n(see [nex3/magithub#11][old-magithub-11]\nand [nex3/magithub#13][old-magithub-13]) and\nwas [removed from MELPA][melpa-1126] some years ago.  If you have it\ninstalled or configured, you may wish to remove/archive that\nconfiguration to avoid name-clash issues.  Given that the package has\nbeen defunct for over three years and is likely abandoned, the present\npackage's name will not be changing.\n\n[magit]: //www.github.com/magit/magit\n[magit-donate]: https://magit.vc/donate\n[ghub]: //github.com/tarsius/ghub\n[hub]: //hub.github.com\n[token]: https://github.com/settings/tokens\n[gh-use-package]: //github.com/jwiegley/use-package\n[old-magithub]: //github.com/nex3/magithub\n[old-magithub-11]: //github.com/nex3/magithub/issues/11\n[old-magithub-13]: //github.com/nex3/magithub/issues/13\n[melpa-1126]: //github.com/melpa/melpa/issues/1126\n[magithub-org]: https://github.com/vermiculus/magithub/blob/master/magithub.org\n[magithub-org-faq]: https://github.com/vermiculus/magithub/blob/master/magithub.org#faq\n","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvermiculus%2Fmagithub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvermiculus%2Fmagithub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvermiculus%2Fmagithub/lists"}