Richard Lewis
Richard Lewis
Nice idea again @alexmigf :) The command abreviations will probably be implemented, I'll just need to create a user configurable alias map in the config. Right now there are 3...
Regarding the command abbreviations, I think #171 will help with making commands faster to run (and it will probably be implemented before the aliases.) However I will implement command aliases...
This sure could be mentioned more explicitly in the readme, but I'm not sure where and what the best wording would be.
Good question! This should be a no brainer generally speaking. I don't want to limit it only to Python though. It would be best if predefined word lists were added...
That is the plan, yes! I don't have much time right now but when I do this will be one of the things that I'll implement.
Hi! Thanks for testing it out on Windows! If there are no major issues I think we can make some changes as you suggested to support Windows at least on...
Thanks for the extensive research! I didn't have time to go through every single point yet, but this is relevant to this issue: https://github.com/richrd/suplemon/blob/rewrite-dev/suplemon/backends/curses/curses_input.py There'll be a few things that...
Actually sorting lines is comming in the next release. It will allow sorting alphabetically or by length, and reversing the sort order. Lower case (and upper case) are available now...
Thanks, and good point! Luckily I just added the command list. It'll be included in the readme and help feature of the next version (0.1.64) which is pretty much ready...
The `application_state.json` file could be a good place to store history. We should define what prompts would benefit from history. Then decide how the history implementation could be generalized, so...