diff --git a/README.md b/README.md index 4a2d5b6..66b344a 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,4 @@ | 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 | | 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 | diff --git a/meta.json b/meta.json index c44c507..258f4e5 100644 --- a/meta.json +++ b/meta.json @@ -82,5 +82,10 @@ "aliases": "zerobrew", "repo": "https://github.com/lucasgelfond/zerobrew", "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" } ] \ No newline at end of file diff --git a/zed/CHEATSHEET.md b/zed/CHEATSHEET.md new file mode 100644 index 0000000..e8c4d4f --- /dev/null +++ b/zed/CHEATSHEET.md @@ -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 + + +