From 243c88e20bad08a7b2fe268cec3a7b5129f461a2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 20 Apr 2024 19:08:55 +0530 Subject: npassd: init --- README.md | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 21eef9a..8daca01 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ section. Todo ==== -- [x] cmdline +- [x] npass (cli) - [x] pass init - [x] pass ls - [x] pass rm @@ -18,15 +18,38 @@ Todo - [x] pass gen - [x] pass cat - [x] pass help -- [ ] dbus +- [ ] npassd (dbus) + - [ ] org.freedesktop.Secret.Service + - [x] OpenSession + - [ ] CreateCollection + - [ ] SearchItems + - [ ] Unlock + - [ ] Lock + - [ ] GetSecrets + - [ ] 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 (*Compile-time) +- meson (*) +- pkg-config (*+) - gpgme +- basu, elogind or systemd (+) + +_\* build-time dependency, + npassd dependency_ Installation ============ -- cgit v1.2.3