diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-12-08 17:50:58 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-12-08 17:58:14 -0800 |
commit | 25041b3c8b96316833b0761d6e9c47b5cad268df (patch) | |
tree | 70522fc4d2238a05ee1e9865a72e9732222db290 /app-shells/mcfly/metadata.xml | |
parent | sys-apps/input-utils: keyword ~arm (diff) | |
download | gentoo-25041b3c8b96316833b0761d6e9c47b5cad268df.tar.gz gentoo-25041b3c8b96316833b0761d6e9c47b5cad268df.tar.bz2 gentoo-25041b3c8b96316833b0761d6e9c47b5cad268df.zip |
app-shells/mcfly: new package
an upgraded ctrl-r for Bash
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/mcfly/metadata.xml')
-rw-r--r-- | app-shells/mcfly/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-shells/mcfly/metadata.xml b/app-shells/mcfly/metadata.xml new file mode 100644 index 000000000000..1e6f47eb167a --- /dev/null +++ b/app-shells/mcfly/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gyakovlev@gentoo.org</email> + <name>Georgy Yakovlev</name> + </maintainer> + <longdescription lang="en"> + McFly replaces your default ctrl-r Bash history search with an intelligent search engine + that takes into account your working directory and the context of recently executed commands. + McFly's suggestions are prioritized in real time with a small neural network. + + TL;DR: an upgraded ctrl-r for Bash whose history results make sense for what you're working on right now. + </longdescription> + <upstream> + <remote-id type="github">cantino/mcfly</remote-id> + </upstream> +</pkgmetadata> |