Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 825 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 825 Bytes

pwm

A simple password manager for Linux.

Inspired conceptually (although the implementation is completely independent) by pass and gopass.

Installing

Installation requires a working Rust installation. Rust is most easily installed with rustup:

curl https://sh.rustup.rs -sSf | sh

From HEAD

git clone https://github.com/CmdrMoozy/pwm.git
cd pwm
cargo install

Basic Usage

# Set a default repository path to avoid having to retype it, and initialize the repository:
pwm config -k default_repository -s $HOME/pwm_repository
pwm init

# Store a password:
pwm set personal/email

# List stored passwords:
pwm ls

# Retrieve a stored password:
pwm get personal/email