pash mirror with some changes
Go to file
Dylan Araps 692acfbd0e docs: update 2019-02-25 08:32:24 +02:00
.travis.yml docs: update 2019-02-25 08:32:24 +02:00
LICENSE.md docs: update 2019-02-25 01:10:46 +02:00
Makefile docs: update 2019-02-25 08:31:33 +02:00
README.md docs: update 2019-02-25 01:10:26 +02:00
pash ensure that -l is an int 2019-02-25 08:24:50 +02:00

README.md

pash

A simple password manager using GPG.

Dependencies

  • bash
  • gpg2

Usage

Examples: pash add web/gmail, pash list, pash del google, pash show github.

pash - simple password manager.
usage: pash [add|del|show|list] [name] [-n,-q,-c] [-l length]

-n          Limit passwords to alphanumeric characters.
-l length   Length of generated passwords.
-c          Copy password to clipboard.
-q          Don't print password to stdout.
-h          Print this message.
-v          Show version.

TODO

  • Add support for not generating passwords.
  • Add support for categories.
  • Add an optional tree view.
  • Add support for both gpg and gpg2.
  • Man page.
  • Setup automatic linting.
  • Documentation.