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 341dd7b1bb44de283ec83547dfec798c2f16053c

Fixing manual page: adding hstr to hh
Author: Martin Dvorak
Author date (UTC): 2015-09-18 04:51
Committer name: Martin Dvorak
Committer date (UTC): 2015-09-18 04:51
Parent(s): 96de5b370e8bf02ddcf7fd97473d15f1f42374c6
Signing key:
Tree: 4715a2fe42f0f72a38e1798291984fb2f25422b1
File Lines added Lines deleted
man/hh.1 4 2
man/hstr.1 1 192
File man/hh.1 changed (mode: 100644) (index 5b6f51d..4a38885)
2 2 .SH NAME .SH NAME
3 3 \fBhh\fR \- easily view, navigate, sort and use your command history with shell history suggest box. \fBhh\fR \- easily view, navigate, sort and use your command history with shell history suggest box.
4 4 .SH SYNOPSIS .SH SYNOPSIS
5 .B hh [option] [arg1] [arg2]...
5 .B hh [option] [arg1] [arg2]...
6 .RS 0
7 .B hstr [option] [arg1] [arg2]...
6 8 .SH DESCRIPTION .SH DESCRIPTION
7 9 .B hh .B hh
8 10 uses shell history to provide suggest box like functionality uses shell history to provide suggest box like functionality
 
... ... Report bugs to https://github.com/dvorka/hstr/issues
189 191 .SH "SEE ALSO" .SH "SEE ALSO"
190 192 .BR history (1), .BR history (1),
191 193 .BR bash (1), .BR bash (1),
192 .BR zsh (1)
194 .BR zsh (1)
File man/hstr.1 added (mode: 120000) (index 0000000..363526e)
1 hh.1
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