{"id":15104723,"url":"https://github.com/slice/cocoa-beans","last_synced_at":"2025-04-05T12:27:39.681Z","repository":{"id":230159538,"uuid":"776718441","full_name":"slice/cocoa-beans","owner":"slice","description":"native mac text editing shortcuts for minecraft","archived":false,"fork":false,"pushed_at":"2024-03-28T05:59:47.000Z","size":72,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T23:51:49.760Z","etag":null,"topics":["fabric-mod","mac","macos","minecraft-mod"],"latest_commit_sha":null,"homepage":"","language":"Java","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/slice.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,"publiccode":null,"codemeta":null}},"created_at":"2024-03-24T09:43:32.000Z","updated_at":"2024-03-28T10:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"280eb6b5-5706-4e64-b73f-560462889f18","html_url":"https://github.com/slice/cocoa-beans","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"e8cd7e1252c5302b2d3b24e09d37f616a108b763"},"previous_names":["slice/cocoa-beans"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fcocoa-beans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fcocoa-beans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fcocoa-beans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fcocoa-beans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slice","download_url":"https://codeload.github.com/slice/cocoa-beans/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247336303,"owners_count":20922612,"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":["fabric-mod","mac","macos","minecraft-mod"],"created_at":"2024-09-25T20:01:57.821Z","updated_at":"2025-04-05T12:27:39.663Z","avatar_url":"https://github.com/slice.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cocoa Beans\n\nCocoa Beans is a small [Fabric] mod for Minecraft 1.20.4 that adds support for\nnative text editing shortcuts within in-game text fields. When installed on\nWindows or Linux, the mod attempts to make itself inert by replicating Vanilla\nbehavior; however, it'd be best to not install the mod on non-macOS systems.\n\n[fabric]: https://fabricmc.net\n\n\u003c!-- prettier-ignore-start --\u003e\n\n\u003e [!CAUTION]\n\u003e This mod only makes an effort to augment text field widgets (e.g. the one\n\u003e used when sending chat messages). It doesn't implement handling for signs and\n\u003e books.\n\n\u003c!-- prettier-ignore-end --\u003e\n\n## Shortcuts\n\nOnly a subset is implemented at this time. See all shortcuts\n[here](https://support.apple.com/en-us/HT201236#text).\n\n| Shortcut | Effect                                       | Notes                                                              |\n| -------- | -------------------------------------------- | ------------------------------------------------------------------ |\n| ⌘←       | Moves the cursor to the start                | Vanilla only lets you do this through the Home key.                |\n| ⌘↑       | Ditto.                                       | Ditto.                                                             |\n| ⌃A       | Ditto.                                       | Ditto.                                                             |\n| ⌘→       | Moves the cursor to the end                  | Vanilla only lets you do this through the End key.                 |\n| ⌘↓       | Ditto.                                       | Ditto.                                                             |\n| ⌃E       | Ditto.                                       | Ditto.                                                             |\n| ⌥→       | Moves the cursor right a word                | Vanilla handles this, but it checks for Command instead of Option. |\n| ⌥←       | Moves the cursor left a word                 | Vanilla handles this, but it checks for Command instead of Option. |\n| ⌥⌫       | Deletes a word to the left of the caret      | \u0026mdash;                                                            |\n| ⌥⌦       | Deletes a word to the right of the caret     | \u0026mdash;                                                            |\n| ⌘⌫       | Deletes everything to the left of the caret  | Vanilla handles this shortcut by deleting a word instead.          |\n| ⌘⌦       | Deletes everything to the right of the caret | Vanilla handles this shortcut by deleting a word instead.          |\n\n\u003c!-- prettier-ignore-start --\u003e\n\n\u003e [!TIP]\n\u003e What Mac calls ⌫, or \"delete\", is usually called \"backspace\" elsewhere. It\n\u003e deletes to the left of the caret.\n\u003e Similarly, ⌦, or \"forward delete\", is usually called \"delete\" elsewhere and it\n\u003e deletes to the right of the caret.\n\n\u003c!-- prettier-ignore-end --\u003e\n\nAs you might expect, adding ⇧ to any shortcut extends your selection through the\nrun of text that you would've traversed.\n\n## Building\n\nJava 17 or later is required to build. Fabric 0.15.7 or later is targeted.\n\n```\n./gradlew build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice%2Fcocoa-beans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslice%2Fcocoa-beans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice%2Fcocoa-beans/lists"}