forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
23 lines (23 loc) · 892 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Georgy Yakovlev</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Shell Tools Project</name>
</maintainer>
<longdescription lang="en">
Fuzzy text selector (interactive grep) for console.
It can be used to filter any list:
files, command history, processes, hostnames, bookmarks, git commits, etc.
It's designed to be used both as an editor plugin and on the command line.
Rather than clearing the screen, fzy displays its interface directly below
the current cursor position, scrolling the screen if necessary.
</longdescription>
<upstream>
<remote-id type="github">jhawthorn/fzy</remote-id>
</upstream>
</pkgmetadata>