logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GPG Configuration - Control GPG Settings | Online Free DevTools by Hexmos

Control GPG settings effortlessly with GPG Configuration. List components, check programs, and manage configurations with ease. Free online tool, no registration required.

gpgconf

Modify .gnupg home directories. More information: https://www.gnupg.org/documentation/manuals/gnupg/gpgconf.html.

  • List all components:

gpgconf --list-components

  • List the directories used by gpgconf:

gpgconf {{[-L|--list-dirs]}}

  • List all options of a component:

gpgconf --list-options {{component}}

  • List programs and test whether they are runnable:

gpgconf --check-programs

  • Reload a component:

gpgconf --reload {{component}}

See Also