Commit Graph

10 Commits

Author SHA1 Message Date
38ef3c8d9e Added support for readline-style Ctrl-v/Ctrl-q for literal char insert,
Ctrl-t transpose, and fixed weird chars to render as escape sequences.
Also changed redrawing code to not use saved cursor position and use
left movement instead.
2019-06-05 19:33:57 -07:00
03dd8d56f3 Supporting using ask in the middle of a line without erasing the line. 2019-06-05 18:10:40 -07:00
982d4100ab Updated readme 2019-06-05 18:10:34 -07:00
2732a1e5eb Improved cycling with ctrl-p/ctrl-n and better rendering of highlighted
partial matches (with grouping to greedily maximize longest highlighted
substrings)
2019-06-05 16:24:08 -07:00
66c4861b11 Shorter var names 2019-06-04 21:24:26 -07:00
64aaffb068 Added manpage 2019-06-04 20:26:53 -07:00
904af4e28d Improved arg parsing and moved initial input to command line flag. 2019-06-04 20:26:31 -07:00
b4bf925545 Added password functionality, --help, and --version 2019-06-04 19:51:56 -07:00
9a151a0fb2 Consolidated code 2019-06-04 19:38:24 -07:00
3f4bcca969 Initial commit 2019-06-04 19:27:54 -07:00