Martin Dvorak
faf0d935c4
Debian: polishing various config files + DEB build script (blank license, changelog format, change line format issues remains).
2015-09-10 10:13:58 +02:00
Martin Dvorak
271395d297
Adding change log and fixing copyright/license source code headers.
2015-09-02 21:24:13 +02:00
Martin Dvorak
c1eb5cf841
Fixing links from the readme to installation MD.
2015-08-30 22:34:51 +02:00
Martin Dvorak
d73363ed2b
Adding links to Gentoo installation instructions.
2015-08-30 22:31:32 +02:00
dvorka
09c9529c65
Merge pull request #168 from monsieurp/hstr-gentoo-instructions
...
Add instructions to install hstr on Gentoo.
2015-08-30 22:25:51 +02:00
Patrice Clement
d593e01502
Add instructions to install hstr on Gentoo.
2015-08-28 16:36:12 +02:00
Justin Lecher
5f23f13632
Try to detect ncurses using pkg-config
...
In case tinfo code is split out from libncurses into libtinfo it
is more reliable to use pkg-config to detect all libs need for proper linking
Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-28 15:07:05 +02:00
Martin Dvorak
c80c0fbb7c
Fixing #156 by using empty line only when editing command (on execution and fc not used).
2015-06-06 06:16:17 +02:00
Martin Dvorak
79781c138b
Attempting to fix #97 by moving TIOCSTI define for Cygwin - fix verfication needed.
2015-06-06 06:04:09 +02:00
Martin Dvorak
6c6969a410
Fixed #158 by adding PAD file.
2015-06-06 05:57:37 +02:00
Martin Dvorak
0a326250c6
Adding blacklists to documentation.
2015-05-28 07:08:15 +02:00
Martin Dvorak
0ad945d245
Polishing documentation shorcuts rendering.
2015-05-28 07:03:14 +02:00
Martin Dvorak
03641fe037
Polishing documentation shorcuts rendering.
2015-05-28 06:57:50 +02:00
Martin Dvorak
863ed12761
Fixing GitHub release script version.
2015-05-27 23:16:00 +02:00
Martin Dvorak
9b6156a29d
Removing blacklist old dead code + fixing build for next version and blacklist.
2015-05-27 23:13:27 +02:00
Martin Dvorak
879c68541f
Fixing compilation warnings (utils include was missing).
2015-05-27 23:09:06 +02:00
Martin Dvorak
a57d34d995
Merge branch 'master' of https://github.com/dvorka/hstr after BLACKLIST branch rebase.
...
Conflicts:
src/hstr.c
2015-05-27 23:05:26 +02:00
Martin Dvorak
312d1e3ae6
Adding Ubuntu 15.04 to build scripts as vivid.
2015-05-27 23:03:22 +02:00
Yu-Jie Lin
f919c0131e
Fixed #144 , Strange cursor positions after deletions
...
It was introduced in b769fabef9
, this patch should fix the cursor position in view:ranking and view:history.
2015-05-27 23:03:22 +02:00
fastgar
87b3e780dd
removed git dependency
...
wasn't thinking correct, cause the src .tgz is pulled through https and not git
2015-05-27 23:03:22 +02:00
fastgar
e513faf5e7
Update PKGBUILD to latest version
...
Updatet version, md5sum.
Add sed commands in build to incorporate ncurses structure under arch.
2015-05-27 23:03:22 +02:00
Martin Dvorak
c25b180d06
Travis CI is not worth it...
2015-05-27 23:03:22 +02:00
Martin Dvorak
e138311e01
Removing config.ac prereq on version.
2015-05-27 23:03:22 +02:00
Martin Dvorak
58f2ee9dda
Reming Travis CI status link - it wont be that simple ;)
2015-05-27 23:03:22 +02:00
Martin Dvorak
fdb72e7084
Improving Travis conf to prepare autoconf assets.
2015-05-27 23:03:22 +02:00
Martin Dvorak
d720ef8fda
Fixing Travis config.
2015-05-27 23:03:22 +02:00
Martin Dvorak
8e5ee337f3
Adding Travis build status icon.
2015-05-27 23:03:22 +02:00
Martin Dvorak
92e4333b56
Polishing readme to test Travis.
2015-05-27 23:03:22 +02:00
Martin Dvorak
9b2525b158
Fixed #139 by adding an CLI option to get Zsh configuration listing.
2015-05-27 23:03:22 +02:00
Martin Dvorak
f3f009a6f7
Adding Travis CI configuration.
2015-05-27 23:01:07 +02:00
Martin Dvorak
406dc0e095
Fixed #141 by removal of the double help listing.
2015-05-27 23:01:07 +02:00
Martin Dvorak
b8595f8bb8
Syncing 1.17 release changes (1.17 final commit).
2015-05-27 23:01:07 +02:00
Martin Dvorak
6b46f6004b
Fixed #145 and fixed #146 by changing color scheme to work for both black/white background terminals + removed inverse highlighting for monochromatic color scheme to make it readable again.
2015-05-27 23:01:07 +02:00
Martin Dvorak
73ca6c2877
Minor index polishing.
2015-05-27 23:01:07 +02:00
Martin Dvorak
2719eec288
Adding Fedora & comp. to index.
2015-05-27 23:01:07 +02:00
Martin Dvorak
a51adca2f5
Polishing installation MD for Fedora & comp.
2015-05-27 23:01:06 +02:00
Norman Köster
d4404ee71f
modified home/end key comment
2015-05-27 23:01:06 +02:00
Norman Köster
e7d0d143c8
added suport for further special keys
...
* pageUp and pageDown will now jump 10 entries up/down
* added case for home and end keys to avoid printing of wild chars in search prompt
2015-05-27 23:01:06 +02:00
Tomas Babej
1c83b8e270
docs: Add installation instructions for Fedora based systems
2015-05-27 23:01:06 +02:00
Sawan Vithlani
8aee645470
Update INSTALLATION.md
2015-05-27 23:01:06 +02:00
Martin Dvorak
b7465439a3
The first blacklist implementation + CLI help + man.
2015-05-27 23:00:21 +02:00
Martin Dvorak
799ad63c80
Adding Ubuntu 15.04 to build scripts as vivid.
2015-05-26 06:26:14 +02:00
dvorka
f9e5efda38
Merge pull request #155 from livibetter/fix-deleting-cursor-position
...
Fixed #144 - "Strange cursor positions after deletions".
2015-05-26 06:17:12 +02:00
Yu-Jie Lin
7cf69bc00e
Fixed #144 , Strange cursor positions after deletions
...
It was introduced in b769fabef9
, this patch should fix the cursor position in view:ranking and view:history.
2015-05-26 01:24:08 +08:00
dvorka
7602bb73a2
Merge pull request #153 from fastgar/patch-1
...
PKGBUILD fix - hash and more...
2015-05-21 12:01:40 +02:00
fastgar
fbb0af4a21
removed git dependency
...
wasn't thinking correct, cause the src .tgz is pulled through https and not git
2015-05-21 11:53:34 +02:00
fastgar
7bd962b447
Update PKGBUILD to latest version
...
Updatet version, md5sum.
Add sed commands in build to incorporate ncurses structure under arch.
2015-05-21 11:51:51 +02:00
Martin Dvorak
042501dae8
Travis CI is not worth it...
2015-05-11 19:20:14 +02:00
Martin Dvorak
cc9e3a9697
Removing config.ac prereq on version.
2015-05-11 16:07:07 +02:00
Martin Dvorak
43f8ced87c
Reming Travis CI status link - it wont be that simple ;)
2015-05-11 16:05:08 +02:00