Commit graph

74 commits

Author SHA1 Message Date
Martin Dvorak 4c7db9f2bb Fixing man typo which resolves #398 2021-12-14 07:16:59 +01:00
Martin Dvorak 41a2989e7f Terminal prompt inject to insert; build fixes. 2021-12-03 18:45:59 +01:00
Martin Dvorak ee4514fbc2 Improving command injection documentation. 2021-12-03 07:50:12 +01:00
Martin Dvorak 64b96d478a Adding ability to inject command to terminal. 2021-12-02 22:52:13 +01:00
Martin Dvorak 524706c7e0 Finishing bash/Bash convetions. 2019-12-16 22:40:43 +01:00
Martin Dvorak eb9c12ab43 Fixing zsh man configuration. 2019-12-16 22:25:37 +01:00
Martin Dvorak 9427678182 Fixing man typo. 2019-12-16 21:15:10 +01:00
Fabian Sandoval Saldias c385a57c87 Allow repositioning and hiding of help labels. 2019-12-16 19:49:49 +01:00
Martin Dvorak fc81bbd4c6 Getting ready for 2.1 release & zsh/Zsh bash/Bash 2019-12-08 21:14:23 +01:00
Martin Dvorak c367541799 Ensuring hstr won't be shown in history, fixed correct history file in zsh which resolves #317 2019-12-08 20:48:05 +01:00
Martin Dvorak ba8efffd07 Improving zsh related documentation + fixing zsh bindkey as suggested by @hoto in #248 2019-12-07 22:44:28 +01:00
Martin Dvorak ca0ddabb23 Polishing man page. 2018-09-07 08:18:56 +02:00
Martin Dvorak 442da6ec86 hh2hstr fixing documentation and manual page #309 2018-08-26 07:17:39 +02:00
Martin Dvorak 9c18305e48 Cfg: finishing configuration keywords polishing #309 2018-08-26 07:17:39 +02:00
Martin Dvorak 3acd30149a Cfg: fixing matching configuration names #309 2018-08-26 07:17:39 +02:00
Martin Dvorak 459c121b72 Cfg: favorites > favorites-view, favs > favorites #309 2018-08-26 07:17:39 +02:00
Martin Dvorak 2107bf7c8c Cfg: static-favs > static-favorites #309 2018-08-26 07:17:39 +02:00
Martin Dvorak 2af7bdf6e9 hh2hstr HSTR configuration code fixed #309 2018-08-26 07:17:39 +02:00
Martin Dvorak 59a6c5e7a8 hh2hstr automake and man 2018-08-22 08:21:13 +02:00
Martin Dvorak f831ca53c9 Introducing option allowing to skip comments (lines) in .hh_favorites which resolves #302 2018-08-21 07:56:24 +02:00
Martin Dvorak bdd04922c6 Adding Bash autocompletion script + autotools #255 2018-08-20 10:40:35 +02:00
Martin Dvorak c51dc863cc Adding configuration option that disables favorites reordering on choice which resolves #276. 2018-08-13 17:05:18 +02:00
Martin Dvorak 26897b8534 Fixing doc keyboard shortcuts description which resolves #288. 2018-08-13 17:03:33 +02:00
Martin Dvorak 01270e0005 Blacklist polishing. 2018-08-13 17:00:22 +02:00
Martin Dvorak adea111aca Making keywords match the default. 2018-04-27 16:25:48 +02:00
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