summaryrefslogtreecommitdiff
path: root/app-text/lsp/metadata.xml
blob: 462b529607d7077ccde52fdba0f2df421c274d6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>dirk@gouders.net</email>
    <description>Primary maintainer</description>
  </maintainer>
  <upstream>
    <bugs-to>https://github.com/dgouders/lsp/issues</bugs-to>
    <doc>https://github.com/dgouders/lsp/</doc>
  </upstream>
  <longdescription>
    lsp(1) is a terminal pager with a focus on manual pages.

    It offers some assistance in handling manual pages:

    * Navigation to other referenced manual pages.
    * Opening of any manual page by name.
    * Maintainance of several open manual pages in a session.
    * Experimental TOC mode that is helpful to show only sections and
      subsections of manual pages.
    * Creating a pseudo-file with the output of apropos.
      This could be useful especially for novice users: this can be
      used to search or read through all manual pages' short descriptions
      and immediately open interesting ones.
  </longdescription>
  <origin>srcux</origin>
</pkgmetadata>