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 fbc8bb81eb11f556444f61f947dd0f4f0ad24544

modified home/end key comment
Author: Norman Köster
Author date (UTC): 2015-05-08 14:51
Committer name: Norman Köster
Committer date (UTC): 2015-05-08 14:51
Parent(s): aae195b845bc6ce4bb44fdada68524cb80b11685
Signing key:
Tree: e4573395bef596b46dd257a1dad9909b7aaf8816
File Lines added Lines deleted
src/hstr.c 2 2
File src/hstr.c changed (mode: 100644) (index 9c19d24..e57f6ff)
... ... void loop_to_select(Hstr *hstr)
864 864
865 865 switch (c) { switch (c) {
866 866 case KEY_HOME: case KEY_HOME:
867 // TODO implement in pattern cursor jump to beginning
867 // avoids printing of wild chars in search prompt
868 868 break; break;
869 869 case KEY_END: case KEY_END:
870 // TODO implement in pattern cursor jump to end
870 // avoids printing of wild chars in search prompt
871 871 break; break;
872 872 case KEY_DC: // DEL case KEY_DC: // DEL
873 873 if(selectionCursorPosition!=SELECTION_CURSOR_IN_PROMPT) { if(selectionCursorPosition!=SELECTION_CURSOR_IN_PROMPT) {
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