{"id":25171152,"url":"https://github.com/cxa/microtext-refinement","last_synced_at":"2026-01-19T02:02:17.296Z","repository":{"id":275945149,"uuid":"927618963","full_name":"cxa/microtext-refinement","owner":"cxa","description":"A text refinement tool for Emacs powered by gptel.","archived":false,"fork":false,"pushed_at":"2025-02-06T06:17:47.000Z","size":605,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T21:21:19.423Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cxa.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-05T09:02:10.000Z","updated_at":"2025-02-06T06:17:50.000Z","dependencies_parsed_at":"2025-02-05T12:50:46.170Z","dependency_job_id":null,"html_url":"https://github.com/cxa/microtext-refinement","commit_stats":null,"previous_names":["cxa/microtext-refinement"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cxa/microtext-refinement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmicrotext-refinement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmicrotext-refinement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmicrotext-refinement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmicrotext-refinement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cxa","download_url":"https://codeload.github.com/cxa/microtext-refinement/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxa%2Fmicrotext-refinement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"online","status_checked_at":"2026-01-19T02:00:08.049Z","response_time":67,"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":"2025-02-09T09:19:25.731Z","updated_at":"2026-01-19T02:02:17.270Z","avatar_url":"https://github.com/cxa.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microtext-refinement.el\n\n![Screenshot](Screenshot.png)\nA text refinement tool for Emacs powered by [gptel](https://github.com/karthink/gptel). You need to set up gptel before using microtext-refinement.\n\n## Installation\n\nUse your favorite remote source code installer with `use-package`, such as `quelpa`, `straight`, etc. Below is an example for Emacs 30+:\n\n``` emacs-lisp\n(use-package microtext-refinement\n  :vc (:url \"https://github.com/cxa/microtext-refinement\"))\n```\n\n## Usage\n\nSelect a region that you need to refine, then use `M-x` to call `mtr-refine`. You can also bind a key to this command, for example:\n\n``` emacs-lisp\n(use-package microtext-refinement\n  :vc (:url \"https://github.com/cxa/microtext-refinement\")\n  :bind (\"M-R\" . mtr-refine))\n```\n\n## Options\n\n- `mtr-gptel-backend`: The default value is `nil`, which means that `gptel-backend` will be used by default. For instructions on how to add a backend to meet your specific needs, please refer to [this link](https://github.com/karthink/gptel?tab=readme-ov-file#other-llm-backends).\n- `mtr-prompt-role`: Inform the LLM of your requirements. Feel free to customize if you have additional specific needs.\n- `mtr-explanation-lang`: In which language should the explanation be provided? The default is English.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxa%2Fmicrotext-refinement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcxa%2Fmicrotext-refinement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxa%2Fmicrotext-refinement/lists"}