Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 ipw – Interactive Password Wizard

CI License Version

ipw just a tool to create a password in quick and easy way


🚀 Features

  • ✅ interactive CLI
  • ✅ configurable password length and character types
  • ✅ clipboard copy
  • ✅ auto-saving passwords to timestamped files
  • ✅ safe local install and linking via install script

📦 Installation

🧰 One-liner (recommended)

curl -sSL https://raw.githubusercontent.com/neatnettech/ipw/main/install.sh | bash

This installs ipw to ~/.ipw-cli and links the CLI to ~/.local/bin/ipw. Make sure ~/.local/bin is in your $PATH.

💻 Usage

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)

🛠 Local Development

git clone https://github.com/neatnettech/ipw.git
cd ipw
poetry install
poetry run ipw

Optional: Activate Shell

poetry shell
ipw

📝 Saved Passwords

When saving, passwords are stored in:

~/.ipw-cli/saved_passwords/password_YYYYMMDD_HHMMSS.txt

🍺 Homebrew (optional)

Coming soon: Homebrew install support via custom tap.

📜 License

MIT © neatnettech

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages