index
:
ask
main
A small command line program and C library for asking user input
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ask.c
Age
Commit message (
Expand
)
Author
2019-06-12
Linux doesn't have mergesort, so just use qsort by (length, alphabetic)
Bruce Hill
2019-06-12
Merge branch 'master' of bitbucket.org:spilt/ask
Bruce Hill
2019-06-12
Added shortest-first stable sort
Bruce Hill
2019-06-06
Freed some memory that wasn't being freed and disabled some safety
Bruce Hill
2019-06-06
Added --yes and --no options, and renamed --initial to --query for
Bruce Hill
2019-06-05
Fixed issue with clearing display area
Bruce Hill
2019-06-05
Added support for readline-style Ctrl-v/Ctrl-q for literal char insert,
Bruce Hill
2019-06-05
Supporting using `ask` in the middle of a line without erasing the line.
Bruce Hill
2019-06-05
Improved cycling with ctrl-p/ctrl-n and better rendering of highlighted
Bruce Hill
2019-06-04
Shorter var names
Bruce Hill
2019-06-04
Improved arg parsing and moved initial input to command line flag.
Bruce Hill
2019-06-04
Added password functionality, --help, and --version
Bruce Hill
2019-06-04
Consolidated code
Bruce Hill
2019-06-04
Initial commit
Bruce Hill