Content-type: text/html Manpage of NCID_PLUGINS

NCID_PLUGINS

Section: NCID (7)
Updated: 2024-4-8
Index Return to Main Contents
 

NAME

ncid_plugins - NCID client plugins overview  

DESCRIPTION

Plugins are distributed or user defined scripts, or programs, launched from either the Plugins Menu, or the Context Menu with one or more variables from the selected call line.

Plugins are configured in ncid.conf using the following format:


    {"<plugin label>" "<command [options] {[arguments]} {[argumenats]} {...}>"}

A plugin is executed by clicking on the Plugin Menu, or Context Menu, Name.

A plugin is removed by either deleting its line or adding a '#' before <label>, spaces are optional:


    {"[spaces]#[spaces]<label>" "<command [options] [arguments]>"}

A comment for a plugin can be added in this line format: "# <comment>"

The current plugins distributed with NCID are:

Plugins Menu:
Hello World Example

Example plugin menu item in ncid.conf using messages_dialog plugin:
{"Hello World Example" "message_dialog {info} {Hello World}"}

Context Menu:
US Number Info

Reverse search on US phonenumber, using https://www.usphonebook.com

Context Menu:
Display ncid variables

Display ncid variable names and variable data for a selected history line.

 

FILES

/etc/ncid/ncid.conf
/usr/share/ncid/plugins/display_ncid_variables
/usr/share/ncid/plugins/messages.dialog
/usr/share/ncid/plugins/US_number_info
 

SEE ALSO

ncidd.conf.1,


 

Index

NAME
DESCRIPTION
FILES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:24:20 GMT, April 08, 2024