🆕 Add Helix editor to README and meta configuration files
This commit is contained in:
@@ -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
17
helix/CHEATSHEET.md
Normal 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
|
||||
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user