https://github.com/kjbrum/randpass
Bash script to generate a random password and copy it to your clipboard.
https://github.com/kjbrum/randpass
Last synced: 20 days ago
JSON representation
Bash script to generate a random password and copy it to your clipboard.
- Host: GitHub
- URL: https://github.com/kjbrum/randpass
- Owner: kjbrum
- License: mit
- Created: 2015-11-17T01:03:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T22:25:11.000Z (over 8 years ago)
- Last Synced: 2025-02-12T07:55:19.472Z (2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
```
RandpassGenerate a random password and copy it to your clipboard.
Usage:
$ randpassOptions:
-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](http://kylebrumm.com). Free to use on whatever and may be redistributed under the terms specified in the [license](LICENSE.md).