Skip to content

junee455/spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

made-with-bash

spm

spm - simple password management script that stores passwords in your home directory

usage

you can set new passwords or update old ones with set command
get command copies appropriate password to clipboard and del command removes password and its entry from list

~ spm set some_web_site "some simple pass"
~ spm get some_web_site
  password copied to clipboard
~ spm del some_web_site

passwords can be passed via pipes or entered interactively:

openssl rand -base64 32 | spm set randomPassword

About

spm - simple password management script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages