blob: a29d3bf6c922c426fde7d25e9a84ccfe939299c8 (
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 * [ ] Read environment variable $EDITOR, default to vim (only parse arg 0 to
11 some avoid security concerns)
12 * [ ] Argument parser (eg: -r,--recipient)
13 * [ ] Recipient addition beyond the list already in the file
14 * [ ] Recipient removal from existing file
15 * [ ] New file creation (at least one recipient required)
16 * [ ] Helptext
|