Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GPGME-JSON(1)			       GNU			   GPGME-JSON(1)

NAME
     gpgme-json - Native messaging based GPGME operations

SYNOPSIS
     gpgme-json  [--interactive|-i]  [--single|-s] [--identify file] [--lib-ver-
     sion] [--help|-h]

DESCRIPTION
     gpgme-json is a JSON to GPGME bridge.  This  interface  allows  web-browser
     extensions to communicate with the GPGME library through the Native Messag-
     ing facility from web-browser.

OPTIONS
     gpgme-json accepts the following options on the command line:

     -i
     --interactive
	    Enable interactive mode.  Interactive mode also provides some online
	    help.

     -s
     --single
	    Enable single request mode.

     --identify file|-
	    Identify the type of the data found in `file' or standard input -.

     --debug
	    Enable debug mode. Logs are saved to to `~/.gnupg/S.gpgme-json.log'.

	    Note  that you can also turn debug mode on and specify a custom log-
	    file using the environment variable GPGME_JSON_DEBUG.

     --lib-version
	    Print GPGME library version.

     -h
     --help
	    Print a usage message summarizing the most useful  command-line  op-
	    tions.

BUGS
     Please report bugs to <https://bugs.gnupg.org>.

COPYRIGHT
     gpgme-json is Copyright 2018-2024 g10 Code GmbH.  LGPL version 2.1 or later
     <https://www.gnu.org/licenses/>

     This  is  free software: you are free to change and redistribute it.  There
     is NO WARRANTY, to the extent permitted by law.

GPGME 2.1.2			   2026-06-22			   GPGME-JSON(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gpgme-json&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help