# Password Generator CLI A command-line interface (CLI) tool for generating passwords with various complexities and options.
## Features - Generates passwords of specified length and complexity. - Supports simple, secure, and complex password types. - Includes options to include special characters and hide passwords from display. - Copies generated passwords to the clipboard if requested. - Export password(s) text plain text file. ## Usage ### Installation #### Build from source Clone the repository and build the project using Cargo: ```bash git clone https://github.com/ideatopia/password-generator cd password-generator cargo build --release ``` #### Ready-to-go Download binaries according to your system - Windows ```bash curl -L https://github.com/ideatopia/password-generator/releases/latest/download/pwdgen-windows.exe -o pwdgen.exe pwdgen.exe -h ``` - Ubuntu ```bash curl -L https://github.com/ideatopia/password-generator/releases/latest/download/pwdgen-ubuntu -o pwdgen chmod +x pwdgen ./pwdgen -h ``` - MacOS ```bash curl -L https://github.com/ideatopia/password-generator/releases/latest/download/pwdgen-macos -o pwdgen chmod +x pwdgen ./pwdgen -h ``` ### Command-line Options ``` demo@ideatopia:~$ pwdgen -h Password Generator 1.0.1 Generates passwords with various complexities by ideatopia https://github.com/ideatopia Usage: pwdgen [OPTIONS] Options: -l, --length