Quite working, just need one little fix...
[iomenu.git] / TODO
blob58b48a673667b51bb2fb8fa1542bd58ef937a172
1 -       Treat space as 'wildchars': every word is a query to run independently
2         and the matching words are those matching all the queries.
4 -       Use argv[token_*] for options like for ii irc client! \o/
6 -       Check return values for every function that may fail.
8 -       Improve the way to exit from the get_input loop.
10 -       Add support for a default input string (when I will need it or if
11         someone ask for it).
13 -       Longest common substring completion while pressing tab.
15 -       Prettier prompt while it is coloured.
17 -       Support arrows keys
19 -       Async line input, with fork(): I finally understood how it basically
20         works!
22         -       Merge file, buffer and command list
24 -       Option to output header title rather than the line itself, with
25         lines counted relatively from the beginning of the header.  This
26         way, it can acts as a swiper-all: grep through multiple files, and
27         display the file content, with the line number, and output the line
28         number then the file name.