src/static-files/index.md
The Logfile Navigator, lnav for short, is a log file viewer for the terminal. This server provides a REST API that can be used to execute lnav scripts and retrieve information about the current state of lnav's TUI. It is intended to be used by other applications to remotely control an lnav instance. In addition, "apps" can also be installed to provide customized interfaces for lnav functionality.
See the External Access documentation for more details.
The following apps are currently installed:
;SELECT
group_concat(format('<li><a href="/apps/%s/">%s</a> - %s</li>',
name,
name,
encode(description, 'html')),
char(10)) AS items
FROM lnav_apps
:echo
<ul>
${items}
</ul>