aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-15Fix ~/.local/shareHEADmainBruce Hill
2024-04-12Bugfix for -q and -p flagsBruce Hill
2024-04-12Tweak y/n promptsBruce Hill
2019-11-01Added a --read0 option and fixed up the documentation.Bruce Hill
2019-09-22Added better support for home/endBruce Hill
2019-09-22Ctrl-D exits when line is empty.Bruce Hill
2019-09-22Version bumpBruce Hill
2019-09-22Added history through the --history=<name> flag.Bruce Hill
2019-09-22Removed redundant 'y' and 'n' options from -y/-n mode so quickpick worksBruce Hill
2019-09-22Added support for space as a sort of wildcard so "foo bar" matchesBruce Hill
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
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
2019-06-06Added --yes and --no options, and renamed --initial to --query forBruce Hill
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
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
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