{"id":13395472,"url":"https://github.com/helix-editor/helix","last_synced_at":"2025-05-12T16:28:33.669Z","repository":{"id":36963003,"uuid":"268424739","full_name":"helix-editor/helix","owner":"helix-editor","description":"A post-modern modal text editor.","archived":false,"fork":false,"pushed_at":"2025-05-12T13:27:05.000Z","size":62004,"stargazers_count":37373,"open_issues_count":1093,"forks_count":2798,"subscribers_count":195,"default_branch":"master","last_synced_at":"2025-05-12T14:45:49.129Z","etag":null,"topics":["kakoune","rust","text-editor","vim"],"latest_commit_sha":null,"homepage":"https://helix-editor.com","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/helix-editor.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,"zenodo":null},"funding":{"open_collective":"helix-editor"}},"created_at":"2020-06-01T04:26:56.000Z","updated_at":"2025-05-12T14:43:35.000Z","dependencies_parsed_at":"2023-09-25T04:23:05.324Z","dependency_job_id":"fd723315-1285-4221-8fe5-1b8e08e2848f","html_url":"https://github.com/helix-editor/helix","commit_stats":{"total_commits":5572,"total_committers":916,"mean_commits":6.08296943231441,"dds":0.7738693467336684,"last_synced_commit":"e2594b64c0daf15bacdb5396d439f206fcbe11e6"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helix-editor%2Fhelix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helix-editor%2Fhelix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helix-editor%2Fhelix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helix-editor%2Fhelix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helix-editor","download_url":"https://codeload.github.com/helix-editor/helix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776132,"owners_count":21962443,"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":["kakoune","rust","text-editor","vim"],"created_at":"2024-07-30T17:02:00.890Z","updated_at":"2025-05-12T16:28:33.650Z","avatar_url":"https://github.com/helix-editor.png","language":"Rust","funding_links":["https://opencollective.com/helix-editor"],"categories":["Rust","Development","vim","Editor Extensions","Applications","应用程序 Applications","Terminal","Alternatives to `nano`","Editor","编辑器","rust","Tools","Uncategorized","Reading and Writing Tools","Productivity","Table of Contents","语言资源库","Websites","\u003ca name=\"editors\"\u003e\u003c/a\u003eEditors","Editor Support","Text Editors","Official Resources","Tool","Text utils","Text editors","🛠️ Developer Tools","Table of contents"],"sub_categories":["Text Editors","Text editors","文本编辑器 Text editors","Apps and Tools","网络服务_其他","Rust","Uncategorized","Other","Code Editor","tools","Note-taking","Terminal Editor","Multiplexers","Editors"],"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%2Fhelix-editor%2Fhelix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelix-editor%2Fhelix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelix-editor%2Fhelix/lists"}