Skip to content

Commit

Permalink
chore(release): v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Apr 22, 2021
1 parent e8837b7 commit c44b8d0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 11 deletions.
41 changes: 32 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,42 @@ src="https://github.com/ri7nz/x-pass-plugin/blob/master/README.png?raw=true" alt
<!-- vim-markdown-toc GFM -->

* [Features](#features)
* [Install](#install)
* [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)

<!-- vim-markdown-toc -->

## Features
* Show list of your password from `pass` ([the standard unix password manager](https://www.passwordstore.org/))
* Copy to Clipboard by click an item in list of `pass`

## Install
> required [Xbar](https://xbarapp.com) and [the standard unix password manager](https://www.passwordstore.org/)
1. Just download [pass.sh](https://raw.githubusercontent.com/ri7nz/x-pass-plugin/blob/master/pass.sh)
2. Put in your [Xbar plugin directory](https://xbarapp.com)
3. Done!

* [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 -o ~/Library/Application\ Support/xbar/plugins/pass.sh \
https://github.com/ri7nz/x-pass-plugin/blob/master/pass.sh?raw=true

# OR

> wget -O ~/Library/Application\ Support/xbar/plugins/pass.sh \
https://github.com/ri7nz/x-pass-plugin/blob/master/pass.sh?raw=true

```
#### Browse in Plugin
1. Open menu _**Xbar -> "Plugin Browser"**_
2. Select _**"Tools"**_
3. Find _**"x-pass-plugin"**_
4. Click Install

## License
[LICENSE](./LICENSE)
4 changes: 2 additions & 2 deletions pass.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

# <xbar.title>Password Store</xbar.title>
# <xbar.version>v1.0</xbar.version>
# <xbar.version>v1.0.1</xbar.version>
# <xbar.author>ri7nz</xbar.author>
# <xbar.author.github>ri7nz</xbar.author.github>
# <xbar.desc>password store with xbar</xbar.desc>
# <xbar.image>https://github.com/ri7nz/x-pass-plugin/blob/master/xbar.image.png?raw=true</xbar.image>
# <xbar.dependencies>pass,cut,gpg</xbar.dependencies>
# <xbar.dependencies>pass,gpg,pinentry-mac</xbar.dependencies>
# <xbar.abouturl>https://github.com/ri7nz/x-pass-plugin</xbar.abouturl>

# maybe you need change the path of pass or cut bin
Expand Down

0 comments on commit c44b8d0

Please sign in to comment.