xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
<root> / tests / resources / .bash_history_BUG_176 (a0d90e03d241a7dc321e9817160901c0116036db) (719B) (mode 100644) [raw]
#1448570565
history -a
#1448570586
ll
#1448570601
less a
#1448570608
cemacs .bash_history
#1448570612
history -a
#1448570608
cemacs .bash_history
#1448570612
history -a
#1448570633
cemacs .bash_history
#1448570663
cemacs .bash_history
#1448571017
history -a
#1448571021
cemacs .bash_history
#1448571038
cemacs .bash_history
#1448571041
history -a
#1448571043
cemacs .bash_history
#1448571340
cd p/hstr/github/hstr/
#1448571341
ll
#1448571343
cd tests/
#1448571344
ll
#1448571358
cp test_bug124.sh test_bug176.sh
#1448571364
cd
#1448571371
pop
#1448570363
cd
#1448570370
less .bash_history
#1448570512
man tail
#1448570529
tail -n 100 .bash_history 
#1448570545
tail -n 50 .bash_history > .bash_history
#1448570547
bash
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