/pick

Minimal password manager for macOS and Linux

Primary LanguageGoMIT LicenseMIT

pick

Build Status

A minimal password manager for OS X and Linux.

demo

Install

go get

$ go get -u github.com/bndw/pick

Homebrew

$ brew tap bndw/pick
$ brew install bndw/pick/pick-pass

The old fashioned way

$ git clone https://github.com/bndw/pick && cd pick
$ make
$ make install

Usage

Usage:
  pick [command]

Available Commands:
  add         Add a credential
  backup      Backup the safe
  cat         Cat a credential
  cp          Copy a credential to the clipboard
  edit        Edit a credential
  export      Export decrypted credentials in JSON format
  ls          List all credentials
  rm          Remove a credential
  version     Print the version number of pick

Use "pick [command] --help" for more information about a command.

Similar software