Damus
passthejoe · 10w
I could absolutely do this with a text file if I could somehow automate the decrypt/encrypt part of it with Vim. Never thought of that before, but I'd like to figure it out. CC: nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq6adsmhws8k8p2z7c3y3kmmhtt68drddz6vf47m5xcu873gww8c2sv634me
passthejoe · 10w
OMG, you didn't mention that it was SO EASY to do this. Just use the -x switch $ vim -x filename And it prompts you to enter an encryption key. Then to open the encrypted file with Vim, you don't even need the -x ... it knows to prompt you for the key. Nice!! I learned something very valuable tod...