🆕 Add support for Zed editor in README and meta configuration
This commit is contained in:
@@ -18,3 +18,4 @@
|
|||||||
| xh | - | [CHEATSHEET.md](xh/CHEATSHEET.md) | Friendly and fast tool for sending HTTP requests |
|
| xh | - | [CHEATSHEET.md](xh/CHEATSHEET.md) | Friendly and fast tool for sending HTTP requests |
|
||||||
| yq | - | [CHEATSHEET.md](yq/CHEATSHEET.md) | yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor |
|
| yq | - | [CHEATSHEET.md](yq/CHEATSHEET.md) | yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor |
|
||||||
| zb | zerobrew | [CHEATSHEET.md](zb/CHEATSHEET.md) | A 5-20x faster experimental Homebrew alternative |
|
| zb | zerobrew | [CHEATSHEET.md](zb/CHEATSHEET.md) | A 5-20x faster experimental Homebrew alternative |
|
||||||
|
| zed | - | [CHEATSHEET.md](zed/CHEATSHEET.md) | Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter |
|
||||||
|
|||||||
@@ -82,5 +82,10 @@
|
|||||||
"aliases": "zerobrew",
|
"aliases": "zerobrew",
|
||||||
"repo": "https://github.com/lucasgelfond/zerobrew",
|
"repo": "https://github.com/lucasgelfond/zerobrew",
|
||||||
"description": "A 5-20x faster experimental Homebrew alternative"
|
"description": "A 5-20x faster experimental Homebrew alternative"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "zed",
|
||||||
|
"repo": "https://github.com/zed-industries/zed",
|
||||||
|
"description": "Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
16
zed/CHEATSHEET.md
Normal file
16
zed/CHEATSHEET.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# zed
|
||||||
|
|
||||||
|
## Meta
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
name: zed
|
||||||
|
repo: https://github.com/zed-industries/zed
|
||||||
|
description: Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter
|
||||||
|
```
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
https://zed.dev/download
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user