lapubell / random-string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Silly little program to generate random strings

This program generates a random 32 char string, and adds it to your clipboard. Nothing too special about it, but it works like a champ.

To install and use

  • Make sure your $GOPATH is all set up correctly
  • go get ...
  • go install
  • now, when you run randomString your clipboard should have a 32 character random string

If you are wanting a hexadecimal instend of a big ol' random ASCII string

Then just pass the --hex flag. Like this:

randomString --hex

About

License:The Unlicense


Languages

Language:Go 100.0%