Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/1password.el
Use 1Password from Emacs
https://github.com/xuchunyang/1password.el
Last synced: about 1 month ago
JSON representation
Use 1Password from Emacs
- Host: GitHub
- URL: https://github.com/xuchunyang/1password.el
- Owner: xuchunyang
- Created: 2019-05-15T15:23:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T04:09:17.000Z (over 5 years ago)
- Last Synced: 2024-10-16T01:46:21.213Z (3 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get password from 1Password
## Usage
### `M-x 1password-login Your-Master-Password`
Login with your master password.
### `M-x 1password-get-password NAME`
Get password of `NAME`, e.g., `github`.
## Requires
- Emacs 25.1 or later
- `op` / [1Password command line tool](https://support.1password.com/command-line/)## See also
- [dcreemer/1pass: A caching wrapper for the 1Passworld CLI](https://github.com/dcreemer/1pass) provides some Emacs support.