Skip to content

CmdrMoozy/pwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple password manager for Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published