Skip to content

palortoff/pass-extension-wclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

pass wclip

An extension for the password store that copies a stored password into the windows clipboard using wclip to hide it from password history managers.

Usage

pass wclip pass-name

Example

pass wclip email/gmail

Parameters

As pass wclip uses the show command internally the --clip or -c parameter can be used to specify the line number.

pass wclip -c2 email/gmail
pass wclip --clip=6 email/gmail

Installation

(This extensions is for windows only)

  • First you have to enable extensions in pass by setting PASSWORD_STORE_ENABLE_EXTENSIONS=true
  • Add the wclip.bash file to .password-store/.extensions
    • Either copy the file or
    • Clone this repo as a submodule into .password-store/.extensions/wclip and
    • Create a symlink (in an elevated cmd, not in bash)
cd %userprofile%\.password-store\.extensions
mklink wclip.bash wclip\src\wclip.bash

Contribution

Contributions are always welcome.

Releases

No releases published

Packages

No packages published

Languages