summaryrefslogtreecommitdiff
path: root/contrib/emacs/README.md
blob: d3679e9814a51629f1695e10f459403f0ed2543b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Emacs password-store

This package provides functions for working with pass ("the standard
Unix password manager").

http://www.zx2c4.com/projects/password-store

## Setup

The pass application must be installed and set up. See the pass
website for instructions

## Example usage

Interactive:

    M-x password-store-insert
    Password entry: foo-account
    Password: ........
    Confirm password: ........

    M-x password-store-copy
    Password entry: foo-account
    Copied password for foo-account to the kill ring. Will clear in 45 seconds.
    Field password cleared.

    M-x password-store-copy-field
    Password entry: foo-account
    Field: username
    Copied username for foo-account to the kill ring. Will clear in 45 seconds.
    Field url cleared.


Lisp:

    (password-store-insert "foo-account" "password")
    (password-store-get "foo-account") ; Returns "password"
    (password-store-get-field "foo-account" "url") ; Returns "url"
nfig&id=3f70553a078aafbb029782ec092c8d037d9ea45f&follow=1'>Moved eix stuff to its own module. Also make all the parsing stuff being func...René 'Necoro' Neumann4-146/+155 2009-07-27Implemented vectors and soRené 'Necoro' Neumann1-2/+35 2009-07-27Moved from Cython to normal PythonRené 'Necoro' Neumann6-142/+115 2009-07-26Add libeix to setup.pyRené 'Necoro' Neumann1-2/+9 2009-07-26Implement reading a number in the EixReaderRené 'Necoro' Neumann1-14/+102 2009-07-26Get rid of the self-implemented file-stuff. Use the normal python-API insteadRené 'Necoro' Neumann2-87/+0 2009-07-24First eix stuffRené 'Necoro' Neumann4-0/+133 2009-07-05Translation and stuffRené 'Necoro' Neumann3-348/+412 2009-07-05TypoRené 'Necoro' Neumann1-1/+1 2009-07-05Allow ':' in expression names. Thus removing the colon as an assignment operatorRené 'Necoro' Neumann2-6/+2 2009-07-05DocRené 'Necoro' Neumann1-1/+14 2009-07-05Install package_details.pyRené 'Necoro' Neumann1-1/+1 2009-07-05Sort plugins in the windowRené 'Necoro' Neumann2-13/+12 2009-07-05Port DependencyDetailRené 'Necoro' Neumann4-129/+118 2009-07-05Also port FilesDetailRené 'Necoro' Neumann3-43/+24 2009-07-05Also ported EbuildDetailRené 'Necoro' Neumann3-27/+14