Skip to content

Releases: edouard-lopez/lesspass-powershell

v2.0.0: Prompt MasterPassword when argument is missing

02 May 08:35
b8d0181
Compare
Choose a tag to compare

⚠️ Breaking Change

This release changes the default behaviour:

  • When no master password is provided, it prompts user for it.

lesspass-powershell-2 0 0

⬇️ Installation

PS> Install-Module -Name Lesspass

v1.0.4: Accept -Length value in [5-35]

17 Apr 12:35
Compare
Choose a tag to compare
  • Update to align behavior on Python version (see #22)

v1.0.0: Stable :tada:

17 Apr 12:33
Compare
Choose a tag to compare

First stable version you can generate password

Usage

PS> Get-LessPass "site" "login" "masterpassword"

Install

From powershellgallery

PS> Install-Module -Name Lesspass