initx
A more convenient scripting engine
npx initx <something>
Gpg plugin for initx
npm install @initx-plugin/gpg -g
Select GPG key management
Automatically read files ending with publich.key
and private.key
in the current directory
npx initx gpg import
Export the public key and private key to the current directory
# npx initx gpg export [filename]?
npx initx gpg export home
home_public.key
and home_private.key
will be created in the current directory
Delete the public key and private key
# npx initx gpg delete [public|private]?
npx initx gpg delete