lirc-lsplugins (1) - Linux Manuals
lirc-lsplugins: print dynamic modules info
NAME
lirc-lsplugins - print dynamic modules infoSYNOPSIS
lirc-lsplugins [-l] [-q] [-U plugindir] [drivers]lirc-lsplugins -e [-q] [-U plugindir]
lirc-lsplugins -e [-q|-p|-h|-v]
DESCRIPTION
Tool which writes a simple list with info for each driver found. In particular, it writes info if a plugin can't be loaded e. g., due to unresolved references.The [drivers] argument is an optional selector which limits the output to matching drivers. The match is a glob-type match as done by fnmatch()
OPTIONS
- -U --plugindir <path>
- Use <path> to search for plugins. The path is a':'-separated search path similar to e. g., $PATH.
- -q --quiet
- Don't write headers and trailing legend.
- -s --summary
- Just write a summary over number of plugins, drivers and errors.
- -e --errors
- Only list plugins which can't be loaded, or does not contain any drivers.
- -l --long
- Add info on driver features.
- -p --default-path
- Print default search path and exit.
- -h --help
- Display usage summary.
- -v --version
- Display version info.
EXAMPLES
- $ lirc-lsplugins -U ../lib/.libs:/usr/local/lib/lirc/plugins tira*
Lists all drivers with name matching 'tira*' found in plugins living in ../lib/.libs or /usr/local/lib/lirc/plugins.