diff options
author | 2025-01-28 23:03:27 +0100 | |
---|---|---|
committer | 2025-01-28 23:08:51 +0100 | |
commit | d425ab90f0c85772578005574a53beff85e65228 (patch) | |
tree | fb7b2683ba6a464edfe7f977ce2fa4f9a4d25160 /app-emacs | |
parent | app-emacs/consult: sync live 9999 version (diff) | |
download | gentoo-d425ab90f0c85772578005574a53beff85e65228.tar.gz gentoo-d425ab90f0c85772578005574a53beff85e65228.tar.bz2 gentoo-d425ab90f0c85772578005574a53beff85e65228.zip |
app-emacs/consult: update metadata; add longdescription
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/consult/metadata.xml | 33 |
1 files changed, 25 insertions, 8 deletions
diff --git a/app-emacs/consult/metadata.xml b/app-emacs/consult/metadata.xml index 2ee7184765f8..3fd82f6c0291 100644 --- a/app-emacs/consult/metadata.xml +++ b/app-emacs/consult/metadata.xml @@ -1,12 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> -<maintainer type="project"> - <email>gnu-emacs@gentoo.org</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<stabilize-allarches/> -<upstream> - <remote-id type="github">minad/consult</remote-id> -</upstream> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <stabilize-allarches/> + <longdescription> + Consult provides search and navigation commands based on the Emacs + completion function completing-read. Completion allows you to quickly + select an item from a list of candidates. Consult offers asynchronous + and interactive consult-grep and consult-ripgrep commands, and the + line-based search command consult-line. Furthermore Consult provides an + advanced buffer switching command consult-buffer to switch between + buffers, recently opened files, bookmarks and buffer-like candidates + from other sources. Some of the Consult commands are enhanced versions + of built-in Emacs commands. For example the command consult-imenu + presents a flat list of the Imenu with live preview, grouping and + narrowing. Consult is fully compatible with completion systems centered + around the standard Emacs completing-read API, notably the default + completion system, Vertico, Mct, and Icomplete. + </longdescription> + <upstream> + <bugs-to>https://github.com/minad/consult/issues/</bugs-to> + <remote-id type="github">minad/consult</remote-id> + </upstream> </pkgmetadata> |