app-shells/zsh-history-substring-search: initial import

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-04-05 23:25:37 +02:00
parent 1a314c8922
commit 52ee6ff68c
3 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>Ronny (tastytea) Gutbrod</name>
</maintainer>
<upstream>
<remote-id type="github">zsh-users/zsh-history-substring-search</remote-id>
</upstream>
<longdescription lang="en">
A clean-room implementation of the Fish shell's history search
feature, where you can type in any part of any command from
history and then press chosen keys, such as the UP and DOWN
arrows, to cycle through matches.
</longdescription>
</pkgmetadata>