Skip to content

Instantly share code, notes, and snippets.

@goude
Created March 20, 2017 09:35
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save goude/b44b9d3938d3d30d8873f34fe2f92057 to your computer and use it in GitHub Desktop.
Save goude/b44b9d3938d3d30d8873f34fe2f92057 to your computer and use it in GitHub Desktop.
Generate and insert a UUID in vim
:r !uuidgen|sed 's/.*/"uid": "&",/'
@dbagia
Copy link

dbagia commented Nov 26, 2020

I just made an addition to change it to lowercase 😬 :r !uuidgen|sed "s/.*/'&',/"|tr "[A-Z]" "[a-z]"

@ariel-frischer
Copy link

Super useful thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment