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 25129fffbe71a165b21354fab8e5e206bc1be781

FreeBSD port patches.
Author: Yuri
Author date (UTC): 2017-11-24 20:03
Committer name: Yuri
Committer date (UTC): 2017-11-24 20:03
Parent(s): 203cca6701c2c9d29fc04f20737530c0b6754add
Signing key:
Tree: 0a7e47e228562056e4aec89c5d344fe7c2c9266a
File Lines added Lines deleted
src/hstr.c 2 0
src/include/hstr_curses.h 2 0
File src/hstr.c changed (mode: 100644) (index 7e187d2..2dc6a67)
22 22 #include <locale.h> #include <locale.h>
23 23 #ifdef __APPLE__ #ifdef __APPLE__
24 24 #include <curses.h> #include <curses.h>
25 #elif defined(__FreeBSD__)
26 #include <ncurses.h>
25 27 #else #else
26 28 #include <ncursesw/curses.h> #include <ncursesw/curses.h>
27 29 #endif #endif
File src/include/hstr_curses.h changed (mode: 100644) (index cf208d0..ad6fade)
21 21
22 22 #ifdef __APPLE__ #ifdef __APPLE__
23 23 #include <curses.h> #include <curses.h>
24 #elif defined(__FreeBSD__)
25 #include <ncurses.h>
24 26 #else #else
25 27 #include <ncursesw/curses.h> #include <ncursesw/curses.h>
26 28 #endif #endif
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