Commit Graph

18 Commits

Author SHA1 Message Date
8e7df12fdc Fixed manpage title 2019-06-13 15:30:01 -07:00
edfe8a19be Cleaned up a bit, fixed an issue with the boldness/dimness state being wrong sometimes 2019-06-12 22:24:59 -07:00
b9440f4b8a Linux doesn't have mergesort, so just use qsort by (length, alphabetic) 2019-06-12 17:18:39 -07:00
2b7b4cd8d7 Merge branch 'master' of bitbucket.org:spilt/ask 2019-06-12 14:52:05 -07:00
e37f199b87 Added shortest-first stable sort 2019-06-12 14:51:45 -07:00
274ee7b8b1 Freed some memory that wasn't being freed and disabled some safety
checks
2019-06-06 23:47:35 -07:00
88ed75a56b Added --yes and --no options, and renamed --initial to --query for
compatibility with fzf and fzy
2019-06-06 17:46:59 -07:00
5f84d69881 Fixed issue with clearing display area 2019-06-05 19:38:26 -07:00
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