{"id":16169078,"url":"https://github.com/omentic/helix-ext","last_synced_at":"2025-08-02T19:08:52.456Z","repository":{"id":155917176,"uuid":"542381706","full_name":"omentic/helix-ext","owner":"omentic","description":"A fork of the Helix editor with various inactive and rejected patches applied. Rebased every new release on stable. Here be dragons.","archived":false,"fork":false,"pushed_at":"2025-02-22T00:23:03.000Z","size":14201,"stargazers_count":36,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T20:25:57.712Z","etag":null,"topics":["cursed","helix","helix-editor","text-editor"],"latest_commit_sha":null,"homepage":"https://aur.archlinux.org/packages/helix-ext","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/omentic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"open_collective":"helix-editor"}},"created_at":"2022-09-28T02:54:31.000Z","updated_at":"2025-04-01T19:55:59.000Z","dependencies_parsed_at":"2023-05-05T14:01:39.718Z","dependency_job_id":"e918b56a-f59a-44ce-bb3b-b346e94f3211","html_url":"https://github.com/omentic/helix-ext","commit_stats":null,"previous_names":["omentic/helix-patches","omentic/helix-ext"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/omentic/helix-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omentic%2Fhelix-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omentic%2Fhelix-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omentic%2Fhelix-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omentic%2Fhelix-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omentic","download_url":"https://codeload.github.com/omentic/helix-ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omentic%2Fhelix-ext/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268439525,"owners_count":24250671,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["cursed","helix","helix-editor","text-editor"],"created_at":"2024-10-10T03:14:03.808Z","updated_at":"2025-08-02T19:08:52.431Z","avatar_url":"https://github.com/omentic.png","language":"Rust","funding_links":["https://opencollective.com/helix-editor"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"logo_dark.svg\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"logo_light.svg\"\u003e\n  \u003cimg alt=\"Helix\" height=\"128\" src=\"logo_light.svg\"\u003e\n\u003c/picture\u003e\n\u003c/h1\u003e\n\n[![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions)\n[![GitHub Release](https://img.shields.io/github/v/release/helix-editor/helix)](https://github.com/helix-editor/helix/releases/latest)\n[![Documentation](https://shields.io/badge/-documentation-452859)](https://docs.helix-editor.com/)\n[![GitHub contributors](https://img.shields.io/github/contributors/helix-editor/helix)](https://github.com/helix-editor/helix/graphs/contributors)\n[![Matrix Space](https://img.shields.io/matrix/helix-community:matrix.org)](https://matrix.to/#/#helix-community:matrix.org)\n\n\u003c/div\u003e\n\n![Screenshot](./screenshot.png)\n\nA [Kakoune](https://github.com/mawww/kakoune) / [Neovim](https://github.com/neovim/neovim) inspired editor, written in Rust.\n\nThe editing model is very heavily based on Kakoune; during development I found\nmyself agreeing with most of Kakoune's design decisions.\n\nFor more information, see the [website](https://helix-editor.com) or\n[documentation](https://docs.helix-editor.com/).\n\nAll shortcuts/keymaps can be found [in the documentation on the website](https://docs.helix-editor.com/keymap.html).\n\n[Troubleshooting](https://github.com/helix-editor/helix/wiki/Troubleshooting)\n\n# Features\n\n- Vim-like modal editing\n- Multiple selections\n- Built-in language server support\n- Smart, incremental syntax highlighting and code editing via tree-sitter\n\nAlthough it's primarily a terminal-based editor, I am interested in exploring\na custom renderer (similar to Emacs) using wgpu or skulpin.\n\nNote: Only certain languages have indentation definitions at the moment. Check\n`runtime/queries/\u003clang\u003e/` for `indents.scm`.\n\n# Installation\n\n[Installation documentation](https://docs.helix-editor.com/install.html).\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/helix-editor.svg?exclude_unsupported=1)](https://repology.org/project/helix-editor/versions)\n\n# Contributing\n\nContributing guidelines can be found [here](./docs/CONTRIBUTING.md).\n\n# Getting help\n\nYour question might already be answered on the [FAQ](https://github.com/helix-editor/helix/wiki/FAQ).\n\nDiscuss the project on the community [Matrix Space](https://matrix.to/#/#helix-community:matrix.org) (make sure to join `#helix-editor:matrix.org` if you're on a client that doesn't support Matrix Spaces yet).\n\n# Credits\n\nThanks to [@jakenvac](https://github.com/jakenvac) for designing the logo!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomentic%2Fhelix-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomentic%2Fhelix-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomentic%2Fhelix-ext/lists"}