Skip to content

Instantly share code, notes, and snippets.

@sauravg
sauravg / pwsafe-cli-enhancements.md
Last active August 25, 2016 11:04
Add more functionality to PasswordSafe CLI

Add more functionality to PasswordSafe CLI

This document proposes some new features to be added to command-line version of pwsafe (called pwsafe-cli, in src/ui/cli). It will probably not achieve feature parity with the GUI version, but will make pwsafe a lot more useful at the command-line.

  1. Existing Actions
  2. New Actions
  3. Multi-safe operations

All commands require the safe to be operated on as the very first argument to pwsafe-cli. This is the "current" safe: any operation that requires another safe provides the path to that safe as the value to the operation (e.g. --diff=some/other/safe.psafe3).