https://github.com/boldandbrad/makey-cli
🔏 CLI passkey maker.
https://github.com/boldandbrad/makey-cli
cli click command-line password-generator python
Last synced: 4 months ago
JSON representation
🔏 CLI passkey maker.
- Host: GitHub
- URL: https://github.com/boldandbrad/makey-cli
- Owner: boldandbrad
- License: mit
- Created: 2020-10-27T03:14:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T15:24:54.000Z (about 3 years ago)
- Last Synced: 2025-07-14T22:44:33.552Z (about 1 year ago)
- Topics: cli, click, command-line, password-generator, python
- Language: Python
- Homepage: https://boldandbrad.github.io/makey-cli/
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# makey-cli
[](https://github.com/boldandbrad/makey-cli/actions/workflows/python-test.yml?query=branch%3Amain)
[](https://github.com/pre-commit/pre-commit)
[](https://codecov.io/gh/boldandbrad/makey-cli)
[](https://boldandbrad.github.io/makey-cli/)
[](https://pypi.org/project/makey-cli/)
[](https://pypistats.org/packages/makey-cli)
> CLI passkey maker.
A simple and lightweight tool for making secure passkeys in your terminal.
**makey-cli** does not store information, produce logs, or make network
connections. It even avoids printing passkeys in plain-text on screen by
default, instead copying them directly to your clipboard for use.
## Install
```zsh
brew tap boldandbrad/homebrew-tap
brew install makey-cli
```
or
```zsh
pipx install makey-cli
```
or
```zsh
pip install makey-cli
```
> For more details, read the **makey-cli** [install guide](https://boldandbrad.github.io/makey-cli/#/install).
## Usage
```zsh
makey
```
New passkey copied to your clipboard!
> For more usage details, read the **makey-cli** [usage guide](https://boldandbrad.github.io/makey-cli/#/usage).
## License
Copyright (c) 2021 Bradley Wojcik. Released under the MIT License. See
[LICENSE](LICENSE) for details.