📝 Update tool name and alias for helix (now hx) across documentation and metadata files
This commit is contained in:
@@ -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 |
|
||||||
|
|||||||
@@ -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.
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user