blob: 21eef9ac25c33aabbd383d7f24e6e4167a292fd5 (
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
|
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] cmdline
- [x] pass init
- [x] pass ls
- [x] pass rm
- [x] pass add
- [x] pass gen
- [x] pass cat
- [x] pass help
- [ ] dbus
- [x] nix flake
- [x] shell
- [x] pkg
Dependencies
============
- meson (*Compile-time)
- gpgme
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
|