ipw just a tool to create a password in quick and easy way
- ✅ interactive CLI
- ✅ configurable password length and character types
- ✅ clipboard copy
- ✅ auto-saving passwords to timestamped files
- ✅ safe local install and linking via install script
curl -sSL https://raw.githubusercontent.com/neatnettech/ipw/main/install.sh | bashThis installs ipw to ~/.ipw-cli and links the CLI to ~/.local/bin/ipw.
Make sure ~/.local/bin is in your $PATH.
Follow the guided wizard to:
• Choose password length
• Select character types (uppercase, lowercase, digits, symbols)
• Copy to clipboard
• Save to local password vault (in ~/.ipw-cli/saved_passwords)
git clone https://github.com/neatnettech/ipw.git
cd ipw
poetry install
poetry run ipwpoetry shell
ipwWhen saving, passwords are stored in:
~/.ipw-cli/saved_passwords/password_YYYYMMDD_HHMMSS.txt
Coming soon: Homebrew install support via custom tap.
MIT © neatnettech