diff options
author | Joursoir <chat@joursoir.net> | 2023-07-11 14:45:32 +0400 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2023-07-11 14:45:32 +0400 |
commit | c08e123e69236965d0ae7660e88ee0c47906c6c9 (patch) | |
tree | 87aae758eb7b1c6c7e128f03083f652f95ca0b4e | |
parent | a8e27372d477e945febe7de5eccc458980304405 (diff) | |
download | lock-password-c08e123e69236965d0ae7660e88ee0c47906c6c9.tar.gz lock-password-c08e123e69236965d0ae7660e88ee0c47906c6c9.tar.bz2 lock-password-c08e123e69236965d0ae7660e88ee0c47906c6c9.zip |
readme: add a to-do list
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -9,3 +9,14 @@ Dependencies: https://www.gnupg.org/ * GPGME https://www.gnupg.org/software/gpgme/ + +=== 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). +* Make `liblpass` which contains functions for interacting with the password manager. +* Add support for MinGW and other systems. |