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 fa9b42ded386cd3e288df2c3ec2639524b1d6768

Removing version from src.
Author: Martin Dvorak
Author date (UTC): 2013-12-15 11:32
Committer name: Martin Dvorak
Committer date (UTC): 2013-12-15 11:32
Parent(s): ed9ab79887d5e29efbf29f31ac4c707d9590a644
Signing key:
Tree: 9ff45c73145e91ae957cbe5998a2c767963afb3a
File Lines added Lines deleted
README.md 2 2
src/hstr.c 0 2
File README.md changed (mode: 100644) (index 3948310..52722fc)
1 1 hstr hstr
2 2 ==== ====
3 3
4 BASH History Suggest Box.
4 BASH History Suggest Box
5 5
6 6 DESCRIPTION DESCRIPTION
7 7 ----------- -----------
8 8 A command line utility that brings improved BASH command completion A command line utility that brings improved BASH command completion
9 from the history. It aims to make completion easier to use and faster
9 from the history. It aims to make completion easier and faster
10 10 than Ctrl-R. than Ctrl-R.
11 11
12 12
File src/hstr.c changed (mode: 100644) (index 15ac6f1..ebb657b)
20 20 #include "include/hstr_utils.h" #include "include/hstr_utils.h"
21 21 #include "include/hstr_history.h" #include "include/hstr_history.h"
22 22
23 #define HSTR_VERSION "0.3"
24
25 23 #define LABEL_HISTORY " HISTORY " #define LABEL_HISTORY " HISTORY "
26 24 #define LABEL_HELP "Type to filter history, use UP and DOWN arrows to navigate, ENTER to select" #define LABEL_HELP "Type to filter history, use UP and DOWN arrows to navigate, ENTER to select"
27 25 #define SELECTION_CURSOR_IN_PROMPT -1 #define SELECTION_CURSOR_IN_PROMPT -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