diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-24 18:08:51 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-24 18:08:51 -0600 |
commit | 5bc4b12fe432e36d896e25c13569411ccf4c233e (patch) | |
tree | 4ff4334bdeef74f50248f75f15db84929ca047a3 | |
parent | 25378d03e6fe81321952ca8e41580027f71943ed (diff) | |
download | gpgedit-5bc4b12fe432e36d896e25c13569411ccf4c233e.tar.gz gpgedit-5bc4b12fe432e36d896e25c13569411ccf4c233e.tar.xz |
Initial commit of TODO.adoc
-rw-r--r-- | TODO.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO.adoc b/TODO.adoc new file mode 100644 index 0000000..f383e50 --- /dev/null +++ b/TODO.adoc @@ -0,0 +1,14 @@ +TODO +==== + +Implement +--------- + +* [x] File decryption to temp path +* [x] File re-encryption +* [ ] Read environment variable $EDITOR, default to vim (only parse arg 0 to + some avoid security concerns) +* [ ] Argument parser (eg: -r,--recipient) +* [ ] Recipient addition beyond the list already in the file +* [ ] Recipient removal from existing file +* [ ] New file creation (at least one recipient required) |