From 196f613a08090031f851d13a40b57dd1cee22ef9 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 9 Dec 2022 22:56:17 +0100 Subject: Add ultisnips snippets for neovim .config/nvim/UltiSnips/: Add mail and text file ultisnips snippets for the use with neovim. --- .config/nvim/UltiSnips/mail.snippets | 33 +++++++++++++++++++++++++++++++++ .config/nvim/UltiSnips/text.snippets | 15 +++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 .config/nvim/UltiSnips/mail.snippets create mode 100644 .config/nvim/UltiSnips/text.snippets (limited to '.config/nvim') diff --git a/.config/nvim/UltiSnips/mail.snippets b/.config/nvim/UltiSnips/mail.snippets new file mode 100644 index 0000000..3fceb03 --- /dev/null +++ b/.config/nvim/UltiSnips/mail.snippets @@ -0,0 +1,33 @@ +snippet validate_pgp_key "A mail to verify a PGP key" b +Hi ${1: Name}, + +Please clear-sign [1] the attached `token.txt` file using the mentioned root +key (not any of its subkeys) and send the resulting file to: + +David Runge + +To clearsign the file, use + +\`\`\` +gpg --armor --default-key ${2: PGP KEY ID}! --clearsign token.txt +\`\`\` + +If your root key does not provide the Signature capability (S), make sure to +toggle it on temporarily: + +\`\`\` +gpg --edit-key $2 + +change-usage + +S + +save +\`\`\` + +Best, +David + +[1] https://www.gnupg.org/gph/en/manual/x135.html + +endsnippet diff --git a/.config/nvim/UltiSnips/text.snippets b/.config/nvim/UltiSnips/text.snippets new file mode 100644 index 0000000..866b0ac --- /dev/null +++ b/.config/nvim/UltiSnips/text.snippets @@ -0,0 +1,15 @@ +snippet pgp_validation_token "A token text to use for verification" b +I am the holder of the PGP key with the ID +${1:PGP KEY ID} +and the mail address +${2:UID} + +I am clear-signing this token file for the purpose of validating my PGP key ID +and UID for the use in archlinux-keyring. +https://gitlab.archlinux.org/archlinux/archlinux-keyring +The resulting clear-signed token file has no application beyond its intended +scope. + +Verification token: +${3:`tr -dc A-Za-z0-9