Anyone know of a simple text editor that can work with encrypted files?
@jrc03c I am contemplating it — there’s a couple tricky things like password entry, but perhaps it can be hooked up with pinentry-ncurses
@jrc03c this looks promising: https://github.com/str4d/rage
@cloudhead Thanks! I'll check it out!
@cloudhead You can use the moreutils "vipe" tool to insert your favourite text editor into a series of pipes
Here's a quick demo, editing an encrypted file with nano, never writing the plaintext to disk and any point
Bash script: https://gist.github.com/Bradshaw/b8bfaf09d479aac75520671526baff4f
@gaeel thanks I’ll check that out!
@cloudhead have you heard of @shibacomputer's #Txt? (https://github.com/shibacomputer/txt)
@liaizon @cloudhead does literally what you ask for. It just needs some love...
@cloudhead You know, I was thinking about making such a thing. Haven't gotten around to it yet, though.