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.
- Host: GitHub
- URL: https://github.com/qu4tro/pass-spell
- Owner: Qu4tro
- License: mit
- Created: 2020-04-10T16:02:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T00:19:03.000Z (about 6 years ago)
- Last Synced: 2025-10-10T14:13:23.655Z (8 months ago)
- Language: Roff
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.