📝 Update tool name and alias for helix (now hx) across documentation and metadata files

This commit is contained in:
2026-04-21 00:36:52 +08:00
parent 4ab9783343
commit eb7f1139aa
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -3,8 +3,8 @@
## Meta ## Meta
```yaml ```yaml
name: helix name: hx
alias: hx alias: helix
repo: https://github.com/helix-editor/helix repo: https://github.com/helix-editor/helix
description: A post-modern modal text editor. description: A post-modern modal text editor.
``` ```

View File

@@ -21,8 +21,8 @@
"description": "🌸 A command-line fuzzy finder" "description": "🌸 A command-line fuzzy finder"
}, },
{ {
"name": "helix", "name": "hx",
"alias": "hx", "alias": "helix",
"repo": "https://github.com/helix-editor/helix", "repo": "https://github.com/helix-editor/helix",
"description": "A post-modern modal text editor." "description": "A post-modern modal text editor."
}, },