ishell
ishell copied to clipboard
Library for creating interactive cli applications.
Is this possible to do with the current API?
Using a three byte character: # ∞ (U+221E) (Alt + 236) I can paste or enter with no problem: ~~~ PS D:\Desktop\ishell-master\example> .\example.exe Sample Interactive Shell >>> ∞ Error: Unknown...
I noticed that we when performed ClearScreen operation on the ishell, sometimes old values from the previous screen were still displayed. This was because in the package github.com/abiosoft/readline, `writer.Write([]byte("\033[H"))` was...
This method allow an answer ask (like confirm something) from user without save the user input to history file.
When attempting to use the mutiple choice option, I get the following panic. Please let me know what other information would help assist in getting this fixed moving forward, I...
If there is a multichoice on screen and I press Ctrl+C, the application abruptly exits. Expected: The shell should give the usual "Press Ctrl+C to exit" prompt
So after a checklist i run ClearScreen() but it looks as if the old values are still showing from before. Below are some screen shots and basically the code im...
Hi! I have the following use case: I setup an ishell session to interact w server. But server can send messages ad-hoc, not only response to commands. In case I...
Example usage: ``` >>> show show>>> tables show / tables >>> .. show >>> .. >>> quit ```