{"id":13898441,"url":"https://github.com/wlemuel/vim-tldr","last_synced_at":"2025-07-17T15:33:28.680Z","repository":{"id":53812238,"uuid":"177388756","full_name":"wlemuel/vim-tldr","owner":"wlemuel","description":"tldr client for vim/neovim","archived":false,"fork":false,"pushed_at":"2023-03-08T05:37:00.000Z","size":36,"stargazers_count":55,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-14T23:02:36.250Z","etag":null,"topics":["tldr","vim","vim-plugin","viml"],"latest_commit_sha":null,"homepage":null,"language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wlemuel.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,"publiccode":null,"codemeta":null}},"created_at":"2019-03-24T08:28:06.000Z","updated_at":"2023-08-11T08:35:45.000Z","dependencies_parsed_at":"2024-06-19T00:28:07.761Z","dependency_job_id":"71e43a48-4127-433c-8315-f07020d652c8","html_url":"https://github.com/wlemuel/vim-tldr","commit_stats":{"total_commits":31,"total_committers":6,"mean_commits":5.166666666666667,"dds":"0.16129032258064513","last_synced_commit":"f6738860020018cb84f43d37cfa2f53e64f2ca1f"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlemuel%2Fvim-tldr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlemuel%2Fvim-tldr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlemuel%2Fvim-tldr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wlemuel%2Fvim-tldr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wlemuel","download_url":"https://codeload.github.com/wlemuel/vim-tldr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226274912,"owners_count":17598861,"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":["tldr","vim","vim-plugin","viml"],"created_at":"2024-08-06T18:04:17.804Z","updated_at":"2024-11-25T04:31:36.362Z","avatar_url":"https://github.com/wlemuel.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-tldr\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e9eacee4a3cf469b96847aaf288d0794)](https://app.codacy.com/app/wlemuel/vim-tldr?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=wlemuel/vim-tldr\u0026utm_campaign=Badge_Grade_Dashboard)\n\n[tldr](http://tldr-pages.github.io/) client for vim/neovim\n\n## Requirements\n\n-   Vim 7.0+\n-   unzip (*unix)\n-   curl (*unix)\n\n## Screenshot\n\n![image](https://user-images.githubusercontent.com/1510976/72673994-7fbb7900-3aac-11ea-96fa-6745c5dc1efb.png)\n\n## Installation\n\nvim-tldr follows the standard runtime path structure. Below are some helper lines\nfor popular package managers:\n\n-   [Vim 8 packages](http://vimhelp.appspot.com/repeat.txt.html#packages)\n    -   `git clone https://github.com/wlemuel/vim-tldr.git ~/.vim/pack/plugins/start/vim-tldr`\n\n-   [Pathogen](https://github.com/tpope/vim-pathogen)\n    -   `git clone https://github.com/wlemuel/vim-tldr.git ~/.vim/bundle/vim-tldr`\n\n-   [vim-plug](https://github.com/junegunn/vim-plug)\n    -   `Plug 'wlemuel/vim-tldr'`\n\n-   [Vundle](https://github.com/VundleVim/Vundle.vim)\n    -   `Plugin 'wlemuel/vim-tldr'`\n\n## Basic Usage\n\n-   Run `:Tldr [command]` to find the tldr of command.\n-   Run `:TldrUpdateDocs` to get or update tldr docs.\n\n## Basic Options\n\n-   Change the default tldr directory path:\n\n    ```vim\n    let g:tldr_directory_path = '~/.cache/tldr'\n    ```\n\n-   Change the tldr split window type `[\"horizontal\", \"vertical\", \"tab\"]`, Default is \"vertical\":\n\n    ```vim\n    let g:tldr_split_type = 'horizontal'\n    ```\n\n-   Set language, Default is English:\n\n    The supported language list until 2021-12-26.\n\n    | option | language             |\n    |--------|----------------------|\n    | ar     | Arabic               |\n    | bn     | Bengali              |\n    | bs     | Bosnian              |\n    | da     | Danish               |\n    | de     | German               |\n    | en     | English              |\n    | es     | Spanish              |\n    | fa     | Persian              |\n    | fr     | French               |\n    | hi     | Hindi                |\n    | id     | Indonesian           |\n    | it     | Italian              |\n    | ja     | Japanese             |\n    | ko     | Korean               |\n    | ml     | Malayalam            |\n    | ne     | Nepali               |\n    | nl     | Dutch                |\n    | no     | Norwegian            |\n    | pl     | Polish               |\n    | pt_BR  | Brazilian Portuguese |\n    | pt_PT  | Portuguese           |\n    | ro     | Romanian             |\n    | ru     | Russian              |\n    | sh     | Serbo-Croatian       |\n    | sr     | Serbian              |\n    | sv     | Swedish              |\n    | ta     | Tamil                |\n    | th     | Thai                 |\n    | tr     | Turkish              |\n    | uk     | Ukrainian            |\n    | uz     | Uzbek                |\n    | zh     | Chinese              |\n    | zh_TW  | Traditional Chinese  |\n\n    If the tldr of specific language is missing, English will be the fallback.\n    The contribution to tldr project is welcome, please refer to [Tldr Contributing](https://github.com/tldr-pages/tldr#contributing) for details.\n\n    ```vim\n    let g:tldr_language = 'zh'\n    ```\n\nCheck `:help tldr-options` for other options.\n\n## Appendix\n\nI'd be glad to receive patches,\ncomments and your considered criticism.\n\n_Have fun with vim-tldr!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlemuel%2Fvim-tldr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwlemuel%2Fvim-tldr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwlemuel%2Fvim-tldr/lists"}