Lesspass Versions Save

:key: stateless open source password manager

cli-v6.1.0

5 years ago

Introduce a new --prompt option for the CLI, #364 by @schlomie

-p, --prompt interactively prompt SITE and LOGIN (prevent leak to shell history)

Usage

When the flag is present, we interactively prompt for the fields' value, this improve security by preventing said values to be stored in a terminal buffer, or recorded in shell history.

Use case Preview
Without option lesspass-before-prompt-option
With --prompt lesspass-after-prompt-option

Install

pip install --user --upgrade lesspass==6.1.0

cli-v6.0.0

5 years ago

We removed lesspass-cli from npmjs, the new install method is through PyPI.

How to Upgrade?

npm -g uninstall lesspass-cli
pip install lesspass

:warning: Breaking Changes

  • -c is associated with --copy flag to copy the password
  • -C is associated with the counter (previously -c)

Why?

Python is installed by default on a lot of system.

Fixes: #305 #328

Support

Tests runs with python 2.7 and python 3.6.