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
Age
Commit message (
Expand
)
Author
2024-09-15
Fix ~/.local/share
HEAD
main
Bruce Hill
2024-04-12
Bugfix for -q and -p flags
Bruce Hill
2024-04-12
Tweak y/n prompts
Bruce Hill
2019-11-01
Added a --read0 option and fixed up the documentation.
Bruce Hill
2019-09-22
Added better support for home/end
Bruce Hill
2019-09-22
Ctrl-D exits when line is empty.
Bruce Hill
2019-09-22
Version bump
Bruce Hill
2019-09-22
Added history through the --history=<name> flag.
Bruce Hill
2019-09-22
Removed redundant 'y' and 'n' options from -y/-n mode so quickpick works
Bruce Hill
2019-09-22
Added support for space as a sort of wildcard so "foo bar" matches
Bruce Hill
2019-09-22
Fixed -q -> -Q for quickpick flag
Bruce Hill
2019-06-13
Fixed manpage title
Bruce Hill
2019-06-12
Cleaned up a bit, fixed an issue with the boldness/dimness state being wrong ...
Bruce Hill
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
Updated readme
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
Added manpage
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