hstr/README.md

71 lines
2.5 KiB
Markdown
Raw Normal View History

hstr
2013-12-03 06:47:51 +08:00
====
2018-03-18 01:03:16 +08:00
Easily view, navigate and search your **command history** with shell history suggest box for Bash and
2015-05-09 20:44:36 +08:00
[Zsh](CONFIGURATION.md#zsh-history-settings).
2013-12-03 06:47:51 +08:00
2018-01-11 19:01:13 +08:00
[![Shell History Suggest Box](http://me.mindforger.com/projects/images/hh-animated-01.gif "Shell History Suggest Box @ YouTube")](http://www.youtube.com/watch?v=sPF29NyXe2U)
2014-01-20 04:54:14 +08:00
2013-12-03 06:55:33 +08:00
DESCRIPTION
-----------
Are you looking for a command that you used **recently**? Do you
want to avoid the need to write **long commands** over and over
2018-03-18 01:03:16 +08:00
again? Are you looking for a tool that is able to manage your
**favorite** commands?
2014-04-20 14:00:16 +08:00
2015-05-09 20:44:36 +08:00
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 <kbd>Ctrl-r</kbd>.
2013-12-03 06:55:33 +08:00
2018-03-18 01:03:16 +08:00
HSTR can also **manage** your command history (for instance you can remove
commands that are obsolete or contain a sensitive information) or **bookmark**
your favorite commands.
2018-03-18 01:03:16 +08:00
Check [video](http://www.youtube.com/watch?v=sPF29NyXe2U) tutorial.
2013-12-16 15:15:11 +08:00
2014-01-10 08:21:21 +08:00
INSTALLATION
------------
2015-02-18 13:38:27 +08:00
Install HSTR:
* download [distribution](INSTALLATION.md#distribution-installation)
* build from [source code](INSTALLATION.md#installation-from-source-code)
* [Ubuntu](INSTALLATION.md#ubuntu)
* [Fedora](INSTALLATION.md#fedorarhelcentos)
* [Gentoo](INSTALLATION.md#gentoo)
* [CentOS](INSTALLATION.md#fedorarhelcentos)
* [openSUSE](INSTALLATION.md#opensuse)
* [RHEL](INSTALLATION.md#fedorarhelcentos)
* [Debian](INSTALLATION.md#debianmint)
* [Mint](INSTALLATION.md#debianmint)
2015-02-18 13:38:27 +08:00
* [Arch Linux](INSTALLATION.md#arch-linux)
* [Scientific Linux](INSTALLATION.md#fedorarhelcentos)
2018-01-19 19:23:38 +08:00
* [Bash on Ubuntu on Windows (WSL)](INSTALLATION.md#wsl)
2017-06-04 05:01:49 +08:00
* [Cygwin on Windows](INSTALLATION.md#cygwin)
2015-02-18 13:38:27 +08:00
* [Mac OS](INSTALLATION.md#mac-os)
2014-01-17 11:46:12 +08:00
CONFIGURATION
-------------
2015-02-18 13:38:27 +08:00
Optionally configure HSTR just by running:
2014-01-27 02:30:09 +08:00
```bash
2014-01-27 01:27:28 +08:00
hh --show-configuration >> ~/.bashrc
```
2015-01-08 06:44:07 +08:00
For detailed `hh` configuration documentation please refer to [Configuration](CONFIGURATION.md).
DOCUMENTATION
-------------
Check `hh` man page:
```bash
man hh
2014-01-27 01:27:28 +08:00
```
2014-01-27 01:14:47 +08:00
2016-11-01 16:30:00 +08:00
IN THE NEWS
-----------
2016-11-01 16:30:45 +08:00
Read about `hh` in [LinuxMagazine](http://www.linux-magazine.com/Issues/2014/164/Bash-History-on-Steroids), [UbuntuGeek](http://www.ubuntugeek.com/tag/hstr-bash-history), [DebianAdmin](http://www.debianadmin.com/hstr-easily-view-navigate-search-and-use-your-command-history-with-shell-history.html), [Tuxdiary](https://tuxdiary.com/2015/02/17/hstr/) or [Softpedia](http://linux.softpedia.com/get/Terminals/BASH-Command-History-Completion-103155.shtml).
2016-11-01 16:30:00 +08:00
2014-01-27 01:14:47 +08:00
2013-12-03 06:55:33 +08:00
BUGS
----
2013-12-03 15:54:19 +08:00
https://github.com/dvorka/hstr/issues