{"id":49075152,"url":"https://github.com/micro-garden/unofficial-plugin-channel","last_synced_at":"2026-04-20T09:36:14.103Z","repository":{"id":305258310,"uuid":"1022421149","full_name":"micro-garden/unofficial-plugin-channel","owner":"micro-garden","description":"An unofficial plugin channel for the micro text editor.","archived":false,"fork":false,"pushed_at":"2025-08-19T04:53:36.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-25T15:15:24.659Z","etag":null,"topics":["micro","micro-editor","micro-plugin","micro-plugin-channel","plugin","plugin-channel","terminal","text-editor"],"latest_commit_sha":null,"homepage":"","language":null,"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/micro-garden.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-19T03:35:39.000Z","updated_at":"2025-10-25T11:24:18.000Z","dependencies_parsed_at":"2025-07-19T07:14:38.042Z","dependency_job_id":"7f11ad56-94ce-4b51-b4a8-f8d5be71a730","html_url":"https://github.com/micro-garden/unofficial-plugin-channel","commit_stats":null,"previous_names":["akikareha/micro-unofficial-plugin-channel","micro-garden/unofficial-plugin-channel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/micro-garden/unofficial-plugin-channel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Funofficial-plugin-channel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Funofficial-plugin-channel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Funofficial-plugin-channel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Funofficial-plugin-channel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micro-garden","download_url":"https://codeload.github.com/micro-garden/unofficial-plugin-channel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micro-garden%2Funofficial-plugin-channel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["micro","micro-editor","micro-plugin","micro-plugin-channel","plugin","plugin-channel","terminal","text-editor"],"created_at":"2026-04-20T09:36:09.525Z","updated_at":"2026-04-20T09:36:14.091Z","avatar_url":"https://github.com/micro-garden.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Micro Garden - Unofficial Plugin Channel for Micro\n\nThis is an unofficial plugin channel for the\n[micro](https://micro-editor.github.io/) text editor.\nBy adding this channel to your plugin sources, you can easily install several\nunofficial plugins developed by\n[Micro Garden](https://github.com/micro-garden) team.\n\n## Installation\n\nTo add this plugin channel, edit your `settings.json` file while preserving\nproper JSON format.\nThis file is typically located at `~/.config/micro/settings.json`.\n\nAdd (or append) the following to the `\"pluginchannels\"` list:\n\n```json\n{\n    \"pluginchannels\": [\n        \"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json\",\n        \"https://raw.githubusercontent.com/micro-garden/unofficial-plugin-channel/master/channel.json\"\n    ]\n}\n```\n\nTo install a plugin from this channel (for example, `colorswitcher`), open\n`micro` and run:\n\n```\nplugin install colorswitcher\n```\n\n## Plugins\n\n| Code Name         | Name                     | Description                                                                               | Link                                                    |\n| ----------------- | ------------------------ | ----------------------------------------------------------------------------------------- | ------------------------------------------------------- |\n| `colorswitcher`   | Color Switcher           | Easily cycle through color schemes using keyboard shortcuts or commands.                  | https://github.com/micro-garden/colorswitcher-plugin |\n| `fmtonsave`       | Format on Save           | Auto-format files on save using formatters like StyLua.                                   | https://github.com/micro-garden/fmtonsave-plugin     |\n| `autotheme`       | Auto Theme               | Automatically sets the colorscheme based on syntax (filetype).                            | https://github.com/micro-garden/autotheme-plugin     |\n| `colorshuffle`    | Color Shuffle            | Shuffles your theme each time you open a file.                                            | https://github.com/micro-garden/colorshuffle-plugin  |\n| `karehacolors`    | Kareha Colors            | A warm and calm color scheme, evoking the feel of fallen leaves.                          | https://github.com/micro-garden/kareha-colorschemes  |\n| `diffpatchsyntax` | diff and patch Syntax    | Syntax highlighting for diff and patch files.                                             | https://github.com/micro-garden/diffpatch-syntax     |\n| `gtypistsyntax`   | GNU Typist Syntax        | Syntax highlighting for GNU Typist lesson files.                                          | https://github.com/micro-garden/gtypist-syntax       |\n| `mdfy`            | MDfy (Markdown-ize)      | Convert a URL under the cursor into a Markdown link.                                      | https://github.com/micro-garden/mdfy-plugin          |\n| `toggle`          | Toggle Options           | Adds two commands for toggling boolean configuration options.                             | https://github.com/micro-garden/toggle-plugin        |\n| `shout`           | Shell Out                | Run the current line as a shell command and insert the output below.                      | https://github.com/micro-garden/shout-plugin         |\n| `openconfig`      | Open Config              | Adds commands to open micro config files like settings.json, bindings.json, and init.lua. | https://github.com/micro-garden/openconfig-plugin    |\n| `pushd`           | pushd                    | Provides shell-like pushd, popd, and dirs commands.                                       | https://github.com/micro-garden/pushd-plugin         |\n| `mdtblfmt`        | Markdown Table Formatter | Reformats all Markdown tables in the current buffer.                                      | https://github.com/micro-garden/mdtblfmt-plugin      |\n| `colorgen`        | Color Generator          | Randomly generates a new 16-color colorscheme each time you run the command.              | https://github.com/micro-garden/colorgen-plugin      |\n| `pubcolors`       | Publc Colors             | A public color scheme collection.                                                         | https://github.com/micro-garden/pub-colorschemes     |\n| `skk`             | SKK                      | A Japanese input method inspired by the SKK.                                              | https://github.com/micro-garden/skk-plugin           |\n| `vi`              | vi                       | Provides a simple vi-style modal editing mode.                                            | https://github.com/micro-garden/vi-plugin            |\n| `mtp`             | TextPad Colors           | Mimics TextPad theme                                                                      | https://github.com/micro-garden/textpad-colorschemes |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-garden%2Funofficial-plugin-channel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicro-garden%2Funofficial-plugin-channel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-garden%2Funofficial-plugin-channel/lists"}