Commit Briefs

1e13783e8d Alexander Arkhipov

add GPM_GPG to the man page (origin/main, tags/0.2)


b52d58d52f Alexander Arkhipov

bump version to 0.2


903b82fc9e Alexander Arkhipov

add mailmap


884d5b5ca9 Alexander Arkhipov

rewrite gpm completely in perl

Aside from the language change, the changelist is pretty large: - Added support for creating directories of arbitrary depth within GPM_DIR - Added support for GPM_GPG environment variable and -g flag - The GPM_RECIPIENT environment variable and -r flag are now optional - Added support for multiline secrets - Added the -m flag for the add command - The add command no longer forces the .gpg suffix - Added support for the GPM_LSCMD environment variable - The rm command now asks before each removal (for forced removal use "cd $GPM_DIR && rm -f $file") - No longer trying to be "clever" about newlines


d53e6030d6 Alexander Arkhipov

fix documentation


127b41cc3d Alexander Arkhipov

attempt making pm2gpm a bit more secure


6201fa4d86 Alexander Arkhipov

style: remove useless quotes and wrap gpg in a function


13d3830776 Alexander Arkhipov

when using interactively, always print a newline


130b6108bc Alexander Arkhipov

fix gpm mv moving files to ".gpg"


dfc588a3a9 Alexander Arkhipov

remove dead code (tags/0.1)


2e277704c4 Alexander Arkhipov

add the makefile


d9354c43d1 Alexander Arkhipov

add documentation


9f1a69259e Alexander Arkhipov

initial version of the script


5cf110aa48 Alexander Arkhipov

initial import