xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit 464c08266c4d988c96d89299ecc5a60e62358c02

MD
Author: Martin Dvorak
Author date (UTC): 2014-01-10 00:21
Committer name: Martin Dvorak
Committer date (UTC): 2014-01-10 00:21
Parent(s): 0ff12d01e2a64de02bad52db31ed72b3b9de9e46
Signing key:
Tree: 910e32af2055a9fcad450a8b141860de97db7da3
File Lines added Lines deleted
README.md 12 10
debian/changelog 2 2
dist/env.sh 4 4
File README.md changed (mode: 100644) (index 5036a76..eb59286)
... ... from the history. It aims to make completion easier and faster
10 10 than Ctrl-R. than Ctrl-R.
11 11
12 12
13 [![Shell History Suggest Box](http://mindforger.com/projects/images/hh.png "Shell History Suggest Box")](https://github.com/dvorka/hstr)
13 [![Shell History Suggest Box](http://mindforger.com/projects/images/hh.png "Shell History Suggest Box")](http://mindforger.com/projects/images/hh.png)
14 14
15 15
16 16 DOWNLOAD DOWNLOAD
 
... ... DOWNLOAD
18 18 https://github.com/dvorka/hstr/releases https://github.com/dvorka/hstr/releases
19 19
20 20
21 SOURCE CODE INSTALLATION
22 ------------------------
23 * download distribution, expand it and install `hh`:
24
25 `./configure && make && make install`
26
27 * Configure `hh` as described below.
28
29
30 21 UBUNTU 12.10/13.04/13.10 INSTALLATION UBUNTU 12.10/13.04/13.10 INSTALLATION
31 22 ------------------------- -------------------------
32 23 * install `hh` on Ubuntu: * install `hh` on Ubuntu:
 
... ... UBUNTU 12.10/13.04/13.10 INSTALLATION
37 28
38 29 `sudo apt-get install hh` `sudo apt-get install hh`
39 30
31 * Configure `hh` as described below.
32
33
34 SOURCE CODE INSTALLATION
35 ------------------------
36 * download distribution (project Releases section), expand the archive and install `hh`:
37
38 `./configure && make && make install`
39
40 * Configure `hh` as described below.
41
40 42
41 43 CONFIGURATION CONFIGURATION
42 44 ------------ ------------
File debian/changelog changed (mode: 100644) (index 2e0a5e4..b62653b)
1 hh (0.72-0ubuntu1) raring; urgency=low
1 hh (0.80-0ubuntu1) raring; urgency=low
2 2
3 * Case insensitive search with ctrl-i toggle.
3 * Highlighted selection row and metrics/history ordering.
4 4
5 5 -- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> Wed, 25 Dec 2013 17:21:31 +0100 -- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> Wed, 25 Dec 2013 17:21:31 +0100
File dist/env.sh changed (mode: 100755) (index b7c961a..d26bcf3)
1 1 #!/bin/bash #!/bin/bash
2 2
3 export HHVERSION="0.75"
3 export HHVERSION="0.82"
4 4 export HHFULLVERSION=${HHVERSION}-0ubuntu1 export HHFULLVERSION=${HHVERSION}-0ubuntu1
5 5 export HH=hh_${HHVERSION} export HH=hh_${HHVERSION}
6 6 export HHRELEASE=hh_${HHFULLVERSION} export HHRELEASE=hh_${HHFULLVERSION}
 
... ... export HHSRC=/home/dvorka/p/hstr/github/hstr
8 8 export NOW=`date +%Y-%m-%d--%H-%M-%S` export NOW=`date +%Y-%m-%d--%H-%M-%S`
9 9 export HHBUILD=hstr-${NOW} export HHBUILD=hstr-${NOW}
10 10
11 export UBUNTUVERSION=quantal
11 #export UBUNTUVERSION=quantal
12 12 #export UBUNTUVERSION=raring #export UBUNTUVERSION=raring
13 #export UBUNTUVERSION=saucy
13 export UBUNTUVERSION=saucy
14 14
15 export HHBZRMSG="Adding case insensitive search."
15 export HHBZRMSG="Highlighted selection row and metrics/history ordering."
16 16
17 17 # - edit config.am ... set new version # - edit config.am ... set new version
18 18 # - user email must be as in gpg i.e. (Dvorka) must present # - user email must be as in gpg i.e. (Dvorka) must present
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master