Skip to content

Commit

Permalink
feat: add /uuid slash command to generate a random UUIDv4
Browse files Browse the repository at this point in the history
  • Loading branch information
mlavrinenko committed Nov 4, 2024
1 parent 73b0e38 commit 226fa65
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,10 @@
path = extensions/unoflat
url = https://github.com/bryanbuchanan/unoflat

[submodule "extensions/uuid"]
path = extensions/uuid
url = https://github.com/mlavrinenko/zed-uuid.git

[submodule "extensions/v"]
path = extensions/v
url = https://github.com/lv37/zed-v.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,10 @@ version = "0.0.1"
submodule = "extensions/unoflat"
version = "0.1.2"

[uuid]
submodule = "extensions/uuid"
version = "1.0.0"

[v]
submodule = "extensions/v"
version = "0.3.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/uuid
Submodule uuid added at 82b868

0 comments on commit 226fa65

Please sign in to comment.