{"id":15387337,"url":"https://github.com/rhysd/unite-redpen.vim","last_synced_at":"2025-04-14T10:04:52.841Z","repository":{"id":66059700,"uuid":"53848496","full_name":"rhysd/unite-redpen.vim","owner":"rhysd","description":"A unite.vim integration of redpen for automatic proof reading","archived":false,"fork":false,"pushed_at":"2016-06-08T19:04:48.000Z","size":80,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-14T10:04:48.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/redpen-cc/redpen","language":"VimL","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/rhysd.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":"2016-03-14T10:48:40.000Z","updated_at":"2025-02-06T14:42:49.000Z","dependencies_parsed_at":"2023-03-10T23:36:13.120Z","dependency_job_id":null,"html_url":"https://github.com/rhysd/unite-redpen.vim","commit_stats":{"total_commits":46,"total_committers":1,"mean_commits":46.0,"dds":0.0,"last_synced_commit":"8ba77088c6741a89fdf45b5c1bbfe4975fd0ce54"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Funite-redpen.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Funite-redpen.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Funite-redpen.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhysd%2Funite-redpen.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhysd","download_url":"https://codeload.github.com/rhysd/unite-redpen.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860293,"owners_count":21173342,"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":"2024-10-01T14:53:39.763Z","updated_at":"2025-04-14T10:04:52.815Z","avatar_url":"https://github.com/rhysd.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"unite-redpen.vim\n================\n[![Build Status](https://travis-ci.org/rhysd/unite-redpen.vim.svg?branch=master)](https://travis-ci.org/rhysd/unite-redpen.vim)\n\nThis is a [unite.vim](https://github.com/Shougo/unite.vim) integration of [redpen](https://github.com/redpen-cc/redpen) for proof reading.  You can validate double-negative, weak-expression, doubled-word, [and so on](http://redpen.cc/docs/latest/index.html#validator).  [redpen](https://github.com/redpen-cc/redpen) is available for Markdown, AsciiDoc, Textile and LaTeX.\n\n## Usage\n\n![screenshot](https://raw.githubusercontent.com/rhysd/ss/master/unite-redpen.vim/main.gif)\n\n```vim\n:Unite redpen\n\n\" Show preview automatically (start in normal mode)\n:Unite redpen -auto-preview -no-start-insert\n\n\" With command line options\n:Unite redpen:--limit:10\n```\n\nFeatures:\n\n- `:Unite redpen` executes `redpen` and show list of the errors reported by it in unite.vim window.\n- When select an item in the list, cursor will move to the error position.\n- In the list, you can confirm place of the error with highlight (`p` is assigned by default).\n- In the list, you can see the detail with mini window (`d` is assigned by default).  `d` toggles the mini window.\n- In the list, you can add the word to whitelist from misspelling error (\"a\" is assigned by default).\n- If you want to use previous result, you can use `:UniteResume` command to restore last unite.vim window.\n- You can also set `g:redpen_default_config_path` for global default configuration.\n\nPlease see [`:help unite-redpen`](doc/unite-redpen.txt) to know all features.\n\n\n## Installation\n\n- With [vim-plug](https://github.com/junegunn/vim-plug)\n\n```vim\nPlug 'Shougo/unite.vim'\nPlug 'rhysd/unite-redpen.vim'\n```\n\n- With [vundle](https://github.com/VundleVim/Vundle.vim)\n\n```vim\nPlugin 'Shougo/unite.vim'\nPlugin 'rhysd/unite-redpen.vim'\n```\n\n- With [neobundle](https://github.com/Shougo/neobundle.vim)\n\n```vim\nNeoBundle 'Shougo/unite.vim'\nNeoBundle 'rhysd/unite-redpen.vim'\n```\n\n\n## TODO\n\n- [x] Fundamentals\n- [x] Configuration detection\n- [x] Available on temprary/unsaved buffer\n- [x] Help\n- [x] Add an action to add a symbol from misspelling error\n- [x] Tests\n\n\n## License\n\nDistributed under [MIT license](https://opensource.org/licenses/MIT).\n\n    Copyright (c) 2016 rhysd\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\n    of the Software, and to permit persons to whom the Software is furnished to do so,\n    subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\n    INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\n    PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n    THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Funite-redpen.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhysd%2Funite-redpen.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhysd%2Funite-redpen.vim/lists"}