22
33## Background
44I have tried a number of different note systems over the years, from
5- online notes to Vimwiki and OrgMode and even just plain old text files.
5+ online notes to Vim-wiki and Org-Mode and even just plain old text files.
66All have their benefits and issues.
77
88More recently I have taken to GPG encrypting my notes in a process to
@@ -23,7 +23,7 @@ I decided to take the *pass* shell script and gut it, rename the
2323functions and implement a system to encrypt/decrypt notes.
2424
2525I use Yubikeys for my encryption and so have ensured that this script
26- works with the Yubikey 5 NFC, Yubkey 4 and the Yubikey NEO.
26+ works with the Yubikey 5 NFC, Yubikey 4 and the Yubikey NEO.
2727
2828## Features
2929
@@ -195,7 +195,7 @@ If you have enabled touch decryption protection then you will need to
195195touch your Yubikey. With older Yubikey with firmware prior to 5.2.3
196196this will mean you will need to touch the key for every file decrypted.
197197With older Yubikeys you may wish to turn off the requirement for
198- touchin if you have a lot of notes.
198+ touching if you have a lot of notes.
199199
200200``` shell
201201$ ykman openpgp touch enc off
@@ -529,7 +529,7 @@ should be enough time for most notebooks to be searched with only one
529529touch.
530530
531531Please note that you need YKMAN version 4 and above for this option to
532- be available. Those working on Debin 10 based systems (BUSTER) will
532+ be available. Those working on Debian 10 based systems (BUSTER) will
533533need to either get the repo from GitHub; install ykman from Debian
534534TESTING or upgrade to Debian 11 when it becomes available.
535535
@@ -552,7 +552,7 @@ command for the encryption and decryption.
552552
553553Currently the * notes* application at the initial release v1.0 only
554554supports GnuPG encryption. I hope to include PIV based encryption keys
555- in a future release by making the encryption and decryption code autodetect
555+ in a future release by making the encryption and decryption code auto detect
556556from the 'config' file.
557557
558558Please let me know if you will find this useful.
0 commit comments