uuid generator
#14371
Replies: 1 comment
-
You could just pipe shell commands into Helix. To generate |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Zed has a built-in
editor: insert uuid v4 / v7
, and VS code has plugins that do the same.Could something similar be added to helix? Suggestions inspired by other tools:
:insert-uuid-v4
:insert-uuid-v7
:uuid-regenerate
(only under cursor):uuid-regenerate-all
(in entire file):uuid-select-all
:uuid-select-next
Beta Was this translation helpful? Give feedback.
All reactions