diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 13:07:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 13:07:36 -0300 |
commit | d9e8b357758639f568a82f74e9dd0e3f649aceb6 (patch) | |
tree | 740deed1169aed39dc2fe43bbf1beedac5b5f1bd | |
parent | e0cdcdaddcf809dedfd331315909532c7e29a82f (diff) | |
download | keyringer-d9e8b357758639f568a82f74e9dd0e3f649aceb6.tar.gz keyringer-d9e8b357758639f568a82f74e9dd0e3f649aceb6.tar.bz2 |
Fix: removes TODO (#1)
-rw-r--r-- | TODO.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/TODO.md b/TODO.md deleted file mode 100644 index c2b79a4..0000000 --- a/TODO.md +++ /dev/null @@ -1,20 +0,0 @@ -# TODO - -* [ ] Support for external sources: - * [ ] Files with `.external.asc` extension are handled especially. - - * [ ] Datas sources to be configured (`config/` folder in the keyring). - - * [ ] External commands supported (such as KeePassXC CLI and - `password-store`). - -* [ ] Support for exporting data: - * [ ] Into `password-store`. - - * [ ] Into KeePassXC files. - -* [ ] Support for secrets templates. - -* [ ] Document recommended organizational schemes for password management. - -* [ ] A `grep` action for filtering secret outputs. |