achntj / passman

A simple password manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  • clone to $GOPATH
git clone https://github.com/achntj/passman.git $GOPATH/passman
cd $GOPATH/passman
  • create a pass.db file in the cloned directory (optional)

  • add this function to your .zshrc or .bashrc file.

passman() {
    $GOPATH/passman/passman "$1";
}
  • run-
passman add

or

passman get

TODO

  1. Add support for spaces in platform
  2. Use OTPs for auth instead of a master key
  3. Secure the pass.db file
  4. Add grep search for platform / username
  5. Maybe hide passwords while typing

About

A simple password manager


Languages

Language:Go 100.0%