An open API service indexing awesome lists of open source software.

https://github.com/qu4tro/pass-spell

A pass extension for your ears.
https://github.com/qu4tro/pass-spell

Last synced: 4 months ago
JSON representation

A pass extension for your ears.

Awesome Lists containing this project

README

          

pass spell


A pass extension for your ears.

## Description
`pass spell` extends pass with a spell subcommand that spells you aloud any secrets you may have encrypted.

```bash
$ pass spell dir/secret

```

## Usage
```
Usage: pass spell pass-name
```

## Installation

**Requirements**
* `pass 1.7.0` or greater.
* [nato-spell](https://pypi.org/project/nato-spell/)

**ArchLinux**

`pass-spell` is available in the [Arch User Repository](http://aur.archlinux.org/).
```sh
yay -S pass-spell-git # or your preferred AUR install method
```

**From git**
```sh
git clone https://github.com/Qu4tro/pass-spell/
cd pass-spell
sudo make install # For OSX: make install PREFIX=/usr/local
```

## Contribution
Feedback, contributors, pull requests are all very welcome.