vis-gpg

edit GPG encrypted files in place with vis
git clone anongit@rnpnr.xyz:vis-gpg.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 3414783632b6351b28446cc818fa1ce5658dd3c8
Parent: 60d7abbbf85a403da9ef71248d5ad6f6acdb045e
Author: Randy Palamar
Date:   Mon, 27 Mar 2023 07:08:32 -0600

add README

Diffstat:
AREADME.md | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,15 @@ +# vis-gpg + +Edit [GPG](https://gnupg.org/) encrypted files in place with +[Vis](https://github.com/martanne/vis). + +# Installation + +See [Plugins](https://github.com/martanne/vis/wiki/Plugins) on the +Vis wiki. + +# Usage + +Files are automatically decrypted to memory on file open and encrypted +prior to writing back to the disk. Unencrypted contents exist solely in +memory and never touch the filesystem.