{"id":13443449,"url":"https://github.com/lastquestion/explain-pause-mode","last_synced_at":"2025-04-04T10:07:11.840Z","repository":{"id":49362113,"uuid":"265019651","full_name":"lastquestion/explain-pause-mode","owner":"lastquestion","description":"top, but for Emacs.","archived":false,"fork":false,"pushed_at":"2025-02-02T01:23:31.000Z","size":1700,"stargazers_count":243,"open_issues_count":45,"forks_count":8,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-28T09:06:54.221Z","etag":null,"topics":["elisp","emacs","melpa","performance"],"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/lastquestion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-05-18T18:00:25.000Z","updated_at":"2025-02-02T01:23:35.000Z","dependencies_parsed_at":"2024-04-13T15:17:23.142Z","dependency_job_id":"c7bfeb3b-25b6-470f-a61e-e394ed2da661","html_url":"https://github.com/lastquestion/explain-pause-mode","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/lastquestion%2Fexplain-pause-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lastquestion%2Fexplain-pause-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lastquestion%2Fexplain-pause-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lastquestion%2Fexplain-pause-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lastquestion","download_url":"https://codeload.github.com/lastquestion/explain-pause-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247157275,"owners_count":20893219,"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":["elisp","emacs","melpa","performance"],"created_at":"2024-07-31T03:02:00.869Z","updated_at":"2025-04-04T10:07:11.802Z","avatar_url":"https://github.com/lastquestion.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"## explain-pause-mode\n\n# :bangbang::bangbang::bangbang: Deprecated / no longer supported \u0026 no active development\nI'm very sorry, but I am no longer working on or supporting this tool.\nIf anyone wants to take this on, please leave a issue and let me know, or email me.\n\nI also don't know if this installs or correctly hooks things to work. The last time \nI worked on this was 5 years ago.\n\n---\n---\n\n[See what's in development in the project board](https://github.com/lastquestion/explain-pause-mode/projects/1) | \n[Feature requests, bug reports, issues](https://github.com/lastquestion/explain-pause-mode/issues) |\n[Changelog](https://github.com/lastquestion/explain-pause-mode/blob/master/CHANGELOG.md)\n\n*v0.2* is the current development release. See [vNext](#vnext) for more details on what's coming next.\n\n### How to use\n`explain-pause-mode` is very lightweight; you can leave it running all the time. Turn it on after requiring it:\n```elisp\n(explain-pause-mode)\n```\n\n`explain-pause-top` shows a `top`-like view of the things Emacs has been doing:\n\n\u003cimg src=\"https://raw.githubusercontent.com/lastquestion/explain-pause-mode/master/top.gif\" height=\"338px\"\u003e\n\n### Installing\nThere are 2 ways right now to install. ([Melpa coming soon](https://github.com/lastquestion/explain-pause-mode/issues/49)!)\n\n#### Straight.el\nIf you are using [straight.el](https://github.com/raxod502/straight.el), then you can use a normal receipe to install:\n```elisp\n(straight-use-package\n '(explain-pause-mode :type git :host github :repo \"lastquestion/explain-pause-mode\"))\n(explain-pause-mode)\n```\n\nYou might be using [use-package](https://github.com/jwiegley/use-package) with [straight.el](https://github.com/raxod502/straight.el), then you can install and enable at the same time:\n```elisp\n(use-package explain-pause-mode\n  :straight (explain-pause-mode :type git :host github :repo \"lastquestion/explain-pause-mode\")\n  :config\n  (explain-pause-mode))\n```\n\n#### From sources\nIf you are interested in contributing, you might want to directly install from sources. Just `git clone` and then `make install`. `make install` will bytecompile and install the sources to a path you specify, which should be on your emacs load path. It is important to bytecompile and optimize `explain-pause-mode` for normal use, as the package hooks into many operations that happen on every command or keypress.\n\n### vNext\n*v0.3* major features roadmap: \n  * [memory tracking and GC pauses](https://github.com/lastquestion/explain-pause-mode/issues/27)\n  * [show commands per buffer](https://github.com/lastquestion/explain-pause-mode/issues/48)\n\n\n### Contribute\nFeel free to take a look at the issues board, development is tracked openly on it and the the project board. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flastquestion%2Fexplain-pause-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flastquestion%2Fexplain-pause-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flastquestion%2Fexplain-pause-mode/lists"}