Created attachment 387582 [details] bash history box "HSTR is a command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r. Are you looking for a command that you used recently? Do you want to avoid the need to write long commands over and over again despite you used them recently? Are you looking for a tool that is able to manage your favorite commands? Apart to the completion, history can be managed (you can remove commands that e.g. contain sensitive information like passwords) and bookmark your favorite commands." https://github.com/dvorka/hstr Imho huge speed improvement in everyday bash usage thanks to the box.
Comment on attachment 387582 [details] bash history box Why is this here?
Looks like a promising project. I'll try to add it to the tree and take over maintainership.
The shell-tools herd will co-maintain this project with me.
commit c3d6591184f4753e5583f4b2a0ebe196c278b4cf Author: Justin Lecher <jlec@gentoo.org> Date: Fri Aug 28 14:59:35 2015 +0200 app-shells/hstr: New package, ebuild written by me for monsieurp Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=527122 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d6591184f4753e5583f4b2a0ebe196c278b4cf
Thank you Justin for your help!