Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

watsoncj/password-safe-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Copy passwords to the clipboard from your safe.

Usage: psafe [ action ] [ safe.psafe3 ] [ pattern ] [ options ]
       psafe copy safe.psafe3 bank account -a
       psafe default safe.psafe3
       psafe copy bank account

Actions:
  copy                 copy the first matched password to the clipboard
  default              make safe the default

Options:
  -a, --all            print all matches, instead of just the first
  --version            show version number

Features

  • Native notifications
  • Supports psafe3 versions 3.01 through 3.30
  • Currenly read-only
  • Compatible with pwSafe

Installation

First make sure you have Node.js installed.

Finally, install this package:

npm install -g password-safe-cli

Development

make make build npm link

Credits

Uses the awesome node-passwordsafe and fuzzy packages.