Commit Graph

26 Commits

Author SHA1 Message Date
6b8ceccdab Fix ~/.local/share 2024-09-15 18:18:42 -04:00
60cc8f5b3d Bugfix for -q and -p flags 2024-04-12 14:18:03 -04:00
37a0ca997d Tweak y/n prompts 2024-04-12 13:57:03 -04:00
fedc1751fe Added a --read0 option and fixed up the documentation. 2019-11-01 14:43:06 +01:00
00653d0b11 Added better support for home/end 2019-09-22 23:56:03 -07:00
8e5b1497fa Ctrl-D exits when line is empty. 2019-09-22 16:07:28 -07:00
5d3344815d Version bump 2019-09-22 15:41:29 -07:00
f78960c382 Added history through the --history=<name> flag. 2019-09-22 15:40:26 -07:00
0ec5a7475c Removed redundant 'y' and 'n' options from -y/-n mode so quickpick works
properly and output is standardized
2019-09-22 13:52:09 -07:00
6c075036d7 Added support for space as a sort of wildcard so "foo bar" matches
"FooBar" and "foo.bar"
2019-09-22 13:50:39 -07:00
e1aaf05b98 Fixed -q -> -Q for quickpick flag 2019-09-22 13:50:12 -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
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
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