Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palortoff/pass-extension-wclip
A pass extension to clip on windows
https://github.com/palortoff/pass-extension-wclip
clipboard extension pass password-store wclip
Last synced: 3 months ago
JSON representation
A pass extension to clip on windows
- Host: GitHub
- URL: https://github.com/palortoff/pass-extension-wclip
- Owner: palortoff
- License: mit
- Created: 2017-02-11T23:45:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T12:25:12.000Z (almost 4 years ago)
- Last Synced: 2024-06-16T11:33:23.171Z (5 months ago)
- Topics: clipboard, extension, pass, password-store, wclip
- Language: Shell
- Size: 2.93 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-store - pass-extension-wclip
README
# pass wclip
An extension for the [password store](https://www.passwordstore.org/) that copies a stored password into the windows clipboard using [wclip](https://github.com/palortoff/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.