Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MatthewWest/pass-alfred
An alfred UI for the pass password manager (passwordstore.org)
https://github.com/MatthewWest/pass-alfred
alfred autocomplete packal workflow
Last synced: 2 months ago
JSON representation
An alfred UI for the pass password manager (passwordstore.org)
- Host: GitHub
- URL: https://github.com/MatthewWest/pass-alfred
- Owner: MatthewWest
- License: other
- Created: 2015-03-08T17:47:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T19:38:04.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T02:02:27.756Z (5 months ago)
- Topics: alfred, autocomplete, packal, workflow
- Language: Python
- Size: 1000 KB
- Stars: 61
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-store - pass-alfred
README
# pass
pass provides a thin wrapper around the pass password management tool for use with [Alfred (2 or 3)](http://alfredapp.com). Its intent is to make copying passwords while browsing the web quick and easy. It also supports the other functionality of pass, including password editing, generation, viewing, and git commands, all accomplished by passing through commands to the terminal. Will use iTerm (beta 3) by default. If you don't have this terminal, see below for how to use Terminal.app
## Install:
The recommended place to get pass is at [Packal](http://www.packal.org/workflow/pass). This will enable it to be updated in the future with the Packal workflow.
## Terminal.app
The workflow now supports Terminal.app as well. To use this, open the workflow in Alfred. In each `Run Script` bubble, change the word `execute_iterm3beta.scpt` to `execute_terminal.scpt`. Now the workflow will use Terminal.app.## Keywords:
`pass`
This is the only keyword provided. However, the script called in the script filter handles some other keywords to provide autocomplete, including:
pass git
pass add
pass rmAll the commands for pass are supported, and will be passed through to the terminal.
The default use case is as follows:
pass
This will search for a password of pass-name, autocompleting the results, then copy the result when it is selected.
## Requirements:
Must have pass, and its requirement, gpg. Also should already have a key, and have set up the .password-store directory. This is easiest with `brew install pass`, then follow the `instructions in man pass`
## Screenshots:
![Screenshot 1](pass_shot1.jpg)
![Screenshot 2](pass_shot2.jpg)
![Screenshot 3](pass_shot3.jpg)