aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c36f2b84e50305a270c6fc3c1ca429f69e2afcbe (plain) (blame)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
npass
=====
![npass.png](https://static.sinanmohd.com/git/npass.png)

npass is a [passwordstore](https://www.passwordstore.org/) and
[Secret Service API](https://specifications.freedesktop.org/secret-service/latest/)
implementation. This is still a work in progress, contributions are appreciated.
Send patches to e-mail address or matrix room listed in the [Contact](#Contact)
section.

Todo
====
- [x] npass (cli)
    - [x] pass init
    - [x] pass ls
    - [x] pass rm
    - [x] pass add
    - [x] pass gen
    - [x] pass cat
    - [x] pass help
- [ ] npassd (dbus)
    - [ ] org.freedesktop.Secret.Service
        - [x] OpenSession
        - [x] CreateCollection
        - [ ] SearchItems
        - [ ] Unlock
        - [ ] Lock
        - [ ] GetSecrets
        - [x] ReadAlias
        - [ ] SetAlias
        - [ ] CollectionCreated
        - [ ] CollectionDeleted
        - [ ] CollectionChanged
        - [ ] READ
    - [x]  org.freedesktop.Secret.Session
        - [x] Close
    - [ ] org.freedesktop.Secret.Item
    - [ ] org.freedesktop.Secret.Collection
    - [ ] org.freedesktop.Secret.Prompt
- [x] nix flake
    - [x] shell
    - [x] pkg
    - [ ] module

Dependencies
============
- meson (*)
- pkg-config (*+)
- gpgme
- sqlite (+)
- basu, elogind or systemd (+)

_\* build-time dependency, + npassd dependency_

Installation
============
nix
---
```
nix profile install github:sinanmohd/npass
```
meson
-----
```
git clone https://git.sinanmohd.com/npass
cd npass
meson setup build --buildtype release
meson compile -C build
meson install -C build
```

Contact
=======
- matrix: [#chat:sinanmohd.com](https://matrix.to/#/#chat:sinanmohd.com)
- e-mail: sinan [at] sinanmohd.com