Skip to content
/ pick Public
forked from bndw/pick

Minimal password manager for OS X and Linux

License

Notifications You must be signed in to change notification settings

amkarthik/pick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pick

A minimal password manager for OS X and Linux.

demo

Features

  • GPG for encryption
  • JSON formatted data
  • Password generation
  • Environment Variable configuration

Dependencies

GPG

  • OS X: brew install gpg
  • Linux: sudo apt-get install gnupg

xclip (Linux only)

  • Linux: sudo apt-get install xclip

Installation

  1. Clone the repository

    git clone https://github.com/bndw/pick.git && cd pick
  2. Copy the pick executable into your PATH

    cp pick /usr/local/bin

Commands

add [ALIAS] [USERNAME] [PASSWORD]     Add a credential to the safe
cat ALIAS                             Print a credential to STDOUT
cp  ALIAS                             Copy a credential's password to the clipboard
ls                                    List credentials
rm  ALIAS                             Remove a credential

Config

  • Override the safe location (default: ~/.pick.safe)
    export PICK_SAFE=/path/to/pick.safe

About

Minimal password manager for OS X and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%