{"id":13583982,"url":"https://github.com/NicolaiSoeborg/manipulator-plugin","last_synced_at":"2025-04-06T21:33:49.477Z","repository":{"id":16645993,"uuid":"80380652","full_name":"NicolaiSoeborg/manipulator-plugin","owner":"NicolaiSoeborg","description":"A plugin for manipulating text (UPPER, lower, base64, etc) in the editor \"Micro\"","archived":false,"fork":false,"pushed_at":"2023-10-29T21:47:17.000Z","size":423,"stargazers_count":42,"open_issues_count":7,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T16:14:02.777Z","etag":null,"topics":["base64","micro","plugin","rot13","text"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/NicolaiSoeborg.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":"2017-01-29T23:35:25.000Z","updated_at":"2025-01-24T20:47:39.000Z","dependencies_parsed_at":"2023-01-11T19:24:18.859Z","dependency_job_id":"18dccd39-c514-4820-93db-e33efc6d1f02","html_url":"https://github.com/NicolaiSoeborg/manipulator-plugin","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaiSoeborg%2Fmanipulator-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaiSoeborg%2Fmanipulator-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaiSoeborg%2Fmanipulator-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaiSoeborg%2Fmanipulator-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicolaiSoeborg","download_url":"https://codeload.github.com/NicolaiSoeborg/manipulator-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557010,"owners_count":20958035,"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","micro","plugin","rot13","text"],"created_at":"2024-08-01T15:03:56.418Z","updated_at":"2025-04-06T21:33:44.466Z","avatar_url":"https://github.com/NicolaiSoeborg.png","language":"Lua","funding_links":[],"categories":["Lua"],"sub_categories":[],"readme":"# Manipulator Plugin\n\nThis is an simple plugin to extend text manipulation in Micro.\n\n## Keybindings\nBy default no keybindings exist, but you can easily modify that\nin your `bindings.json` file:\n\n```json\n{\n    \"Ctrl-L\": \"command:lower\"\n}\n```\n\nYou can also execute a command which will do the same thing as\nthe binding:\n\n```\n\u003e lower\n```\n\nIf you have a selection, the plugin will change all of the\nselection.\n\nThe following commands currently exists:\n * `camel`: camelCase\n * `pascal`: PascalCase\n * `kebab`: kebab-case\n * `snake`: snake_case\n * `screamingSnake`: SCREAMING_SNAKE_CASE\n * `upper`: UPPERCASE\n * `lower`: lowercase\n * `reverse`: Reverses\n * `base64enc`: Base64 encodes\n * `base64dec`: Base64 decodes\n * `rot13`: ROT-13\n * `incNum`: Increase number by one\n * `decNum`: Decrease number by one\n * `capital`: Capitalize First Letter\n * `title`: Title Case\n * `brace`: Adds brackets around selection\n     * `curly`: Curly brackets (`{ }`)\n     * `square`: Square brackets (`[ ]`)\n     * `angle`: Angle brackets (`\u003c \u003e`)\n     * `dquote`: Double quotes (`\" \"`)\n     * `squote`: Single quotes (`' '`)\n     * `backtick`: Backticks (`` ` ` ``)\n\n## Issues\n\nPlease use the issue tracker if you have any issues or\nfeature requests!\n\n## Demo\n\n![Demo](demo.gif \"Demo: Using a few of the commands\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNicolaiSoeborg%2Fmanipulator-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNicolaiSoeborg%2Fmanipulator-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNicolaiSoeborg%2Fmanipulator-plugin/lists"}