From f139e3e55d5aab87a5f51399ee9e8884b0d24864 Mon Sep 17 00:00:00 2001 From: panda Date: Tue, 7 Mar 2017 00:08:49 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79ac3f1..ef3dae3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # gnano -GNANO - gpg-enabled nano - -gnano enables you to edit a textfile encrypted for some recipients without outputting to cleartext the content (actually it outputs it in a tempfile which permissions are 600, I am working on yhis issue) \ No newline at end of file +### GNANO - gpg-enabled nano +gnano enables you to edit a textfile encrypted for some recipients without outputting to cleartext the content (actually it outputs it in a tempfile which permissions are 600, I am working on yhis issue) + +### Known issues: +1. the cleartext text is written to a temp file in /tmp/ with permissions 600, would be nice if it wasn't written at all +2. sometimes gnano cannot retrieve the list of the keys of the recipients, spongebob knows why, needs to be invetigated \ No newline at end of file