https://github.com/r17x/x-pass-plugin
🔑 Xbar plugin for the standard unix password manager
https://github.com/r17x/x-pass-plugin
pass password-store xbar xbar-plugin
Last synced: 11 months ago
JSON representation
🔑 Xbar plugin for the standard unix password manager
- Host: GitHub
- URL: https://github.com/r17x/x-pass-plugin
- Owner: r17x
- Created: 2021-04-21T22:43:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T14:28:57.000Z (about 4 years ago)
- Last Synced: 2025-06-04T06:49:56.664Z (12 months ago)
- Topics: pass, password-store, xbar, xbar-plugin
- Language: Shell
- Homepage:
- Size: 7.49 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# x-pass-plugin
> Xbar plugin for [the standard unix password manager](https://www.passwordstore.org/)
## Table of Content
* [Features](#features)
* [Prerequisite](#prerequisite)
* [How to Install](#how-to-install)
* [Use with `curl` or `wget`](#use-with-curl-or-wget)
* [Browse in Plugin](#browse-in-plugin)
* [License](#license)
## Features
* [x] Show list of `pass list` in menu bar
* [x] Copy to Clipboard by click an item in showing list
### Prerequisite
* [x] [Xbar](https://xbarapp.com) (_Required_)
* [x] [the standard unix password manager](https://www.passwordstore.org/) (_Required_)
* [ ] [pinentry-mac](https://formulae.brew.sh/formula/pinentry-mac) (_Recommended_)
### How to Install
#### Use with `curl` or `wget`
```shell
> curl -L https://github.com/ri7nz/x-pass-plugin/blob/master/pass.sh\?raw=true \
-o ~/Library/Application\ Support/xbar/plugins/pass.sh
> # OR
> wget https://github.com/ri7nz/x-pass-plugin/blob/master/pass.sh\?raw=true -O \
~/Library/Application\ Support/xbar/plugins/pass.sh
```
#### Browse in Plugin
1. Open menu _**Xbar -> "Plugin Browser"**_
2. Select _**"Tools"**_
3. Find _**"x-pass-plugin"**_
4. Click Install
## License
[LICENSE](./LICENSE)