{"id":15134449,"url":"https://github.com/nymann/commit-refactoring","last_synced_at":"2026-03-12T01:42:55.976Z","repository":{"id":252581576,"uuid":"840851398","full_name":"nymann/commit-refactoring","owner":"nymann","description":"Prefills Commit message after each IntelliJ based refactoring","archived":false,"fork":false,"pushed_at":"2025-11-21T02:10:19.000Z","size":2099,"stargazers_count":6,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T21:26:58.588Z","etag":null,"topics":["intellij","intellij-plugin","refactoring"],"latest_commit_sha":null,"homepage":"","language":"Java","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/nymann.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-10T22:10:01.000Z","updated_at":"2025-04-03T22:22:58.000Z","dependencies_parsed_at":"2026-02-14T20:05:24.016Z","dependency_job_id":null,"html_url":"https://github.com/nymann/commit-refactoring","commit_stats":null,"previous_names":["nymann/commit-refactoring"],"tags_count":30,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/nymann/commit-refactoring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nymann%2Fcommit-refactoring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nymann%2Fcommit-refactoring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nymann%2Fcommit-refactoring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nymann%2Fcommit-refactoring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nymann","download_url":"https://codeload.github.com/nymann/commit-refactoring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nymann%2Fcommit-refactoring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30412096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"ssl_error","status_checked_at":"2026-03-12T00:40:08.439Z","response_time":84,"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":["intellij","intellij-plugin","refactoring"],"created_at":"2024-09-26T05:20:50.753Z","updated_at":"2026-03-12T01:42:55.960Z","avatar_url":"https://github.com/nymann.png","language":"Java","readme":"# commit-refactoring\n\n[![Build](https://github.com/nymann/commit-refactoring/workflows/Build/badge.svg)](https://github.com/nymann/commit-refactoring/actions)\n[![Version](https://img.shields.io/jetbrains/plugin/v/25085-commit-refactoring.svg)](https://plugins.jetbrains.com/plugin/25085-commit-refactoring)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/25085-commit-refactoring.svg)](https://plugins.jetbrains.com/plugin/25085-commit-refactoring)\n\n\u003c!-- Plugin description --\u003e\n\n# Commit Refactoring\n\nWarning: everything besides Java is untested, other languages might work.\n\nSets the commit message automatically after each IntelliJ refactoring.\n\n## How it works\n\n1. You do an IntelliJ based refactoring (Extract method)\n2. You open IntelliJ's commit window (\u003ckbd\u003eCommand\u003c/kbd\u003e+\u003ckbd\u003eK\u003c/kbd\u003e)\n3. Commit message will be predefined to \"Extract method {methodName}\"\n\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 \"commit-refactoring\"\u003c/kbd\u003e\n  \u003e \u003ckbd\u003eInstall\u003c/kbd\u003e\n\n- Using JetBrains Marketplace:\n\n  Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/25085-commit-refactoring) and install it by clicking\n  the \u003ckbd\u003eInstall to ...\u003c/kbd\u003e button in case your IDE is running.\n\n  You can also download the [latest release](https://plugins.jetbrains.com/plugin/25085-commit-refactoring/versions) from\n  JetBrains Marketplace 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- Manually:\n\n  Download the [latest release](https://github.com/nymann/commit-refactoring/releases/latest) and install it manually\n  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---\nPlugin based on the [IntelliJ Platform Plugin Template][template].\n\n[template]: https://github.com/JetBrains/intellij-platform-plugin-template\n\n[docs:plugin-description]: https://plugins.jetbrains.com/docs/intellij/plugin-user-experience.html#plugin-description-and-presentation\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnymann%2Fcommit-refactoring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnymann%2Fcommit-refactoring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnymann%2Fcommit-refactoring/lists"}