{"id":28640784,"url":"https://github.com/pd/quickref.el","last_synced_at":"2025-07-27T04:03:21.253Z","repository":{"id":6118895,"uuid":"7346917","full_name":"pd/quickref.el","owner":"pd","description":"Display relevant notes-to-self in the echo area","archived":false,"fork":false,"pushed_at":"2017-08-17T12:34:12.000Z","size":184,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-12T20:08:24.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jonschlinkert/repeat-string","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-27T22:34:46.000Z","updated_at":"2021-12-09T18:40:32.000Z","dependencies_parsed_at":"2022-09-13T21:41:00.696Z","dependency_job_id":null,"html_url":"https://github.com/pd/quickref.el","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pd/quickref.el","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fquickref.el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fquickref.el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fquickref.el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fquickref.el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pd","download_url":"https://codeload.github.com/pd/quickref.el/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd%2Fquickref.el/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262376341,"owners_count":23301347,"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":[],"created_at":"2025-06-12T20:08:23.975Z","updated_at":"2025-06-28T04:38:42.612Z","avatar_url":"https://github.com/pd.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quickref.el\n\nQuickly record notes for yourself, which can then be displayed back to\nyou in the echo area on demand. Notes are organized by topic, and\nrelevant notes are typically deduced for you based on context. If your\ncurrent major-mode, any of its parents, or any active minor mode is\nthe name of a topic, those notes will be considered relevant and\ndisplayed to you.\n\nI use this as an easy way to remind myself of that fancy-new-keybinding\nI found last week but can't ever remember when I need it:\n\n![Example screenshot](https://github.com/pd/quickref.el/raw/master/screenshot.png)\n\n## Installation\nUse [MELPA](https://github.com/milkypostman/melpa): `M-x package-install quickref`.\n\nLoad it, enable it globally:\n\n~~~ scheme\n(require 'quickref)\n(quickref-global-mode +1)\n~~~\n\nBy default, all actions will be available beneath the prefix `C-c q`. You can\nchange this easily:\n\n~~~ scheme\n(setq quickref-command-prefix (kbd \"C-M-q\"))\n(quickref-global-mode +1)\n~~~\n\nYour quickref entries are stored in the file named by `quickref-save-file`,\nwhich defaults to `\u003cuser-emacs-directory\u003e/quickrefs`. It's probably useful\nto keep this file in source control;\n[I do](https://github.com/pd/dotfiles/blob/master/emacs.d/store/quickrefs.el),\nanyway.\n\n## Usage\n1. Guess relevant topics and display their notes in the echo area: `C-c q e`\n2. Prompt for a topic and display its notes: `C-u C-c q e`\n3. Display notes in a short window at the bottom of the selected window: `C-c q w`\n4. Dismiss that window: `C-c q 0`\n5. Add a note: `C-c q a`\n6. Delete a note: `C-c q d`\n7. Save your quickrefs to disk: `C-c q C-s`\n8. Reload your quickrefs from disk: `C-c q C-l`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd%2Fquickref.el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpd%2Fquickref.el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd%2Fquickref.el/lists"}