{"id":13443463,"url":"https://github.com/danielmartin/regexp-expand","last_synced_at":"2025-04-12T21:54:30.414Z","repository":{"id":146814486,"uuid":"258995799","full_name":"danielmartin/regexp-expand","owner":"danielmartin","description":"Show the ELisp regular expression at point in rx form.","archived":false,"fork":false,"pushed_at":"2020-11-15T10:32:21.000Z","size":2383,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T21:54:28.475Z","etag":null,"topics":["emacs","emacs-lisp","regex","regexp","regular-expression"],"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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielmartin.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-26T09:56:32.000Z","updated_at":"2022-07-09T06:31:03.000Z","dependencies_parsed_at":"2024-04-08T18:06:39.810Z","dependency_job_id":null,"html_url":"https://github.com/danielmartin/regexp-expand","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/danielmartin%2Fregexp-expand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmartin%2Fregexp-expand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmartin%2Fregexp-expand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielmartin%2Fregexp-expand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielmartin","download_url":"https://codeload.github.com/danielmartin/regexp-expand/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248637799,"owners_count":21137538,"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","emacs-lisp","regex","regexp","regular-expression"],"created_at":"2024-07-31T03:02:01.084Z","updated_at":"2025-04-12T21:54:30.386Z","avatar_url":"https://github.com/danielmartin.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# regexp-expand\nShow the ELisp regular expression at point in `rx` form.\n\n## Installation\n\nThis package requires `xr`, which is available in ELPA/MELPA: `M-x package-install RET xr RET`\n\nThen, clone this repository to your local machine and add the following to your initialization file:\n\n```elisp\n(add-to-list 'load-path \"\u003cPath to regexp-expand directory\u003e\")\n(require 'regexp-expand)\n```\n\nThe main entry point of this package is `regexp-expand`, a command that, when the point is inside a regular expression, will replace it temporarily with an equivalent but much more readable `rx` form.\n\n## Demonstration\n\n![Sample usage of regexp-expand](screenshots/sample.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmartin%2Fregexp-expand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmartin%2Fregexp-expand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmartin%2Fregexp-expand/lists"}