🆕 Add Helix editor to README and meta configuration files

This commit is contained in:
2026-04-21 00:30:31 +08:00
parent 62f401cb8c
commit 4ab9783343
3 changed files with 24 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
| duf | - | [CHEATSHEET.md](duf/CHEATSHEET.md) | Disk Usage/Free Utility - a better 'df' alternative |
| fselect | - | [CHEATSHEET.md](fselect/CHEATSHEET.md) | Find files with SQL-like queries |
| fzf | - | [CHEATSHEET.md](fzf/CHEATSHEET.md) | 🌸 A command-line fuzzy finder |
| helix | - | [CHEATSHEET.md](helix/CHEATSHEET.md) | A post-modern modal text editor. |
| jq | - | [CHEATSHEET.md](jq/CHEATSHEET.md) | Command-line JSON processor |
| just | - | [CHEATSHEET.md](just/CHEATSHEET.md) | 🤖 Just a command runner |
| mise | - | [CHEATSHEET.md](mise/CHEATSHEET.md) | dev tools, env vars, task runner |

17
helix/CHEATSHEET.md Normal file
View File

@@ -0,0 +1,17 @@
# helix
## Meta
```yaml
name: helix
alias: hx
repo: https://github.com/helix-editor/helix
description: A post-modern modal text editor.
```
## Install
https://docs.helix-editor.com/install.html

View File

@@ -20,6 +20,12 @@
"repo": "https://github.com/junegunn/fzf",
"description": "🌸 A command-line fuzzy finder"
},
{
"name": "helix",
"alias": "hx",
"repo": "https://github.com/helix-editor/helix",
"description": "A post-modern modal text editor."
},
{
"name": "jq",
"repo": "https://github.com/jqlang/jq",