Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 392 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 392 Bytes

ugen generate uuid and copy into clipboard

go get github.com/hieuphq/ugen
cd $GOPATH/src/github.com/hieuphq/ugen
make install

Usage command

  • Generate an uuid string
ugen
  • Save 300 uuid(s) into clipboard
ugen -a 300

Checklists

  • Generate uuid
  • Generate uuid with amount
  • Copy into clipboard
  • Support MacOS
  • Support Linux