Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.