https://github.com/wzzfarewell/random-pass
A random password generator and clipboard tool.
https://github.com/wzzfarewell/random-pass
clipboard go random-password-generator tool
Last synced: 8 months ago
JSON representation
A random password generator and clipboard tool.
- Host: GitHub
- URL: https://github.com/wzzfarewell/random-pass
- Owner: wzzfarewell
- Created: 2022-09-19T14:42:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T14:58:53.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T14:49:04.336Z (over 1 year ago)
- Topics: clipboard, go, random-password-generator, tool
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random-pass
A random password generator and clipboard tool. This program will generate a randow password and write it to your clipboard.
## Quick start
1. Install program using ```go install``` or download binary file. For example:
```Go
go install github.com/wzzfarewell/random-pass
```
2. Run
```Shell
random-pass-windows-amd64.exe
```
or using ```-n``` flag to specific the length of pass
```Shell
random-pass-windows-amd64.exe -n 8
```