Skip to content

Bash script to generate a random password and copy it to your clipboard.

License

Notifications You must be signed in to change notification settings

kjbrum/randpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Randpass

Generate a random password and copy it to your clipboard.

Install

$ curl https://raw.githubusercontent.com/kjbrum/randpass/master/randpass > ~/bin/randpass
$ chmod +x ~/bin/randpass

Usage

Randpass

Generate a random password and copy it to your clipboard.

Usage:
    $ randpass <options>

Options:
    -h    Display help prompt
    -l    Password length (15)
    -t    Password Type (alpha|num|sym|alphanum|alphasym|numsym)

Example:
    $ randpass -l 10
    $ randpass -t num
    $ randpass -l 20 -t alphanum

License

Copyright © Kyle Brumm. Free to use on whatever and may be redistributed under the terms specified in the license.

About

Bash script to generate a random password and copy it to your clipboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages