diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-24 14:17:15 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:34 +0700 |
commit | 8f163f625869c998621c733e8377c6153fa66f7e (patch) | |
tree | 1ec6fb1a034e51683a584d5ae308689c7132d34a /system | |
parent | 0f496d7041e62d911061b0e4369a4454178eb8c5 (diff) |
system/pass-import: Update README (list python3-pykeepass as optional DEP)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/pass-import/README | 4 | ||||
-rw-r--r-- | system/pass-import/pass-import.SlackBuild | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/system/pass-import/README b/system/pass-import/README index a40b6e6ee65f..1237cffd0e48 100644 --- a/system/pass-import/README +++ b/system/pass-import/README @@ -1,2 +1,6 @@ pass import is a pass extension for importing data from most existing password managers. + +python3-pykeepass (optional) provides support for importing passwords +directly from Keepass databases. For example, with this command: +pass import keepass file.kdbx diff --git a/system/pass-import/pass-import.SlackBuild b/system/pass-import/pass-import.SlackBuild index c0c62744d1a9..a6c64590e35b 100644 --- a/system/pass-import/pass-import.SlackBuild +++ b/system/pass-import/pass-import.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pass-import -# Copyright 2021-2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2021-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is |