Release Notes
This is the initial release for himitsu
- an encrypted command-line tool for managing secrets on your machine.
Features
hmu add
This subcommand adds a secret into your vault and asks for a label, category, and tags for the secret.
hmu edit
This subcommand allows you to edit any aspect of an existing secret (the label, category, secret, and/or tags).
hmu remove
This subcommand allows you to remove existing secrets from the vault.
hmu use
This subcommand allows you to access stored secrets by copying the secret to your system's keyboard once it is selected.