diff options
| author | Joursoir <chat@joursoir.net> | 2025-02-10 22:17:48 +0300 | 
|---|---|---|
| committer | Joursoir <chat@joursoir.net> | 2025-02-10 22:19:36 +0300 | 
| commit | 3e937588c6fe36f5776dd1029a34132e0ec76db5 (patch) | |
| tree | fa8a55bdf9b9286982ca0025dd17352610f4be5c /README | |
| parent | e9a715195fbf82c9ea7d4b2d6699351468fab222 (diff) | |
| download | lock-password-3e937588c6fe36f5776dd1029a34132e0ec76db5.tar.gz lock-password-3e937588c6fe36f5776dd1029a34132e0ec76db5.tar.bz2 lock-password-3e937588c6fe36f5776dd1029a34132e0ec76db5.zip | |
add git feature
It's available at compile-time
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -9,12 +9,13 @@ Dependencies:    https://www.gnupg.org/  * GPGME    https://www.gnupg.org/software/gpgme/ +* libgit2 (only if you want use git to track your data) +  https://libgit2.org/  === TO-DO LIST ===  Feel free to sumbit patches. -* Track password changes using git: https://libgit2.org/  * Re-encrypt passwords when GPG key is changed.  * Refactor tree-printing routine.  * Use Wayland library to copy text to the clipboard (currently `wl-copy` application is used). | 
