# rpawomaster Examples
This directory contains example scripts for each subcommand of rpawomaster.
## Subcommand Examples
1. [init.sh](init.sh) - Initialize a new password vault
2. [gen.sh](gen.sh) - Generate a new password
3. [add.sh](add.sh) - Add a password to the vault
4. [update.sh](update.sh) - Update an existing password
5. [delete.sh](delete.sh) - Delete an existing password
6. [list.sh](list.sh) - List all existing passwords
7. [search.sh](search.sh) - Search passwords in the vault
8. [testpass.sh](testpass.sh) - Test password strength and properties
9. [vaults.sh](vaults.sh) - List all password vaults
10. [crypt.sh](crypt.sh) - Encrypt or decrypt files/directories
11. [export.sh](export.sh) - Export password vault
## Usage
To run any of these examples, make sure the script is executable and rpawomaster is in your PATH:
```bash
chmod +x scriptname.sh
./scriptname.sh
```
Note: Some scripts may require you to modify paths or other parameters to match your environment.