Added entries to the todo after a Reddit discussion
[iomenu.git] / TODO
blob90bf452e930754123983ede04b4ab9bdce345486
1 -       While the input fully match a candidate, make this candidate the
2         selected one.
4 -       Treat space as 'wildchars': every word is a query to run independently
5         and the matching words are those matching all the queries.
7 -       Use argv[token_*] for options like for ii irc client! \o/
9 -       Check return values for every function that may fail.
11 -       Improve the way to exit from the get_input loop.
13 -       Add support for a default input string (when I will need it or if
14         someone ask for it).
16 -       Longest common substring completion while pressing tab.
18 -       Prettier prompt while it is coloured.
20 -       Support arrows keys
22 -       Async line input, with fork(): I finally understood how it basically
23         works!
25 -       Option to output header title rather than the line itself, with
26         lines counted relatively from the beginning of the header.  This
27         way, it can acts as a swiper-all: grep through multiple files, and
28         display the file content, with the line number, and output the line
29         number then the file name.