aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-22Added support for space as a sort of wildcard so "foo bar" matchesBruce Hill
"FooBar" and "foo.bar"
2019-09-22Fixed -q -> -Q for quickpick flagBruce Hill
2019-06-13Fixed manpage titleBruce Hill
2019-06-12Cleaned up a bit, fixed an issue with the boldness/dimness state being wrong ↵Bruce Hill
sometimes
2019-06-12Linux doesn't have mergesort, so just use qsort by (length, alphabetic)Bruce Hill
2019-06-12Merge branch 'master' of bitbucket.org:spilt/askBruce Hill
2019-06-12Added shortest-first stable sortBruce Hill
2019-06-06Freed some memory that wasn't being freed and disabled some safetyBruce Hill
checks
2019-06-06Added --yes and --no options, and renamed --initial to --query forBruce Hill
compatibility with fzf and fzy
2019-06-05Fixed issue with clearing display areaBruce Hill
2019-06-05Added support for readline-style Ctrl-v/Ctrl-q for literal char insert,Bruce Hill
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-05Supporting using `ask` in the middle of a line without erasing the line.Bruce Hill
2019-06-05Updated readmeBruce Hill
2019-06-05Improved cycling with ctrl-p/ctrl-n and better rendering of highlightedBruce Hill
partial matches (with grouping to greedily maximize longest highlighted substrings)
2019-06-04Shorter var namesBruce Hill
2019-06-04Added manpageBruce Hill
2019-06-04Improved arg parsing and moved initial input to command line flag.Bruce Hill
2019-06-04Added password functionality, --help, and --versionBruce Hill
2019-06-04Consolidated codeBruce Hill
2019-06-04Initial commitBruce Hill