{"id":17395892,"url":"https://github.com/christianrondeau/vim-base64","last_synced_at":"2025-04-15T11:33:16.601Z","repository":{"id":54709509,"uuid":"70657790","full_name":"christianrondeau/vim-base64","owner":"christianrondeau","description":"Vim plugin to encode/decode base64 strings","archived":false,"fork":false,"pushed_at":"2021-02-02T21:47:01.000Z","size":19,"stargazers_count":43,"open_issues_count":1,"forks_count":14,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T21:01:58.533Z","etag":null,"topics":["base64","decode","encode","vim","vim-plugin","vim-scripts"],"latest_commit_sha":null,"homepage":"","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/christianrondeau.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}},"created_at":"2016-10-12T03:12:27.000Z","updated_at":"2024-11-10T07:32:58.000Z","dependencies_parsed_at":"2022-08-14T00:40:25.425Z","dependency_job_id":null,"html_url":"https://github.com/christianrondeau/vim-base64","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrondeau%2Fvim-base64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrondeau%2Fvim-base64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrondeau%2Fvim-base64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christianrondeau%2Fvim-base64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christianrondeau","download_url":"https://codeload.github.com/christianrondeau/vim-base64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249061266,"owners_count":21206477,"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":["base64","decode","encode","vim","vim-plugin","vim-scripts"],"created_at":"2024-10-16T12:04:00.388Z","updated_at":"2025-04-15T11:33:16.356Z","avatar_url":"https://github.com/christianrondeau.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Base64\n\nEncodes/decodes base64 strings using `base64` on Linux and `Python` on Windows\n\n[![Build Status](https://travis-ci.org/christianrondeau/vim-base64.svg?branch=master)](https://travis-ci.org/christianrondeau/vim-base64)\n\n[![asciicast](https://asciinema.org/a/90272.png)](https://asciinema.org/a/90272)\n\n_Note: In this video, `atob` and `btoa` are reversed!_\n\n# Installation\n\n## Prerequisites\n\n* On Linux, you need `base64` from `coreutils` installed.\n* On Windows, you need [Python](https://www.python.org/downloads/windows/).\n\n## Vundle\n\nUse your preferred Vim plugin installation method.\n\nIf you like [Vundle](https://github.com/VundleVim/Vundle.vim):\n\nAdd to your `.vimrc`:\n\n    Plugin 'christianrondeau/vim-base64'\n\nAnd install it:\n\n    :so ~/.vimrc\n    :PluginInstall\n\nOr with [vim-plug](https://github.com/junegunn/vim-plug):\n\nAdd to your `.vimrc`:\n\n    Plug 'christianrondeau/vim-base64'\n\nAnd install it:\n\n    :so ~/.vimrc\n    :PlugInstall\n\n# Usage\n\nYou can encode and decode base64 string in several modes.\n\nNote that if you provide invalid base64 strings, your text will ben replaced by the error message.\n\n## In a Visual Selection (`v`)\n\nAfter replacement, the new text will automatically be visually selected.\n\n* `\u003cleader\u003eatob` to convert from base64 to a string\n* `\u003cleader\u003ebtoa` to convert from a string to base64\n\n## Doing a regex replacement\n\nYou can also, in normal mode, replace all instances of a regular expression by their base64 representation, using `\u003cleader\u003ebtoa/` or `\u003cleader\u003eatob/`. This will insert a command mode string, with your cursor directly where you can type the regular expression.\n\n# Contributions\n\nBefore making pull requests, make sure that [tests](tests/) still pass. They are using [Vader.vim](https://github.com/junegunn/vader.vim).\n\nTo run tests, either use `:Vader tests/*` from the `vim-base64` folder, or `:Vader %` from within a test file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianrondeau%2Fvim-base64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristianrondeau%2Fvim-base64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristianrondeau%2Fvim-base64/lists"}