Hi, I finally implemented the Keyword tab completion as described in the issue https://github.com/Chronoes/auto-xdcc/issues/28 .
It can handle everything, but the final things, it per example can't autocomplete the shows, but some bots, since it uses the internal argument handler, it virtually invokes commands, and then parses the output to generate suggestions, you can use tab to get them, shift tab to cycle through them when you have "something argument1" or get the first one when you have "something".
It is tested for most of the commands but some edge cases might not be covered in the right way.
So please test it and give me feedback, also for the formatting of the final output, hexchat formats suggestions in UPPERCASE, therefore I also did, but that easily changeable :)
Hi, I finally implemented the Keyword tab completion as described in the issue https://github.com/Chronoes/auto-xdcc/issues/28 . It can handle everything, but the final things, it per example can't autocomplete the shows, but some bots, since it uses the internal argument handler, it virtually invokes commands, and then parses the output to generate suggestions, you can use tab to get them, shift tab to cycle through them when you have "something argument1" or get the first one when you have "something". It is tested for most of the commands but some edge cases might not be covered in the right way.
So please test it and give me feedback, also for the formatting of the final output, hexchat formats suggestions in UPPERCASE, therefore I also did, but that easily changeable :)