Commit graph

49 commits

Author SHA1 Message Date
Martin Dvorak 5cd7e1548b Adding verbose option for kill last command #251. 2018-02-21 08:40:14 +01:00
Martin Dvorak 069ad24822 Added CLI parameter to delete the last command from the history and thus fixed #251. 2018-02-18 11:15:14 +01:00
Martin Dvorak 85909ec588 Fixing bug #238 - delete confirmation can be disabled by env variable e.g. export HH_CONFIG=noconfirm 2018-01-03 12:41:58 +01:00
Martin Dvorak 4d8b7bac91 Polishing option name for keeping the page on exit. 2017-06-11 14:44:09 +02:00
Martin Dvorak 4613e4ef62 Changing default behavior to clear page on exit + adding option allowing to change it. 2017-06-11 14:32:50 +02:00
CeleritasCelery 5e15737344 updated man pages 2017-05-13 08:43:53 -06:00
nicknish c4b0345df3 Manual typo fix 2017-04-28 19:40:50 -07:00
dvorka 0edef61802 Fixed #192 by adding parameter/arguments separator. 2016-09-27 08:45:36 +02:00
Martin Dvorak 767c59164f Adding prompt-bottom option allowing to have prompt at the bottom of the page. 2016-03-24 23:31:31 +01:00
Martin Dvorak 51734abc4f Polishing duplicates elimination in raw view. 2015-12-29 23:21:40 +01:00
Martin Dvorak 341dd7b1bb Fixing manual page: adding hstr to hh 2015-09-18 06:51:17 +02:00
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 b7465439a3 The first blacklist implementation + CLI help + man. 2015-05-27 23:00:21 +02: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 44d63a8e80 Fixed #106 by documenting Ctrl-7 to rotate views. 2015-02-24 07:57:30 +01:00
Martin Dvorak 32464f9370 Fixed #121 by adding examples to man page. 2015-02-13 09:51:12 +01:00
Martin Dvorak f909935109 Adding Vi Bash keymap hh binding to the documentation. 2015-02-13 09:19:36 +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
Martin Dvorak 0d5e048496 Improving zsh related documentation. 2015-01-13 22:59:12 +01:00
Martin Dvorak 3b17f01bd1 Fixed #88 by completing MDs and man page with non-documented configuration options. 2015-01-07 23:23:49 +01:00
Martin Dvorak 791c652316 Fixed #114 by introducing HH_PROMPT variable allowing to customize hh prompt - thank you @livibetter. 2015-01-07 22:15:21 +01:00
Martin Dvorak 8aac04e0ef Adding Vim navigation to man. 2015-01-04 21:54:59 +01:00
Martin Dvorak b8c1bbc50e Improving man page. 2014-05-21 06:14:09 +02:00
Martin Dvorak 8a10275394 Fixed #79 by switching to getopt for cmdline processing. Fixed #52 and fixed #44 by implementation of non-interactive mode. Fixed #42 by checking that substitution works prior passing params to hh. 2014-05-03 08:12:12 +02:00
Martin Dvorak c866cc140b Substring search made default + MD.. 2014-04-27 14:53:54 +02:00
Martin Dvorak 55d07115bc Improving man page with favorites related information. 2014-04-27 07:51:39 +02:00
Martin Dvorak fbdfafb466 Adding regexp to configuration. 2014-04-27 07:42:17 +02:00
Martin Dvorak f995ecdc1d Merging favorites branch - command favorites are comming ;) 2014-04-13 09:56:32 +02:00
Martin Dvorak a237568a10 Man 2014-04-13 09:37:40 +02:00
Martin Dvorak 46cf93e972 Fixed #67 by adding --version information. 2014-04-04 22:31:29 +01:00
Martin Dvorak 5b35bbf2c0 Favorites work E2E (more testing needed) + added env variable driven warnings and debugs 2014-04-03 09:36:57 +01:00
Martin Dvorak 25988d02ea Adding non-interactive shell detection. 2014-01-31 21:35:16 +01:00
Martin Dvorak 98ede074db Improving man page and MD (env var options). 2014-01-31 19:46:18 +01:00
Martin Dvorak 37cec64418 Fixed #50 by env var based configuration of sorting and case sensitivity + improved highlighted line (E2E on screen) 2014-01-28 08:47:24 +01:00
Martin Dvorak 0a667f8ab7 Adding high color mode (configured using env var). 2014-01-27 21:12:17 +01:00
Martin Dvorak 7325a93a9f Improved configuration and man - fixed #45. 2014-01-25 14:36:01 +01:00
Martin Dvorak 9b1de77d8c Fixed #38 by a generic function to print pattern AND fixed #39 by using dynamic blacklist lng. 2014-01-25 08:52:49 +01:00
Martin Dvorak 762fd77c4d Simplification of the command propagation to the prompt. 2014-01-20 23:48:51 +01:00
Martin Dvorak 3450d22e7f Man. 2014-01-20 08:04:28 +01:00
Martin Dvorak a6d96409f8 More Ctrl-r consistency: Ctrl-r to navigate history, DEL to delete history entry 2014-01-19 08:57:45 +01:00
Martin Dvorak 3422670cb4 Fixed #37 - C-u changed to clear the pattern line. 2014-01-18 22:08:46 +01:00
Martin Dvorak e969b56700 Moved ot curses based keyboard handling and fixed #36. 2014-01-18 21:45:37 +01:00
Martin Dvorak 9c048a55d5 Man. 2014-01-17 04:54:54 +01:00
Martin Dvorak 632f5c6b92 MD and man 2014-01-17 04:46:12 +01:00
Martin Dvorak af86b0dd29 Released Quantal and thus fixed #27. 2014-01-07 07:19:10 +01:00
Martin Dvorak 4206b1882f Initial commit. 2014-01-07 07:17:28 +01:00
Martin Dvorak 7097c23b39 Fixed #25 by adding raw history and ctrl-h switch. 2014-01-05 16:49:08 +01:00
Martin Dvorak 53643e2b6f Fixed #24 by making the search case insensitive with possibility to switch sensitivity using Ctrl-i. 2014-01-04 08:39:03 +01:00
Martin Dvorak 9ad1b946c1 Adding autoconf/automate configuration files. 2013-12-25 15:25:36 +01:00