{"id":21075281,"url":"https://github.com/maxking/hyperkitty.el","last_synced_at":"2025-10-14T06:31:26.568Z","repository":{"id":141775434,"uuid":"290935197","full_name":"maxking/hyperkitty.el","owner":"maxking","description":"Emacs library for reading Hyperkitty archives.","archived":false,"fork":false,"pushed_at":"2022-02-26T19:51:46.000Z","size":72,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T03:44:35.811Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxking.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-08-28T02:50:43.000Z","updated_at":"2023-03-28T16:48:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"719aa596-a342-48ec-ab8e-21e6486c2f7e","html_url":"https://github.com/maxking/hyperkitty.el","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/maxking/hyperkitty.el","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fhyperkitty.el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fhyperkitty.el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fhyperkitty.el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fhyperkitty.el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxking","download_url":"https://codeload.github.com/maxking/hyperkitty.el/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Fhyperkitty.el/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018110,"owners_count":26086281,"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-14T02:00:06.444Z","response_time":60,"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-19T19:21:11.638Z","updated_at":"2025-10-14T06:31:26.540Z","avatar_url":"https://github.com/maxking.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* hyperkitty.el\n\n[[https://melpa.org/#/hyperkitty][file:https://melpa.org/packages/hyperkitty-badge.svg]]\n\nAn emacs package for reading public mailing list archives hosted via\n[[https://hyperkitty.readthedocs.io][Hyperkitty]].\n\nCurrently, this is a WIP and can only fetch and list emails in a new buffer.\n\n* Usage\n\nIn order to use this, you can install it from [[https://melpa.org/#/hyperkitty][Melpa]]:\n\n#+begin_src\nM-x package-install RET hyperkitty\n#+end_src\n\nIf you aren't using MELPA repository already, you can do so by adding the\nfollowing to your Emacs's init file:\n\n#+begin_src elisp\n(require 'package)\n(add-to-list 'package-archives '(\"melpa\" . \"https://melpa.org/packages/\") t)\n#+end_src\n\nAfter that, add this to your emacs init file to choose MailingLists:\n\n#+begin_src emacs-lisp\n(require 'hyperkitty)\n(setq hyperkitty-mlists\n      (list\n       (cons \"test@mailman3.org\" \"https://lists.mailman3.org/archives\")))\n#+end_src\n\nThen, you need to only start using by running ~M-x hyperkitty~.\n\n* Keybindings\n\n** Thread List view\n- ~RET~: Open the thread in a new buffer.\n- ~q~: Quit the current buffer.\n\n\n** Thread view\n- ~RET~, ~TAB~: Toggle expand and collapse the email at cursor.\n- ~q~: Quit the current buffer.\n- ~o~: Open the current thread in a browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxking%2Fhyperkitty.el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxking%2Fhyperkitty.el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxking%2Fhyperkitty.el/lists"}