pg

command module
v0.0.0-...-5decaeb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2017 License: MIT Imports: 6 Imported by: 0

README

pg Build Status Go Report Card

command line tools for password generation.

we store password files at ~/.pg, and encrypt password by AES encryption algorithm.

required

  1. go (lastest version recommended)

install

$ go install github.com/micanzhang/pg

basic usage

generate password
$ pg #  pg gen
list entry
$pg list
new entry
$pg new -d mysql -u root -p root -k passwordphrase

if -p is empty, pg will generate new one.

update entry
$pg update -d mysql -u root -k passwordphrase
remove entry
$pg new -d mysql -u root
get password
$pg info -d mysql -u root -k passwordphrase
TODO

sync by dropbox and google drive.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL