https://github.com/jdorfman/g20
Fast and Easy 20 Character CLI Password Generator
https://github.com/jdorfman/g20
cli nodejs password password-generator passwords
Last synced: about 1 year ago
JSON representation
Fast and Easy 20 Character CLI Password Generator
- Host: GitHub
- URL: https://github.com/jdorfman/g20
- Owner: jdorfman
- License: mit
- Created: 2015-12-23T18:13:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T17:21:58.000Z (over 2 years ago)
- Last Synced: 2025-03-29T22:33:51.791Z (over 1 year ago)
- Topics: cli, nodejs, password, password-generator, passwords
- Language: JavaScript
- Size: 117 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
g20 v1.0.6
====
g20 (Generate a 20 Character Password) is the fastest and easiest cross-platform CLI password generator on the planet. For years I have been using [something similar to it](https://medium.com/@jdorfman/osx-password-generator-in-bash-48687892c4f3#.ex5p9qiig) but it only works on OS X. Feel free to [submit an issue](https://github.com/jdorfman/g20/issues) if you're stuck.
### Installation
`npm install -g g20`
### Usage
```
$ g20
WgVxD9LXdRyfv8t3D_V has been copied to your clipboard.
```
### Platform Support
|macOS|Linux|Win¹|Bash on Win|OpenBSD|FreeBSD|Android/Termux|
|---|---|---|---|---|---|---|
| ✅ | ✅ | ✅ |🚫 |❓ |❓ |🚫 |
¹ Tested on Windows 10 cmd.exe
### FAQ's
> Can I generate a password **longer** than 20 characters?
No.
> Can I generate a password **shorter** than 20 characters?
No.
> Can I customize the background color to my liking?
No.
**Bottom line**: all customizations require a fork. And if you want, I will link to your fork in this `README.md`
### Screenshots


### Dependency Packages
* [`Chalk`](https://www.npmjs.com/package/chalk) - MIT © Sindre Sorhus
* [`password-generator`](https://www.npmjs.com/package/password-generator) - MIT © 2011-2012 Bermi Ferrer
* [`clipboardy`](https://github.com/sindresorhus/clipboardy) - MIT © Sindre Sorhus