blob: 43220242b31cb2e61c7f009e6dfc8d704d15acfa (
plain)
1 TODO
2 ====
3
4 Implement
5 ---------
6
7 * [x] File decryption to temp path
8 * [x] File re-encryption
9 * [ ] Comment all functions
10 * [X] Read environment variable $EDITOR, default to vim (only parse arg 0 to
11 some avoid security concerns)
12 * [ ] Argument parser (eg: -r,--recipient)
13 * [x] Recipient addition beyond the list already in the file
14 * [ ] Recipient removal from existing file
15 * [x] New file creation (at least one recipient required)
16 * [x] Helptext
17 * [x] Basic logging framework (to support debug, quiet, silent modes)
|