aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-04-20 19:08:55 +0530
committersinanmohd <sinan@sinanmohd.com>2024-04-20 21:26:22 +0530
commit243c88e20bad08a7b2fe268cec3a7b5129f461a2 (patch)
treedf8b1c8c6eb3cb62745d32c637f5a78d94aa2ecf /README.md
parent47e0d63e931d14c91635abda4a7736f9e9b987c3 (diff)
npassd: init
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 26 insertions, 3 deletions
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
============