Martin Dvorak
|
ee756e817a
|
Adding Travis CI configuration.
|
2015-05-11 13:38:36 +02:00 |
|
Martin Dvorak
|
b7f3be774a
|
Fixed #141 by removal of the double help listing.
|
2015-05-10 08:21:58 +02:00 |
|
Martin Dvorak
|
a722292549
|
Syncing 1.17 release changes (1.17 final commit).
|
2015-05-09 23:11:27 +02:00 |
|
Martin Dvorak
|
d1cdbad2cb
|
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-09 21:28:53 +02:00 |
|
dvorka
|
07ec0dc658
|
Merge pull request #150 from nkoester/nkoester-fork/pgUpDownHomeEnd
support for page up/down
|
2015-05-09 14:51:48 +02:00 |
|
dvorka
|
cfa28a574d
|
Merge pull request #142 from sawan/patch-1
Updating INSTALLATION.md with more details on MacOS installation.
|
2015-05-09 14:48:27 +02:00 |
|
Martin Dvorak
|
5f3ff021c3
|
Minor index polishing.
|
2015-05-09 14:44:36 +02:00 |
|
Martin Dvorak
|
0b09277123
|
Adding Fedora & comp. to index.
|
2015-05-09 14:40:22 +02:00 |
|
Martin Dvorak
|
e6f6ae4794
|
Polishing installation MD for Fedora & comp.
|
2015-05-09 14:37:48 +02:00 |
|
dvorka
|
95133302b9
|
Merge pull request #143 from tbabej/master
Documentation: adding installation instructions for Fedora based systems.
|
2015-05-09 14:32:35 +02:00 |
|
Norman Köster
|
fbc8bb81eb
|
modified home/end key comment
|
2015-05-08 16:51:29 +02:00 |
|
Norman Köster
|
aae195b845
|
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-08 16:45:08 +02:00 |
|
Martin Dvorak
|
f82800ae5d
|
Minor favorites refactoring and blacklist skeleton.
|
2015-04-28 08:56:59 +02:00 |
|
Tomas Babej
|
d446b5511f
|
docs: Add installation instructions for Fedora based systems
|
2015-04-26 09:28:25 +02:00 |
|
Sawan Vithlani
|
5726b52013
|
Update INSTALLATION.md
|
2015-04-12 11:30:40 +10:00 |
|
Martin Dvorak
|
8dc27fac20
|
Polishing configuration MD and adding i18n test case.
|
2015-02-28 18:00:20 +01:00 |
|
Martin Dvorak
|
e3938d53c7
|
Fixing #107 by making big keys handling in radix sort an option.
|
2015-02-28 08:45:46 +01:00 |
|
Martin Dvorak
|
207bb1f634
|
Fixing #123 - multiple delete works again after cloning line to be deleted (it deleted itself and 2nd+ attempts failed as there was just garbage).
|
2015-02-28 07:32:13 +01:00 |
|
Martin Dvorak
|
6e667287c6
|
Improving release scripts.
|
2015-02-27 09:03:17 +01:00 |
|
Martin Dvorak
|
4ed4568691
|
Fixed #103 by adding Homebrew to documentation and removing multiple configure.ac (w/o platform detection) relicts.
|
2015-02-27 08:48:38 +01:00 |
|
Martin Dvorak
|
2122e12967
|
Finally solving platform specific ncurses check in autoconf - cause: broken SYMLINKs to config.sub/guess > one configure.ac works anywhere now.
|
2015-02-27 08:41:44 +01:00 |
|
Martin Dvorak
|
9decd1ad01
|
Making Mac related build process changes: unfortunately single configure.ac cannot be used as macro detecting the platform doesn't work when releasing hstr via launchpad.
|
2015-02-26 23:38:44 +01:00 |
|
Martin Dvorak
|
10fca39f4a
|
Rewriting configure config to new notation + making source compilable w/o warnings.
|
2015-02-24 21:47:25 +01:00 |
|
Martin Dvorak
|
ba5a9c822f
|
Improving Mac installation instructions.
|
2015-02-24 21:20:50 +01:00 |
|
dvorka
|
8a892d0bb9
|
Merge pull request #133 from ryanfb/mac
Use Mac-specific checks for ncurses
|
2015-02-24 21:19:43 +01:00 |
|
Ryan Baumann
|
2571e993fc
|
Use Mac-specific checks for ncurses
|
2015-02-24 10:02:25 -05:00 |
|
Martin Dvorak
|
44d63a8e80
|
Fixed #106 by documenting Ctrl-7 to rotate views.
|
2015-02-24 07:57:30 +01:00 |
|
Martin Dvorak
|
595e18970a
|
Fixing #131 by filtering history timestamps out of the raw history & condensing raw history & setting the right length.
|
2015-02-24 07:23:39 +01:00 |
|
Martin Dvorak
|
1271343427
|
Adding Bash history test files.
|
2015-02-23 21:56:48 +01:00 |
|
dvorka
|
f87296efef
|
Merge pull request #132 from ryanfb/getenv_shell
Make get_process_name_by_pid more robust and cross-platform (see: #127)
|
2015-02-23 21:54:03 +01:00 |
|
Martin Dvorak
|
b769fabef9
|
Bug #129 is no longer reproducible + fixing #115 by improved highlighting after deletion.
|
2015-02-23 20:52:12 +01:00 |
|
Ryan Baumann
|
0198050483
|
Use strlen instead of sizeof
|
2015-02-23 12:51:43 -05:00 |
|
Martin Dvorak
|
934c5b14d5
|
More #129 related fixes - in certain situations garbage still present :-/
|
2015-02-23 09:48:13 +01:00 |
|
Ryan Baumann
|
d0d346a094
|
Make get_process_name_by_pid more robust and cross-platform by falling back to $SHELL environment variable
|
2015-02-22 16:25:30 -05:00 |
|
Martin Dvorak
|
e50573964d
|
Fixed #129 - deletion of history entries - entries are deleted both from system and hh's raw history (in the right order).
|
2015-02-22 22:03:51 +01:00 |
|
Martin Dvorak
|
32683a3876
|
Polishing readme.
|
2015-02-18 06:38:27 +01:00 |
|
Martin Dvorak
|
3e1edfc9d9
|
Fixing buffer size estimate comment.
|
2015-02-13 10:56:45 +01:00 |
|
Martin Dvorak
|
7db8f8271b
|
Increasing PPID via /proc reading buffer to avoid buffer overflow.
|
2015-02-13 10:55:42 +01:00 |
|
Martin Dvorak
|
36f0c3de69
|
Fixed #116 by adding animated gif.
|
2015-02-13 10:29:53 +01:00 |
|
Martin Dvorak
|
32464f9370
|
Fixed #121 by adding examples to man page.
|
2015-02-13 09:51:12 +01:00 |
|
Martin Dvorak
|
63025c7aa1
|
Minor documentation polishing.
|
2015-02-13 09:22:30 +01:00 |
|
Martin Dvorak
|
f909935109
|
Adding Vi Bash keymap hh binding to the documentation.
|
2015-02-13 09:19:36 +01:00 |
|
Martin Dvorak
|
906c9b5f7a
|
Making histtimeformat regexp concise.
|
2015-02-13 08:36:48 +01:00 |
|
Martin Dvorak
|
78f7cb2c45
|
Fixing errors and warnings and making the codebase compilable again.
|
2015-02-13 08:31:09 +01:00 |
|
Martin Dvorak
|
c69ee85593
|
Fixed #120 by the reliable Linux detection of Zsh.
|
2015-02-13 00:36:18 +01:00 |
|
Martin Dvorak
|
dc5df0dec0
|
Polishing MD.
|
2015-02-12 22:14:40 +01:00 |
|
Martin Dvorak
|
92cfb0fd1e
|
Fixed #124 by filtering HISTTIMEFORMAT emitted timestamps from history file.
|
2015-02-12 22:08:58 +01:00 |
|
Martin Dvorak
|
dd45d78b61
|
Fixing Arch Linux documentation links.
|
2015-02-06 07:18:52 +01:00 |
|
Martin Dvorak
|
b71b700d12
|
... adding fc (fix command)
|
2015-01-26 09:03:28 +01:00 |
|
Martin Dvorak
|
4b94055938
|
Fixed #46 by adding fix command (fc) bound to left arrow allowing to edit command.
|
2015-01-26 09:01:24 +01:00 |
|