initx A more convenient scripting engine
npx initx <something>
Gpg plugin for initx
npx initx plugin add gpgSelect GPG key management
Automatically read files ending with publich.key and private.key in the current directory
npx initx gpg importExport the public key and private key to the current directory
# npx initx gpg export [filename]?
npx initx gpg export homehome_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