https://github.com/chrisgrieser/alfred-pass
Alfred Client for the pass-cli
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: researchgate.net -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Alfred Client for the pass-cli
Basic Info
Statistics
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
- Releases: 26
Topics
Metadata Files
README.md
Alfred Client for the Pass-CLI
Alfred-based UI for pass.
Features
- Copy password to the clipboard.
- Create a new entry.
- Delete an entry.
- Update the password of an entry.
- Inspect and copy non-password properties of an entry.
- Inherits settings from your
.zshenv. - Optionally trigger
pass git pushautomatically after any change. - As opposed to regular usage of
pass, the copied password is treated as transient, meaning it does not appear in Alfred's clipboard history.
Requirements & Installation
- ➡️ Download the latest release
Install the requirements
bash brew install pass pinentry-macSetup
passwith a GPG key. See the pass website for further information.Setup
pinentry-macas yourpinentry-program:bash [[ -d "$HOME/.gnupg" ]] || mkdir "$HOME/.gnupg" echo "pinentry-program $(brew --prefix)/bin/pinentry-mac" > $HOME/.gnupg/gpg-agent.conf gpgconf --kill gpg-agent # restart the agent
Configuration
This workflow reads all PASSWORD_STORE_* environment variables that have been
added to your ~/.zshenv, so most configuration is done by exporting respective
variables in ~/.zshenv. Example: export PASSWORD_STORE_GENERATED_LENGTH=32.
For information about the available environment variables, see the pass man page.
[!NOTE] If you are using a custom password-store directory, you must export your
PASSWORD_STORE_DIRin your~/.zshenvfor this workflow to work.
Usage
- Search your passwords via the keyword
pw.- ⏎: Copy password to the clipboard.
- ⌘⏎: Edit entry in your Terminal, using the Terminal
configured in your Alfred
settings and your
$EDITOR. - ⌥⏎: Reveal
.gpgfile of the entry in Finder. - ⌃⏎: Delete the entry. (⚠️ This is irreversible if you are not using git.)
- ⇧⏎: Show details of the entry. Select one of them to copy the value to your clipboard.
- Fn⏎: Generate a new password and overwrite this entry's password with it. Afterward, copy the new password. (⚠️ This removes the old password and is not reversible if you are not using git.)
- Use the keyword
pw newto create a new entry. You are then prompted for a folder to place the new entry in. The password of the new entry is auto-generated based on yourpasssettings, or can be inserted from your clipboard. - Use
pw gento generate a new password without creating a new entry.
Notes on security
- All contents copied by this clipboard are marked as "transient," meaning most clipboard history apps will ignore them, including Alfred's clipboard history.
- This workflow is just a convenient UI for
pass. As such, no password is ever stored by this workflow in any way. The workflow is completely open source.
Credits
In my day job, I am a sociologist studying the social mechanisms underlying the digital economy. For my PhD project, I investigate the governance of the app economy and how software ecosystems manage the tension between innovation and compatibility. If you are interested in this subject, feel free to get in touch.
Owner
- Name: Chris Grieser
- Login: chrisgrieser
- Kind: user
- Location: Berlin, Germany
- Company: Technical University of Berlin
- Website: https://chris-grieser.de/
- Repositories: 189
- Profile: https://github.com/chrisgrieser
Researcher in sociology & software developer
GitHub Events
Total
- Create event: 7
- Release event: 2
- Issues event: 2
- Watch event: 5
- Delete event: 4
- Issue comment event: 1
- Push event: 22
- Pull request event: 7
Last Year
- Create event: 7
- Release event: 2
- Issues event: 2
- Watch event: 5
- Delete event: 4
- Issue comment event: 1
- Push event: 22
- Pull request event: 7
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Chris Grieser | 7****r | 127 |
| dependabot[bot] | 4****] | 2 |
| Vítor Galvão | i****o@v****m | 1 |
| Mayeu | m@m****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 4
- Total pull requests: 8
- Average time to close issues: about 2 hours
- Average time to close pull requests: 32 minutes
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.38
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 7
Past Year
- Issues: 1
- Pull requests: 7
- Average time to close issues: 11 minutes
- Average time to close pull requests: 35 minutes
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 7
Top Authors
Issue Authors
- 00dani (1)
- curtainp (1)
- vitorgalvao (1)
- Bounga (1)
Pull Request Authors
- dependabot[bot] (7)
- Mayeu (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- softprops/action-gh-release v1 composite