{"id":38753422,"url":"https://github.com/inherelab/idea-kite","last_synced_at":"2026-01-17T11:51:36.404Z","repository":{"id":190744554,"uuid":"683274895","full_name":"inherelab/idea-kite","owner":"inherelab","description":"learn idea plugin","archived":false,"fork":false,"pushed_at":"2024-05-17T03:18:43.000Z","size":1871,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-17T04:27:35.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/inherelab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-08-26T03:49:28.000Z","updated_at":"2024-05-17T03:18:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"49fde5c1-3a14-4c94-a563-2c466dba3c7e","html_url":"https://github.com/inherelab/idea-kite","commit_stats":null,"previous_names":["inherelab/idea-kite"],"tags_count":0,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/inherelab/idea-kite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inherelab%2Fidea-kite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inherelab%2Fidea-kite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inherelab%2Fidea-kite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inherelab%2Fidea-kite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inherelab","download_url":"https://codeload.github.com/inherelab/idea-kite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inherelab%2Fidea-kite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-17T11:51:36.278Z","updated_at":"2026-01-17T11:51:36.393Z","avatar_url":"https://github.com/inherelab.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dev-kite\n\n![Build](https://github.com/inherelab/idea-kite/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)\n\n`oh-my-kite` is a idea plugin.\n\n## Features\n\n**run commands:**\n\n- [ ] load and run extra commands, reload, init config\n- [ ] support command sort\n- [ ] add new command from idea\n- [ ] support edit config file\n\n## Template ToDo list\n\n- [x] Create a new [IntelliJ Platform Plugin Template][template] project.\n- [ ] Get familiar with the [template documentation][template].\n- [x] Adjust the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).\n- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])\n- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).\n- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.\n- [ ] Set the `PLUGIN_ID` in the above README badges.\n- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).\n- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).\n- [ ] Click the \u003ckbd\u003eWatch\u003c/kbd\u003e button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.\n\n\u003c!-- Plugin description --\u003e\nThis Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.\n\nThis specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.\n\nTo keep everything working, do not remove `\u003c!-- ... --\u003e` sections. \n\u003c!-- Plugin description end --\u003e\n\n## Installation\n\n- Using the IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"idea-kite\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/inherelab/idea-kite/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n## Usage\n\nJSON Config:\n\n```yaml\nversion: '1'\ngroups:\n  \n\n```\n\n---\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n## Refers\n\nuse Java:\n\n* https://github.com/dploeger/idea.shellfilter\n* https://github.com/markiewb/idea-externaltools-runconfiguration-plugin\n\nuse Kotlin:\n \n* https://github.com/ljg-7f/BashCmd\n* https://github.com/Vacxe/IntellijCliActions\n* https://github.com/t3hnar/CmdSupport\n* https://github.com/jasmine/IdeaJasmine\n* https://github.com/jansorg/BashSupport\n* https://github.com/AVeenstra/RunAnything\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finherelab%2Fidea-kite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finherelab%2Fidea-kite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finherelab%2Fidea-kite/lists"}